| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- re-enable jikes support
- Dynamic pkg-plist
- Use JAVALIBDIR
Approved by: glewis (mentor)
Notes:
svn path=/head/; revision=119849
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (marcus), glewis (mentor)
Notes:
svn path=/head/; revision=118301
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118251
|
|
|
|
|
|
|
| |
Approved by: glewis (mentor)
Notes:
svn path=/head/; revision=117841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=104520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# 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
|
|
|
|
|
|
|
|
| |
Reported by: kris
Pointy hat to: me
Notes:
svn path=/head/; revision=85451
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Bumped PORTREVISION.
Notes:
svn path=/head/; revision=70412
|
|
|
|
|
|
|
| |
share/doc
Notes:
svn path=/head/; revision=69861
|
|
|
|
|
|
|
|
| |
Added some download locations.
Bumped PORTREVISION.
Notes:
svn path=/head/; revision=61217
|
|
|
|
| |
Notes:
svn path=/head/; revision=56992
|
|
|
|
| |
Notes:
svn path=/head/; revision=55396
|
|
|
|
|
|
|
| |
Approved by: sobomax
Notes:
svn path=/head/; revision=50627
|
|
PR: 27814
Submitted by: Ernst de Haan <ernst@jollem.com>
Notes:
svn path=/head/; revision=44404
|