diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-07 16:50:09 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-07 16:50:09 +0800 |
commit | 0dbf44f2e44716f3c3b19aaf706e26ea8868277d (patch) | |
tree | ac6207ff1ad078d8f37ce79287ab718225fb29d0 /www/tomcat55/pkg-descr | |
parent | 1bc1a68a46ba43d35d424b84ee8715da075ed0ee (diff) | |
download | freebsd-ports-gnome-0dbf44f2e44716f3c3b19aaf706e26ea8868277d.tar.gz freebsd-ports-gnome-0dbf44f2e44716f3c3b19aaf706e26ea8868277d.tar.zst freebsd-ports-gnome-0dbf44f2e44716f3c3b19aaf706e26ea8868277d.zip |
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
Diffstat (limited to 'www/tomcat55/pkg-descr')
-rw-r--r-- | www/tomcat55/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat55/pkg-descr b/www/tomcat55/pkg-descr index d489e8c5428b..a22d29893303 100644 --- a/www/tomcat55/pkg-descr +++ b/www/tomcat55/pkg-descr @@ -1,4 +1,4 @@ -Jakarta Tomcat is a web server written in 100% Pure Java. +Apache Tomcat is a web server written in 100% Pure Java. Tomcat 5.x is the current release of Tomcat, and builds upon the Tomcat 3.3 and Tomcat 4.1 codebases. |