ports/74882: [New ports] java/httpunit: web test framework
Herve Quiroz
hq at FreeBSD.org
Thu Dec 9 03:34:07 UTC 2004
Synopsis: [New ports] java/httpunit: web test framework
State-Changed-From-To: open->feedback
State-Changed-By: hq
State-Changed-When: Thu Dec 9 03:17:42 GMT 2004
State-Changed-Why:
Several remarks:
- The FreeBSD Java community has just made a statement that new ports should
not have 'java' as their primary category, unless it is the only one (for JDK
related stuff). So I suggest the following instead:
CATEGORIES= devel java
The port will end up in 'devel/httpunit' then, which I think is fine, as
there's already 'devel/apache-ant' and 'devel/maven'
- JDK_VERSION is wrong. It should be JAVA_VERSION if you want to specify a
particular version of the JDK.
- ${JAVAJARDIR:S,^${PREFIX},${LOCALBASE},} should be replaced with
${JAVALIBDIR}
- You could (and should probably) get rid of all documentation entries in
pkg-plist by using PORTDOCS (which is currently set to 'doc' and that does
not have any effect as 'doc' is not installed in ${DOCSDIR}):
PORTDOCS= api images manual plans.txt release_notes.txt sslfaq.html todo.txt tutorial
- The same way, you could just remove totally pkg-plist by using:
PLIST_FILES= ${DEPEND_JARS:S,^,%%JAVAJARDIR%%/,} \
${JAR_FILES:S,^,%%JAVAJARDIR%%/,}
- There's something strange with the following line in the header:
Date created: Jun 15 1999
- AFAICT, DISTNAME=${PORTNAME}-${PORTVERSION} by default
- The DATADIRS variable is set but not used
Responsible-Changed-From-To: freebsd-ports-bugs->hq
Responsible-Changed-By: hq
Responsible-Changed-When: Thu Dec 9 03:17:42 GMT 2004
Responsible-Changed-Why:
I'll handle this.
http://www.freebsd.org/cgi/query-pr.cgi?pr=74882
More information about the freebsd-ports-bugs
mailing list