aboutsummaryrefslogtreecommitdiff
path: root/java/jdom
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | | | | PR: 251774 Notes: svn path=/head/; revision=559402
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Fix stage violationAntoine Brodin2014-08-101-1/+1
| | | | Notes: svn path=/head/; revision=364516
* - Add staging supportPawel Pekala2014-05-311-30/+19
| | | | | | | - Convert to new options framework, add EXAMPLES option Notes: svn path=/head/; revision=355976
* - Reassign ports to the heapThomas Abthorpe2014-03-021-1/+1
| | | | | | | - Thank you hq@ for your years of service! Notes: svn path=/head/; revision=346734
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 1.1.1Herve Quiroz2009-08-152-6/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=239619
* 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
* Update to version 1.1Herve Quiroz2008-04-062-4/+4
| | | | | | | | PR: 122258 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=210640
* - 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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* 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
* - Update to 1.0 Final (bumped PORTEPOCH in this extend)Herve Quiroz2004-10-203-54/+15
| | | | | | | | | | | - re-enable jikes support - Dynamic pkg-plist - Use JAVALIBDIR Approved by: glewis (mentor) Notes: svn path=/head/; revision=119849
* - Unbreak port (fixed distfile URL)Herve Quiroz2004-09-201-3/+1
| | | | | | | | Reported by: pointyhat Approved by: portmgr (marcus), glewis (mentor) Notes: svn path=/head/; revision=118301
* BROKEN: UnfetchableKris Kennaway2004-09-181-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118251
* Fix permissions issue caused by last commit.Herve Quiroz2004-09-011-0/+2
| | | | | | | Approved by: glewis (mentor) Notes: svn path=/head/; revision=117841
* - Update to 1.0b10Herve Quiroz2004-08-163-52/+61
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=116395
* Log:Ernst de Haan2004-04-152-435/+60
| | | | | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=107149
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* # New ports collection makefile for: JDOMErnst de Haan2003-07-232-303/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Date created: June 1, 2001 # Whom: Ernst de Haan <znerd@FreeBSD.org> # # $FreeBSD: ports/java/jdom/Makefile,v 1.8 2003/07/23 14:30:27 znerd Exp $ # PORTNAME= jdom PORTVERSION= 1.0b9 CATEGORIES= java MASTER_SITES= http://www.jdom.org/dist/source/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//} MAINTAINER= znerd@FreeBSD.org COMMENT= Java library for accessing and manipulating XML documents BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= 1.2+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//} PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} TARGET_DIR?= ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION} ANT?= ${LOCALBASE}/bin/ant ANT_TARGET= package javadoc do-build: @cd ${WRKSRC} && ${ANT} ${ANT_TARGET} do-install: @${ECHO} -n ">> Creating directory ${TARGET_DIR}..." @${MKDIR} ${TARGET_DIR} @${ECHO} " [ DONE ]" @${ECHO} -n ">> Copying files..." @${CP} -r ${WRKSRC}/* ${TARGET_DIR} @${ECHO} " [ DONE ]" @${ECHO} -n ">> Installing JAR..." @${CP} ${WRKSRC}/build/jdom.jar ${PREFIX}/share/java/classes/ @${ECHO} " [ DONE ]" .include <bsd.port.mk> Notes: svn path=/head/; revision=85452
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-7/+3
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* 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
* Installing JAR file in ${PREFIX}/share/java/classes/.Ernst de Haan2002-11-181-1/+5
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=70412
* Don't remove system directories share/java, share/java/classes, andKris Kennaway2002-11-101-1/+0
| | | | | | | share/doc Notes: svn path=/head/; revision=69861
* Now builds from source using Ant.Ernst de Haan2002-06-132-58/+338
| | | | | | | | Added some download locations. Bumped PORTREVISION. Notes: svn path=/head/; revision=61217
* Upgrade to JDOM beta 8. Also now using USE_JAVA.Ernst de Haan2002-03-303-5/+23
| | | | Notes: svn path=/head/; revision=56992
* Upgraded from 1.0b6 to 1.0b7.Ernst de Haan2002-03-023-100/+166
| | | | Notes: svn path=/head/; revision=55396
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.Ernst de Haan2001-11-271-2/+2
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=50627
* Java library for accessing and manipulating XML documents.James E. Housley2001-06-255-0/+129
PR: 27814 Submitted by: Ernst de Haan <ernst@jollem.com> Notes: svn path=/head/; revision=44404