summaryrefslogtreecommitdiff
path: root/java/jdom/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix stage violationAntoine Brodin2014-08-101-1/+1
|
* - Add staging supportPawel Pekala2014-05-311-30/+19
| | | | - Convert to new options framework, add EXAMPLES option
* - Reassign ports to the heapThomas Abthorpe2014-03-021-1/+1
| | | | - Thank you hq@ for your years of service!
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | java)
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* 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
* Update to 1.1.1Herve Quiroz2009-08-151-3/+4
| | | | Reported by: portscout
* 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)
* Update to version 1.1Herve Quiroz2008-04-061-1/+1
| | | | | PR: 122258 Submitted by: Wen heping <wenheping@gmail.com>
* - 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}.
* 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)
* - Update to 1.0 Final (bumped PORTEPOCH in this extend)Herve Quiroz2004-10-201-8/+13
| | | | | | | | - re-enable jikes support - Dynamic pkg-plist - Use JAVALIBDIR Approved by: glewis (mentor)
* - Unbreak port (fixed distfile URL)Herve Quiroz2004-09-201-3/+1
| | | | | Reported by: pointyhat Approved by: portmgr (marcus), glewis (mentor)
* BROKEN: UnfetchableKris Kennaway2004-09-181-0/+2
| | | | Approved by: portmgr (self)
* Fix permissions issue caused by last commit.Herve Quiroz2004-09-011-0/+2
| | | | Approved by: glewis (mentor)
* - Update to 1.0b10Herve Quiroz2004-08-161-26/+22
| | | | | | | | | | | | | | | - Use USE_ANT - Set USE_JIKES=no to forbid the use of Jikes to build the port - Use %%JAVAJARDIR%% - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - Use ${ECHO_MSG} rather than ${ECHO} - Add 'textproc' category - Fix LOCALBASE/PREFIX issue with JAVAJARDIR [1] PR: 68511 Submitted by: me Reviewed by: glewis [1] Approved by: znerd (maintainer), glewis (mentor)
* Log:Ernst de Haan2004-04-151-14/+29
| | | | | | | | | | | | | | | | | | | - Now using JAVAJARDIR instead of PREFIX/share/java/classes - Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs deinstall issue with some JDKs) - Now using PLIST_FILES macro (to reduce pkg-plist size) - No longer installing JARs from 'lib' directory (but rather have them declared as run dependencies) - No longer installing junk files (such as perl CVS commiter scripts) - No longer installing class nor source files - Now installing samples in EXAMPLESDIR - Now installing README and such in DOCSDIR - Will not install docs and samples when NOPORTDOCS is set - Bumped PORTREVISION PR: 64703 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-7/+3
| | | | | Reported by: kris Pointy hat to: me
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Installing JAR file in ${PREFIX}/share/java/classes/.Ernst de Haan2002-11-181-1/+5
| | | | Bumped PORTREVISION.
* Now builds from source using Ant.Ernst de Haan2002-06-131-4/+18
| | | | | Added some download locations. Bumped PORTREVISION.
* Upgrade to JDOM beta 8. Also now using USE_JAVA.Ernst de Haan2002-03-301-3/+6
|
* Upgraded from 1.0b6 to 1.0b7.Ernst de Haan2002-03-021-8/+3
|
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.Ernst de Haan2001-11-271-2/+2
| | | | Approved by: sobomax
* Java library for accessing and manipulating XML documents.James E. Housley2001-06-251-0/+30
PR: 27814 Submitted by: Ernst de Haan <ernst@jollem.com>