head	1.11;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	old_RELEASE_8_1_0:1.8
	old_RELEASE_7_3_0:1.8
	old_RELEASE_8_0_0:1.7
	old_RELEASE_7_2_0:1.6
	old_RELEASE_7_1_0:1.6
	old_RELEASE_6_4_0:1.6
	old_RELEASE_5_EOL:1.6
	old_RELEASE_7_0_0:1.6
	old_RELEASE_6_3_0:1.6
	old_PRE_XORG_7:1.6
	old_old_RELEASE_4_EOL:1.5
	old_old_RELEASE_6_2_0:1.5
	old_old_RELEASE_6_1_0:1.5
	old_old_RELEASE_5_5_0:1.5
	old_old_old_RELEASE_6_0_0:1.3
	old_old_old_old_RELEASE_5_4_0:1.2
	old_old_old_old_RELEASE_4_11_0:1.2
	old_old_old_old_RELEASE_5_3_0:1.2
	old_old_old_old_RELEASE_4_10_0:1.2
	old_old_old_old_RELEASE_5_2_1:1.1
	old_old_old_old_RELEASE_5_2_0:1.1
	old_old_old_old_RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2011.10.24.04.17.24;	author dougb;	state Exp;
branches;
next	1.10;

1.10
date	2010.08.24.13.26.49;	author ale;	state Exp;
branches;
next	1.9;

1.9
date	2010.08.24.12.18.16;	author ale;	state Exp;
branches;
next	1.8;

1.8
date	2009.12.16.15.09.28;	author ale;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.29.13.33.19;	author ale;	state Exp;
branches;
next	1.6;

1.6
date	2007.02.18.12.56.15;	author delphij;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.07.08.50.09;	author lawrance;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.24.03.20.30;	author hq;	state Exp;
branches;
next	1.3;

1.3
date	2005.06.13.14.08.34;	author hq;	state Exp;
branches;
next	1.2;

1.2
date	2003.12.27.18.16.35;	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.11
log
@Remove more tags from pkg-descr files fo the form:

- Name
em@@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
@
text
@Apache Tomcat is a web server written in 100% Pure Java.

Apache Tomcat version 7.0 implements the Servlet 3.0 and JavaServer Pages 2.2
specifications from the Java Community Process, and includes many additional
features that make it a useful platform for developing and deploying web
applications and web services.

WWW: http://tomcat.apache.org/
@


1.10
log
@Update to 7.0.2 release and simplify the port.
@
text
@a8 3

- Alex Dupre
ale@@FreeBSD.org
@


1.9
log
@Forced commit to note repocopy from www/tomcat6 to www/tomcat7.

PR:		ports/148954
Submitted by:	ale
Repocopied by:	portmgr (marcus)
@
text
@d3 1
a3 1
Apache Tomcat version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1
@


1.8
log
@Take maintainership.
@
text
@@


1.7
log
@Update to 6.0.20 release:
- fix rc.d script on shutdown
- fix package creation
- keep modified config files on deinstall
- other small enhancements and bugfixes

I'll take maintainership on September if nemoliu will not ping.

PR:		ports/129411, ports/136727
Submitted by:	Jonathan Chen <jonc@@chen.org.nz>,
		Mike Jakubik <mikej@@rogers.com>
Approved by:	maintainer timeout (months)
@
text
@d9 3
@


1.6
log
@Add tomcat 6.0.9, Apache Tomcat is a web server written in 100% Pure Java.

Apache Tomcat version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1
specifications from the Java Community Process, and includes many additional
features that make it a useful platform for developing and deploying web app
-lications and web services.

Homepage:	http://tomcat.apache.org
Submitted by:	Nemo Liu <nemoliu at gmail dot com>
	(with some good bits from Michael Pope <ws10@@dtcorp.com.au> [1])
PR:		ports/109166, ports/109187
Repocopy by:	marcus (from www/tomcat55)
@
text
@d5 2
a6 2
features that make it a useful platform for developing and deploying web app
-lications and web services.
@


1.5
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
@d3 4
a6 9
Tomcat 5.x is the current release of Tomcat, 
and builds upon the Tomcat 3.3 and Tomcat 4.1 codebases. 
The 5.x releases implement the Servlet 2.4 and JSP 2.0 specifications.

Apache Tomcat 5.5 is the current focus of development.
While it supports the same Servlet and JSP Specification versions
as Apache Tomcat 5.0.x, there are significant changes in many areas
under the hood, resulting in improved performance, stability,
and total cost of ownership.
@


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

PR:		90380
Submitted by:	maintainer
@
text
@d1 1
a1 1
Jakarta Tomcat is a web server written in 100% Pure Java.
@


1.3
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
@d13 1
a13 1
WWW: http://jakarta.apache.org/tomcat/
@


1.2
log
@Update to 5.0.16.

Submitted by:	maintainer
PR:		60036
@
text
@d7 5
a11 14
Tomcat 5.0.x. Tomcat 5.0 improves on Tomcat 4.1 in many ways, including: 

o Performance optimizations and reduced garbage collection 
o Refactored application deployer, with an optional standalone deployer 
  allowing validation and compilation of a web application before 
  putting it in production 
o Complete server monitoring using JMX and the manager web application 
o Scalability and reliability enhancements 
o Improved Taglibs handling, including advanced pooling and tag plugins 
o Improved platform integration, with native Windows and Unix wrappers 
o Embedding of Tomcat using JMX 
o Enhanced Security Manager support 
o Integrated session clustering 
o Expanded documentation 
@


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
@d3 2
a4 2
Tomcat 5.x is the upcoming major release of Tomcat,
and builds upon the Tomcat 3.3 and Tomcat 4.1 codebases.
d7 1
a7 1
Tomcat 5.0.x. Tomcat 5.0 improves on Tomcat 4.1 in many ways, including:
d9 12
a20 13
o Performance optimizations and reduced garbage collection
o Refactored application deployer, 
  with an optional standalone deployer allowing validation
  and compilation of a web application before putting it in production
o Complete server monitoring using JMX and the manager web application
o Scalability and reliability enhancements
o Improved Taglibs handling, including advanced pooling and tag plugins
o Improved platform integration, with native Windows and Unix wrappers
o Embedding of Tomcat using JMX
o Expanded documentation

ATTENTION: Tomcat 5.x is still under development, 
           DO NOT use it in production environment.
@

