head	1.17;
access;
symbols
	RELEASE_6_0_0:1.15
	old_RELEASE_5_4_0:1.13
	old_RELEASE_4_11_0:1.13
	old_RELEASE_5_3_0:1.11
	old_RELEASE_4_10_0:1.7
	old_RELEASE_5_2_1:1.4
	old_RELEASE_5_2_0:1.4
	old_RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.17
date	2006.02.07.08.50.09;	author lawrance;	state dead;
branches;
next	1.16;

1.16
date	2005.12.24.03.20.30;	author hq;	state Exp;
branches;
next	1.15;

1.15
date	2005.07.25.16.10.34;	author hq;	state Exp;
branches;
next	1.14;

1.14
date	2005.06.13.14.08.34;	author hq;	state Exp;
branches;
next	1.13;

1.13
date	2004.12.17.03.15.06;	author hq;	state Exp;
branches;
next	1.12;

1.12
date	2004.11.03.16.35.35;	author glewis;	state Exp;
branches;
next	1.11;

1.11
date	2004.09.01.19.37.51;	author glewis;	state Exp;
branches;
next	1.10;

1.10
date	2004.07.26.15.28.49;	author vanilla;	state Exp;
branches;
next	1.9;

1.9
date	2004.06.16.21.18.38;	author glewis;	state Exp;
branches;
next	1.8;

1.8
date	2004.05.13.22.36.23;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.19.22.14.10;	author glewis;	state Exp;
branches;
next	1.6;

1.6
date	2004.01.31.09.13.22;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.27.18.16.35;	author znerd;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.20.19.59.02;	author glewis;	state Exp;
branches;
next	1.3;

1.3
date	2003.09.25.08.59.31;	author znerd;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.08.14.12.22;	author znerd;	state Exp;
branches;
next	1.1;

1.1
date	2003.08.13.11.39.38;	author znerd;	state Exp;
branches;
next	;


desc
@@


1.17
log
@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
@
text
@MD5 (apache-tomcat-5.5.12.tar.gz) = 4c51a16d86131ca7958273080efb473f
SHA256 (apache-tomcat-5.5.12.tar.gz) = 7a19f6a42bb2a0879a35d76dea16f38b169689eac18b488168eeca16c1beb73e
SIZE (apache-tomcat-5.5.12.tar.gz) = 5924214
MD5 (apache-tomcat-5.5.12-compat.tar.gz) = e1c7c959d73dabe299fd4500a86657a2
SHA256 (apache-tomcat-5.5.12-compat.tar.gz) = f9dd38df997c7cd53a94bb74b5e67616bd88584176a8e39c0a2db4da9b47d70c
SIZE (apache-tomcat-5.5.12-compat.tar.gz) = 1607878
@


1.16
log
@- Update to 5.5.12
- Add SHA256 info
- Update WWW

PR:		90380
Submitted by:	maintainer
@
text
@@


1.15
log
@Allow the port to build/install/run with Java 1.4

PR:		81458
Submitted by:	Scott Balmos <scott.balmos@@utoledo.edu>
Approved by:	maintainer timeout
@
text
@d1 6
a6 4
MD5 (jakarta-tomcat-5.5.9.tar.gz) = 35ea177af353446af1de3c762a4f0f4d
SIZE (jakarta-tomcat-5.5.9.tar.gz) = 5210986
MD5 (jakarta-tomcat-5.5.9-compat.tar.gz) = 33f27b14f0ece9aedccecf7212d73ffc
SIZE (jakarta-tomcat-5.5.9-compat.tar.gz) = 1367217
@


1.14
log
@Update to version 5.5.9: this port is a repocopy of www/jakarta-tomcat5 and it
now tracks the Tomcat 5.5.x branch

PR:		81458
Reported by:	Scott Balmos <scott.balmos@@utoledo.edu>
Submitted by:	Kang Liu <liukang@@bjut.edu.cn> (maintainer)
@
text
@d3 2
@


1.13
log
@- Update to 5.0.30 [1]
- Use MAN1 in Makefile [1]
- Back up config files during deinstall [2]
- Fix pkg_add warnings [1]
- Add $FreeBSD$ tags where missing
- Use ECHO_MSG rather than ECHO_CMD

PR:		75152 [1], 43565 [2]
Submitted by:	maintainer [1], Brent Verner <brent@@rcfile.org> [2]
@
text
@d1 2
a2 2
MD5 (jakarta-tomcat-5.0.30.tar.gz) = e140483d062de8dd703cfd6ecac58c71
SIZE (jakarta-tomcat-5.0.30.tar.gz) = 10842790
@


1.12
log
@. Update to 5.0.29.

PR:		73275
Submitted by:	Kang Liu <liukang@@bjut.edu.cn> (maintainer)
@
text
@d1 2
a2 2
MD5 (jakarta-tomcat-5.0.29.tar.gz) = 7c2552f9de414fe17dcc7737088c6a61
SIZE (jakarta-tomcat-5.0.29.tar.gz) = 10799056
@


1.11
log
@. Update to 5.0.28.

PR:		71240
Submitted by:	Kang Liu <liukang@@bjut.edu.cn> (maintainer)
@
text
@d1 2
a2 2
MD5 (jakarta-tomcat-5.0.28.tar.gz) = 2a189b6be6d8d6801097d4a658edfa05
SIZE (jakarta-tomcat-5.0.28.tar.gz) = 10718313
@


1.10
log
@1. update www/jakarta-tomcat5 to 5.0.27
2. move the orignal config file to ${APP_HOME}/conf.orig, I think it would be helpful if the config files have been changed.

PR:		ports/69617
Submitted by:	maintainer
@
text
@d1 2
a2 2
MD5 (jakarta-tomcat-5.0.27.tar.gz) = b802ee042677e284bcf65738c7bdc3b6
SIZE (jakarta-tomcat-5.0.27.tar.gz) = 10298374
@


1.9
log
@. Update to 5.0.25.
. Update maintainer's email address.

PR:		67623
Submitted by:	Kang Liu <liukang@@bjpu.edu.cn> (maintainer)
@
text
@d1 2
a2 2
MD5 (jakarta-tomcat-5.0.25.tar.gz) = 456001c1844b25605e0cf76537fa8504
SIZE (jakarta-tomcat-5.0.25.tar.gz) = 10227073
@


1.8
log
@Update to 5.0.24.

PR:		ports/66614
Submitted by:	Kang Liu <liukang@@bjpu.edu.cn> (maintainer)
@
text
@d1 2
a2 2
MD5 (jakarta-tomcat-5.0.24.tar.gz) = 93b3028f05e1a7cb51546e89d6869321
SIZE (jakarta-tomcat-5.0.24.tar.gz) = 10238534
@


1.7
log
@. Update jakarta-tomcat5 to 5.0.19
. Add SIZE in distinfo

PR:		63062
Submitted by:	Kang Liu <liukang@@bjpu.edu.cn> (maintainer)
@
text
@d1 2
a2 2
MD5 (jakarta-tomcat-5.0.19.tar.gz) = 6c8a19851ecc4d3c0116d9adfac3b8b9
SIZE (jakarta-tomcat-5.0.19.tar.gz) = 10046129
@


1.6
log
@1.Update www/jakarta-tomcat to 5.0.18.
Changelog: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html
2.Fix wrong url in the 2nd master site

PR:		ports/61767
Submitted by:	Kang Liu <liukang@@bjpu.edu.cn> (maintainer)
@
text
@d1 2
a2 1
MD5 (jakarta-tomcat-5.0.18.tar.gz) = 6653a88da9b805920485071fb73d4017
@


1.5
log
@Update to 5.0.16.

Submitted by:	maintainer
PR:		60036
@
text
@d1 1
a1 1
MD5 (jakarta-tomcat-5.0.16.tar.gz) = 8297bc97fb7c42f870069503bfddcb7d
@


1.4
log
@. Update to 5.0.14

PR:		59480
Submitted by:	Angelo Turetta <aturetta@@commit.it>
Approved by:	"Kang Liu" <liukang@@bjpu.edu.cn> (maintainer)
@
text
@d1 1
a1 1
MD5 (jakarta-tomcat-5.0.14.tar.gz) = d92fd86da7ae159392ac222930619f4f
@


1.3
log
@Update to 5.0.12.

PR:		56764
Submitted by:	SADA Kenji <sada@@BSDclub.org>
Approved by:	maintainer
@
text
@d1 1
a1 1
MD5 (jakarta-tomcat-5.0.12.tar.gz) = f74f15c7b5b6b0c80d4ac42c82c6e075
@


1.2
log
@Update to 5.0.10.

PR:		56581
Submitted by:	maintainer
@
text
@d1 1
a1 1
MD5 (jakarta-tomcat-5.0.10.tar.gz) = 691fa83783bcd95b433b8699221724c5
@


1.1
log
@New port: Jakarta Tomcat 5.x.
See:
http://jakarta.apache.org/site/news.html#20030804.1
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html

PR:		55502
Submitted by:	Kang Liu <lazykang@@hotmail.com>
@
text
@d1 1
a1 1
MD5 (jakarta-tomcat-5.0.6.tar.gz) = e06b1e29b6767f375fd651a211f12234
@

