2006-07-27 17:16:44 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
Apply the "convention over configuration" principle:
If ${FILESDIR}/getsite.sh exists, then use it to determine the fetch
URL for each of the distfiles for the package. Otherwise, use
SITE_<file> and MASTER_SITES, in order, to determine the URL for each
distfile.
If the script path differs from ${FILESDIR}/getsite.sh, then set
DYNAMIC_SITE_SCRIPT to the full path to that script.
Remove the need to set DYNAMIC_MASTER_SITES explicitly in the package
Makefile for:
graphics/ns-cult3d
wm/sawfish-themes
www/apache-tomcat55
www/jakarta-tomcat4
www/jakarta-tomcat5
|
2006-07-22 21:43:55 by David Brownlee | Files touched by this commit (3) |
Log message:
enable ap2-jk
|
2006-07-07 05:12:19 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Correct a variable name (PKG_JAVA_HOME). Bump PKGREVISION.
|
2006-07-07 05:02:13 by Min Sik Kim | Files touched by this commit (1) |
Log message:
This package does not need JDK. Set USE_JAVA=run.
|
2006-06-26 17:11:44 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Remove temporary files before installation.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-21 19:57:42 by Johnny C. Lam | Files touched by this commit (47) |
Log message:
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction. Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed. The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
|
2006-01-03 19:12:37 by David Brownlee | Files touched by this commit (7) | |
Log message:
Import apache-tomcat55 5.5.14 into pkgsrc:
Tomcat is the Java Servlet / Java Server Page environment produced
by the Apache Foundation's Tomcat Project. Tomcat can be run as a
standalone web server with Servlet and JSP support, or using Apache
Server as its web server via the mod_jk Apache module (www/ap-jk).
This is the Tomcat 5.5 package, which is a Java Serlet 2.4 and JSP
2.0 server.
This replaces jakarta-tomcat55, the old name for apache-tomcat.
pkgsrc previously had
pkgsrc jakarta-tomcat55 was 5.5.9 - there are over 300 lines of
changelog between that and 5.5.14:
http://tomcat.apache.org/tomcat-5.5-doc/changelog.html
|