aboutsummaryrefslogtreecommitdiff
path: root/textproc/xincluder
Commit message (Collapse)AuthorAgeFilesLines
* 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-212-2/+2
| | | | | | | | | | | | | | | | | | | 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* 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-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-063-94/+45
| | | | | | | | | | | | | - Do not build anything (everything is shipped within the release) - Add launcher shell scripts (xincluder-*) to process files from the command-line - Register run dependencies on JDom and Xerces-J - Dynamic plist - ECHO -> ECHO_MSG - CP -> INSTALL_DATA Notes: svn path=/head/; revision=128112
* - Fix plist (leftover directories)Pav Lucistnik2005-01-192-69/+73
| | | | | | | | | | - Engage DOCSDIR PR: ports/76438 Submitted by: Florent Thoumie <flz@xbsd.org> Notes: svn path=/head/; revision=126858
* 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
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* 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 1.0d10 -> 1.0d11.Ernst de Haan2003-06-112-4/+4
| | | | | | | | PR: 52929 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=82781
* 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
* Building from source now. Bumped PORTREVISION.Ernst de Haan2002-10-241-1/+11
| | | | Notes: svn path=/head/; revision=68725
* Fixed plist. Was missing 'share' before dir names.Ernst de Haan2002-10-231-69/+68
| | | | Notes: svn path=/head/; revision=68667
* Style changes. Not defining DOCSDIR anymore, since it's alreadyErnst de Haan2002-10-181-3/+1
| | | | | | | defined in bsd.port.mk. Notes: svn path=/head/; revision=68264
* New port: xincluder. This is a Java-based XInclude engine.Ernst de Haan2002-10-185-0/+114
See: http://xincluder.sourceforge.net/ Notes: svn path=/head/; revision=68259