aboutsummaryrefslogtreecommitdiff
path: root/textproc/xalan-j
Commit message (Collapse)AuthorAgeFilesLines
* 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 2.7.1 release:Alex Dupre2010-12-154-27/+32
| | | | | | | | | | | - switch to binary distribution - general cleanup of port Makefile - take maintainership [1] Approved by: maintainer [1] Notes: svn path=/head/; revision=266335
* 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
* - Re-enable Java 1.5 [1]Herve Quiroz2006-08-062-5/+7
| | | | | | | | | | - Use exec(1) to launch the JVM - Set CLASSPATH so that it only contains the required JAR files Submitted by: mi [1] (a long time ago on freebsd-java@) Notes: svn path=/head/; revision=169866
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-2/+0
| | | | Notes: svn path=/head/; revision=162216
* - Update to 2.7.0Herve Quiroz2005-11-242-11/+13
| | | | | | | | | | | | | | | * Support for JAXP 1.3 * New default error handling behavior * Support for XML 1.1 * Support for Alternative BSF Implementations * New serializer.jar - Do not ${MKDIR} ${JAVAJARDIR} as it has been part of mtree for 3 years now - Install documentation using ${FIND} | ${INSTALL_DATA} - Add SHA256 info Notes: svn path=/head/; revision=149322
* - Improve launcher shell script (use javavmwrapper 2.0)Herve Quiroz2005-05-243-11/+15
| | | | | | | | | | | - Use SUB_FILES to configure the launcher shell script - Forbid build with JDK 1.5 as I can't find a workaround (yet) - Use ${JAVALIBDIR} for JAR dependencies - Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for several years now Notes: svn path=/head/; revision=136051
* Reset znerd's ports maintainership:Herve Quiroz2004-12-031-1/+1
| | | | | | | | | | | | | - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer) Notes: svn path=/head/; revision=123012
* Fix permissions issue caused by last commit.Herve Quiroz2004-09-011-0/+1
| | | | | | | Approved by: glewis (mentor) Notes: svn path=/head/; revision=117841
* - Update to 2.6.0Herve Quiroz2004-08-174-35/+41
| | | | | | | | | | | | | | | | | | | | | - The shell script to run Xalan-J is now installed (and working) - bsd.java.mk 2.0 compliance - Use ${ECHO_MSG} rather than ${ECHO} - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - Additional design documentation installed - Updated RUN_DEPENDS - Fixed LOCALBASE/PREFIX issue in RUN_DEPENDS and bin/xalan-j [1] - Use USE_ANT - Use %%JAVAJARDIR%% - Updated pkg-descr (added information and improved text layout) PR: 68553 Submitted by: me Reviewed by: glewis [1] Approved by: znerd (maintainer), glewis (mentor) Notes: svn path=/head/; revision=116521
* - Remove empty files [1]Pav Lucistnik2004-06-201-0/+0
| | | | | | | | | | - While here, portlint PR: ports/68068 [1] Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=111880
* Log:Ernst de Haan2004-04-033-2215/+12
| | | | | | | | | | | | | - fixed distfile location (use MASTER_SITE_APACHE_XML) - use JAVAJARDIR provided by bsd.java.mk - use PORTDOCS and PLIST_FILES (thus no more pkg-plist) - added SIZE info PR: 65061 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=106026
* - fix PKGORIGINOliver Eikemeier2004-01-221-1/+1
| | | | | | | | | | since ito makes using package tools hard, is marked as FATAL by portlint and otherwise doesn't affect the port, fix it silently. Approved by: marcus (mentor) Notes: svn path=/head/; revision=98816
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* Update to Xalan-J 2.5.1.Ernst de Haan2003-07-183-308/+1675
| | | | Notes: svn path=/head/; revision=85117
* Installing API documentation in ${DOCSDIR}/apidocs instead of in ${DOCSDIR}.Ernst de Haan2003-07-172-1804/+838
| | | | | | | | | Bumped PORTREVISION. Pointed out by: Joshua Sahala <ntranc3d@yahoo.com> Notes: svn path=/head/; revision=85037
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 2.4.1.Ernst de Haan2003-01-032-2/+3
| | | | Notes: svn path=/head/; revision=72405
* Remove duplicate do-build targetKris Kennaway2002-11-301-3/+0
| | | | Notes: svn path=/head/; revision=71259
* Upgrade to 2.4.0. The port now installs only a JAR fileErnst de Haan2002-10-183-2013/+1832
| | | | | | | | | | and the API documentation. These are all installed in the correct locations now. PR: 44211 Notes: svn path=/head/; revision=68289
* Upgrade to 2.3.1.Dag-Erling Smørgrav2002-05-065-2857/+2025
| | | | | | | Approved by: znerd Notes: svn path=/head/; revision=58604
* Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵Ernst de Haan2001-11-271-5/+4
| | | | | | | | | znerd@FreeBSD.org. Approved by: sobomax Notes: svn path=/head/; revision=50635
* upgrade to 2.1.0Ying-Chieh Liao2001-05-293-2168/+2850
| | | | | | | | | | | | | Brush up pkg-plist. (sorting entries, and replacing version number to %%PORTVERSION%% by using ${PLIST_SUB}) Makefile brush up (generate ${DISTNAME} from ${PORTNAME} and ${PORTVERSION}) PR: 27609 Submitted by: KUNISHIMA Takeo <kunishi@acm.org> Notes: svn path=/head/; revision=43272
* Upgrade to 2.0.1.Jun Kuriyama2001-03-283-2123/+2174
| | | | | | | | Submitted by: Ernst de Haan <ernst@heinz.jollem.com> (maintainer) PR: ports/25975 Notes: svn path=/head/; revision=40482
* Add xalan-j 2.0.0,Jun Kuriyama2001-03-165-0/+2152
apache XSLT processor for transforming XML documents. PR: ports/25311 Submitted by: ernst@jollem.com Notes: svn path=/head/; revision=39908