2003-08-13 13:39:38 +02:00
|
|
|
# New ports collection makefile for: jakarta-tomcat-devel
|
|
|
|
# Date created: Tue Aug 12 23:26:32 CST 2003
|
|
|
|
# Whom: Kang Liu <liukang@bjpu.edu.cn>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
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
2006-02-07 09:50:09 +01:00
|
|
|
PORTNAME= tomcat
|
2006-11-01 13:06:01 +01:00
|
|
|
PORTVERSION= 5.5.20
|
2003-08-13 13:39:38 +02:00
|
|
|
CATEGORIES= www java
|
2006-07-03 11:49:56 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_APACHE}
|
|
|
|
MASTER_SITE_SUBDIR= tomcat/tomcat-5/v${PORTVERSION}/bin
|
2005-12-27 17:12:35 +01:00
|
|
|
DISTFILES= apache-tomcat-${PORTVERSION}.tar.gz
|
2003-08-13 13:39:38 +02:00
|
|
|
|
2006-09-07 00:33:49 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-06-13 16:08:34 +02:00
|
|
|
COMMENT= Open-source Java web server by Apache, 5.5.x branch
|
2003-08-13 13:39:38 +02:00
|
|
|
|
2004-04-03 23:48:46 +02:00
|
|
|
USE_JAVA= yes
|
2005-07-25 18:10:34 +02:00
|
|
|
JAVA_VERSION= 1.4+
|
2003-08-13 13:39:38 +02:00
|
|
|
NO_BUILD= YES
|
|
|
|
|
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
2006-02-07 09:50:09 +01:00
|
|
|
USE_RC_SUBR= tomcat55.sh
|
|
|
|
SUB_FILES= pkg-install pkg-deinstall
|
2004-12-17 04:15:07 +01:00
|
|
|
|
2003-08-13 13:39:38 +02:00
|
|
|
MAJOR_VER= ${PORTVERSION:R}
|
|
|
|
APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R}
|
|
|
|
LOG_DIR= ${APP_HOME}/logs
|
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
2006-02-07 09:50:09 +01:00
|
|
|
APP_TITLE= Apache Tomcat
|
2003-08-13 13:39:38 +02:00
|
|
|
APP_SHORTNAME= tomcat${MAJOR_VER:S/.//}
|
2005-09-29 17:08:23 +02:00
|
|
|
TOMCAT_USER?= www
|
|
|
|
TOMCAT_GROUP?= www
|
2003-08-13 13:39:38 +02:00
|
|
|
PW?= /usr/sbin/pw
|
|
|
|
HTTP_PORT?= 8180
|
|
|
|
SHUTDOWN_PORT?= 8005
|
|
|
|
AJP_1_3_PORT?= 8009
|
|
|
|
STDOUT_LOG= ${LOG_DIR}/stdout.log
|
|
|
|
STDERR_LOG= ${LOG_DIR}/stderr.log
|
|
|
|
PID_FILE= /var/run/${APP_SHORTNAME}.pid
|
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
2006-02-07 09:50:09 +01:00
|
|
|
REPLACE_FILES= ${WRKSRC}/conf/server.xml
|
|
|
|
REPLACE_LIST_TEMP= ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/}
|
2003-08-13 13:39:38 +02:00
|
|
|
JAR_FILE= bin/bootstrap.jar
|
2005-06-13 16:08:34 +02:00
|
|
|
WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work
|
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
2006-02-07 09:50:09 +01:00
|
|
|
WRKSRC= ${WRKDIR}/apache-tomcat-${PORTVERSION}
|
2005-09-29 17:08:23 +02:00
|
|
|
PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} WWWOWN=${TOMCAT_USER} WWWGRP=${TOMCAT_GROUP}
|
2004-02-24 02:46:41 +01:00
|
|
|
LATEST_LINK= ${APP_SHORTNAME}
|
2004-12-17 04:15:07 +01:00
|
|
|
CONF_EXT= sample
|
|
|
|
PLIST_SUB+= CONF_EXT=${CONF_EXT}
|
2005-07-25 18:10:34 +02:00
|
|
|
|
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
2006-02-07 09:50:09 +01:00
|
|
|
SUB_LIST= AJP_1_3_PORT=${AJP_1_3_PORT} \
|
|
|
|
APP_HOME=${APP_HOME} \
|
|
|
|
APP_SHORTNAME=${APP_SHORTNAME} \
|
|
|
|
APP_TITLE="${APP_TITLE}" \
|
|
|
|
GROUP=${TOMCAT_GROUP} \
|
|
|
|
HTTP_PORT=${HTTP_PORT} \
|
|
|
|
JAR_FILE=${JAR_FILE} \
|
|
|
|
PID_FILE=${PID_FILE} \
|
|
|
|
SHUTDOWN_PORT=${SHUTDOWN_PORT} \
|
|
|
|
STDERR_LOG=${STDERR_LOG} \
|
2005-09-02 14:45:34 +02:00
|
|
|
STDOUT_LOG=${STDOUT_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
2006-02-07 09:50:09 +01:00
|
|
|
TOMCAT_HOME=${APP_HOME} \
|
|
|
|
TOMCAT_VERSION=${MAJOR_VER:S/.//} \
|
|
|
|
USER=${TOMCAT_USER}
|
2005-09-29 17:08:23 +02:00
|
|
|
|
2003-08-13 13:39:38 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-07-25 18:10:34 +02:00
|
|
|
.if ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/} == "1.4"
|
2005-12-27 17:12:35 +01:00
|
|
|
DISTFILES+= apache-tomcat-${PORTVERSION}-compat.tar.gz
|
2005-07-25 18:10:34 +02:00
|
|
|
PLIST_SUB+= JAVA14=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= JAVA14="@comment "
|
|
|
|
.endif
|
|
|
|
|
2003-08-13 13:39:38 +02:00
|
|
|
pre-patch:
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} "Installation settings:"
|
|
|
|
@${ECHO_MSG} " Destination directory: ${APP_HOME}"
|
|
|
|
@${ECHO_MSG} " Location of JDK: ${JAVA_HOME}"
|
|
|
|
@${ECHO_MSG} " Location of Java port: ${JAVA_PORT}"
|
2005-09-29 17:08:23 +02:00
|
|
|
@${ECHO_MSG} " Running as (user/group): ${TOMCAT_USER}/${TOMCAT_GROUP}"
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " HTTP port: ${HTTP_PORT}"
|
|
|
|
@${ECHO_MSG} " Shutdown listener port: ${SHUTDOWN_PORT}"
|
|
|
|
@${ECHO_MSG} " AJP 1.3 connector port: ${AJP_1_3_PORT}"
|
|
|
|
@${ECHO_MSG} " Logfile stdout: ${STDOUT_LOG}"
|
|
|
|
@${ECHO_MSG} " Logfile stderr: ${STDERR_LOG}"
|
2003-08-13 13:39:38 +02:00
|
|
|
|
|
|
|
post-patch:
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} -n ">> Removing unneeded files..."
|
2003-08-13 13:39:38 +02:00
|
|
|
@${RM} -f `${FIND} ${WRKSRC} -name '*.bat'` `${FIND} ${WRKSRC} -name '*.orig'` `${FIND} ${WRKSRC} -name '*.exe'`
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
2003-08-13 13:39:38 +02:00
|
|
|
|
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
2006-02-07 09:50:09 +01:00
|
|
|
.for file in ${REPLACE_FILES}
|
|
|
|
@${ECHO_MSG} -n ">> Customizing `basename ${file}`..."
|
|
|
|
@${SED} ${REPLACE_LIST_TEMP} ${file} > ${WRKDIR}/`basename ${file}`
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
2003-08-13 13:39:38 +02:00
|
|
|
.endfor
|
|
|
|
|
2005-09-29 17:08:23 +02:00
|
|
|
pre-install:
|
|
|
|
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
|
|
|
|
2003-08-13 13:39:38 +02:00
|
|
|
do-install:
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} -n ">> Creating destination directory..."
|
2003-08-13 13:39:38 +02:00
|
|
|
@${MKDIR} ${APP_HOME}
|
|
|
|
@${MKDIR} ${LOG_DIR}
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
|
|
|
|
|
|
|
@${ECHO_MSG} ">> Copying files to destination directory..."
|
|
|
|
@${CP} ${WRKDIR}/server.xml ${WRKSRC}/conf/
|
|
|
|
@(cd ${WRKSRC};${FIND} conf -type f | ${SED} -e '/${CONF_EXT}/d') \
|
|
|
|
| while read a; do \
|
|
|
|
${MV} ${WRKSRC}/$$a ${WRKSRC}/$$a.${CONF_EXT}; \
|
|
|
|
if [ ! -e "${APP_HOME}/$$a" ]; then \
|
|
|
|
${ECHO_MSG} " Installing local configuration file: ${APP_HOME}/$$a"; \
|
|
|
|
${CP} ${WRKSRC}/$$a.${CONF_EXT} ${WRKSRC}/$$a; \
|
|
|
|
else \
|
|
|
|
${ECHO_MSG} " Preserving local configuration file: ${APP_HOME}/$$a"; \
|
|
|
|
fi; \
|
|
|
|
done
|
2003-08-13 13:39:38 +02:00
|
|
|
@${CP} -R ${WRKSRC}/* ${APP_HOME}
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
2003-08-13 13:39:38 +02:00
|
|
|
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} -n ">> Creating log files..."
|
2005-09-29 17:08:23 +02:00
|
|
|
@${INSTALL} -m 664 -o ${TOMCAT_USER} -g ${TOMCAT_GROUP} /dev/null ${STDOUT_LOG}
|
|
|
|
@${INSTALL} -m 664 -o ${TOMCAT_USER} -g ${TOMCAT_GROUP} /dev/null ${STDERR_LOG}
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
2003-08-13 13:39:38 +02:00
|
|
|
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} -n ">> Creating symlink to tools.jar..."
|
2003-08-13 13:39:38 +02:00
|
|
|
@${LN} -sf ${JAVA_HOME}/lib/tools.jar ${APP_HOME}/common/lib/tools.jar
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
2003-08-13 13:39:38 +02:00
|
|
|
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} -n ">> Fixing ownership settings..."
|
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
2006-02-07 09:50:09 +01:00
|
|
|
@${CHOWN} -R ${TOMCAT_USER}:${TOMCAT_GROUP} ${APP_HOME}/conf ${APP_HOME}/logs \
|
|
|
|
${APP_HOME}/temp ${APP_HOME}/work
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
2003-08-13 13:39:38 +02:00
|
|
|
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} -n ">> Fixing permissions..."
|
2003-11-13 13:54:57 +01:00
|
|
|
@${CHMOD} 755 `${FIND} ${APP_HOME} -type d`
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
2003-08-13 13:39:38 +02:00
|
|
|
|
|
|
|
post-install:
|
2004-12-17 04:15:07 +01:00
|
|
|
@${ECHO_MSG} "${APP_TITLE} ${PORTVERSION} has been installed in ${APP_HOME}."
|
2003-08-13 13:39:38 +02:00
|
|
|
.include <bsd.port.post.mk>
|