aboutsummaryrefslogtreecommitdiff
path: root/textproc/saxon-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update 8.5.1 (maintenance release)Herve Quiroz2005-09-142-4/+4
| | | | | | | | | | | - No longer install saxon8-jdom.jar ; it will be back soon but as an OPTIONal component PR: 86093 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> Notes: svn path=/head/; revision=142708
* Update to 8.5Herve Quiroz2005-08-292-3/+3
| | | | Notes: svn path=/head/; revision=141345
* Update to 8.3Herve Quiroz2005-02-112-4/+4
| | | | Notes: svn path=/head/; revision=128529
* - Back out version upgrade from last commit: Saxon 8.2 requires JAXP 1.3 whichHerve Quiroz2004-12-302-7/+8
| | | | | | | | | | it is not possible (AFAICT) to port for now, due to the GUI installer used by Sun. JAXP 1.3 is included in J2SE 1.5 so Saxon 8.2 will be back in the ports tree when we get a working JDK 1.5. - Rename a temporary variable to keep portlint(1) happy Notes: svn path=/head/; revision=125575
* - Update to version 8.2Herve Quiroz2004-12-213-11/+9
| | | | | | | - Use SUB_FILES/SUB_LIST for launcher shell script Notes: svn path=/head/; revision=124708
* - Use MASTER_SITE_SOURCEFORGEHerve Quiroz2004-11-222-14/+14
| | | | | | | | - Track the recent changes to java/javavmwrapper - Various cosmetic changes Notes: svn path=/head/; revision=122159
* - Removed unnecessary run dependency on Xerces-J (given XML APIs and some XMLHerve Quiroz2004-11-092-5/+11
| | | | | | | | | | | parser are included in JDK 1.4+ Standard API) - Tweaked CLASSPATH in launcher script: Only Saxon installed JARs are indeed required for command-line operations (see above) - Added some more "" in launcher script to ensure spaces in paths and args will not break anything Notes: svn path=/head/; revision=121198
* - Update to 8.1.1Herve Quiroz2004-10-275-88/+41
| | | | | | | | | | | | | - New launcher script 'saxon-xquery' to perform XQuery queries - PREFIX -> LOCALBASE in launcher script - (CP ; CHOWN) -> CPIO - Register run dependency on Xerces-J - Dynamic plist - More relevant homepage URL in pkg-descr - Take maintainership Notes: svn path=/head/; revision=120324
* . Alter the saxon.sh script to set the JAVAVM variable to the value chosenGreg Lewis2004-07-172-4/+5
| | | | | | | | | | | | | by bsd.java.mk during the build. This fixes a problems where the javavmwrapper (used by the script) could have potentially picked an incorrect JDK to use. . Bump PORTREVISION. PR: 69157 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=113796
* . Add a saxon-devel port for the development version of Saxon:Greg Lewis2004-07-075-0/+159
"The Saxon 8.0 package is a collection of tools for processing XML documents. The main components are: - An XSLT 2.0 processor, that can be used from the command line, or invoked from a Java application by use of the standard JAXP API. Saxon can be integrated with Java applications using the JAXP API, which means it is possible for a Java application to switch between different XSLT processors without changing the application code. As well as conforming closely with the XSLT 2.0 specification, Saxon offers a number of powerful extensions. - An XPath 2.0 processor accessible via an API to Java applications. - An XQuery 1.0 processor that can be used from the command line, or invoked from a Java application by use of an API. - An XML Schema 1.0 processor. This can be used on its own to validate a schema for correctness, or to validate a source document against the definitions in a schema. It is also used to support the schema-aware functionality of the XSLT and XQuery processors. So you can use Saxon to process XML by writing XSLT stylesheets, by writing XQuery queries, by writing Java applications, or by combinations of the approaches." PR: 68637 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=113165