aboutsummaryrefslogtreecommitdiff
path: root/textproc/saxon
Commit message (Collapse)AuthorAgeFilesLines
* - Add NO_ARCHDmitry Marakasov2016-04-021-18/+10
| | | | | | | | - Switch to options helpers - Simplify installation Notes: svn path=/head/; revision=412379
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAAntoine Brodin2015-01-231-2/+0
| | | | Notes: svn path=/head/; revision=377747
* Cleanup plistAntoine Brodin2014-11-151-11/+0
| | | | Notes: svn path=/head/; revision=372605
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-062-62/+62
| | | | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. Notes: svn path=/head/; revision=364152
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=363904
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-8/+6
| | | | Notes: svn path=/head/; revision=360676
* Stagify.Vanilla I. Shu2014-06-111-7/+6
| | | | Notes: svn path=/head/; revision=357454
* Convert textproc to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347786
* - Reassign ports to the heapThomas Abthorpe2014-03-021-1/+1
| | | | | | | - Thank you hq@ for your years of service! Notes: svn path=/head/; revision=346734
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Update to 6.5.5Herve Quiroz2011-06-292-6/+6
| | | | | | | | | | - Add LICENSE PR: 158502 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=276684
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add SHA256 infoHerve Quiroz2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149305
* - Update to 6.5.4 (add support for JDK 1.5 but drop JDK 1.1)Herve Quiroz2005-06-304-49/+18
| | | | | | | | | | | | - Improve the launcher shell script (use javavmwrapper 2.0) - Use SUB_FILES/SUB_LIST to configure the launcher - Add $FreeBSD$ tag in pkg-plist - Do not try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3 years now - Update COMMENT: this is an XSLT 1.0 processor Notes: svn path=/head/; revision=138239
* - Tweaked CLASSPATH in launcher script: Only Saxon installed JARs are indeedHerve Quiroz2004-11-102-15/+22
| | | | | | | | | | | | required (given XML APIs and the Aelfred XML parser are included in saxon.jar) - Added some more "" in launcher script to ensure spaces in paths and args will not break anything - "${CP} -r" -> "${FIND} -exec ${INSTALL_DATA}" for samples and docs - Takeover maintainership Notes: svn path=/head/; revision=121276
* . Register CONFLICTS with the saxon-devel port. [1]Greg Lewis2004-07-071-1/+3
| | | | | | | | | | . Use %%JAVAJARDIR%% in PLIST_FILES now that bsd.java.mk sets it. PR: 68637 [1] Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [1] Notes: svn path=/head/; revision=113166
* . Add a shell script to allow people to easily run saxon from the commandGreg Lewis2004-07-022-1/+17
| | | | | | | | | | line. PR: 68548 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=112792
* . Update to 6.5.3.Greg Lewis2004-06-283-482/+34
| | | | | | | | | | | | | . Use MASTER_SITE_SOURCEFORGE_EXTENDED rather than MASTER_SITE_SOURCEFORGE. . Make it bsd.java.mk 2.0 compliant. . Reduced packing list by using PLIST_FILES and PORTDOCS. . Various cosmetic changes. PR: 68447 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=112498
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Cleanups, including:Christian Weisgerber2003-02-154-556/+551
| | | | | | | | | | | | - Change maintainer's addresses - Drop some maintainerships - Use COMMENT variable PR: 48294 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=75567
* Moved NO_BUILD_DEPENDS_JAVA down to stop portlintErnst de Haan2002-04-161-1/+1
| | | | | | | | | | | | complaining about wrong location of settings. PORTREVISION not bumped. This does not affect the port installation. Approved by: maintainer Notes: svn path=/head/; revision=57766
* Update to 6.5.2.Ernst de Haan2002-04-132-2/+2
| | | | | | | | Submitted by: maintainer PR: 37031 Notes: svn path=/head/; revision=57653
* bsd.java.mk-ifyPatrick Li2002-04-011-2/+2
| | | | | | | | PR: 36607 Submitted by: maintainer Notes: svn path=/head/; revision=57117
* - Update to 6.5.1Kevin Lo2002-02-093-42/+41
| | | | | | | | | | - Sort @dirrm listing PR: 34745 Submitted by: MAINTAINER Notes: svn path=/head/; revision=54410
* add saxon 6.5Ying-Chieh Liao2002-01-305-0/+606
An XSLT processor for Java PR: 34435 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=54014