mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
www/tomcat[8|95]: add NLS option, OFF by default
Tomcat comes with resource bundles for various languages. Those are used in responses and logs. Sometimes, it is not desired to have them. Add NLS option support omitting them from the installation. Bump PORTREVISION PR: 244374 Submitted by: Michael Osipov Approved by: maintainer
This commit is contained in:
parent
178c58e9ab
commit
05e4ee08b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527443
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tomcat
|
||||
PORTVERSION= 8.5.51
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
|
||||
PKGNAMESUFFIX= 85
|
||||
@ -30,7 +30,7 @@ SUB_LIST= TOMCAT_HOME=${TOMCAT_HOME} \
|
||||
TOMCAT_USER=${WWWOWN} \
|
||||
JAVA_HOME=${JAVA_HOME}
|
||||
|
||||
OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT
|
||||
OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT NLS
|
||||
OPTIONS_DEFAULT= HOST_MANAGER MANAGER ROOT
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
@ -34,13 +34,13 @@
|
||||
%%T%%/lib/tomcat-api.jar
|
||||
%%T%%/lib/tomcat-coyote.jar
|
||||
%%T%%/lib/tomcat-dbcp.jar
|
||||
%%T%%/lib/tomcat-i18n-de.jar
|
||||
%%T%%/lib/tomcat-i18n-es.jar
|
||||
%%T%%/lib/tomcat-i18n-fr.jar
|
||||
%%T%%/lib/tomcat-i18n-ja.jar
|
||||
%%T%%/lib/tomcat-i18n-ko.jar
|
||||
%%T%%/lib/tomcat-i18n-ru.jar
|
||||
%%T%%/lib/tomcat-i18n-zh-CN.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-de.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-es.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-fr.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-ja.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-ko.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-ru.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-zh-CN.jar
|
||||
%%T%%/lib/tomcat-jdbc.jar
|
||||
%%T%%/lib/tomcat-jni.jar
|
||||
%%T%%/lib/tomcat-util-scan.jar
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tomcat
|
||||
PORTVERSION= 9.0.31
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
|
||||
PKGNAMESUFFIX= 9
|
||||
@ -31,7 +31,7 @@ SUB_LIST= TOMCAT_HOME=${TOMCAT_HOME} \
|
||||
TOMCAT_USER=${WWWOWN} \
|
||||
JAVA_HOME=${JAVA_HOME}
|
||||
|
||||
OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT
|
||||
OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT NLS
|
||||
OPTIONS_DEFAULT= HOST_MANAGER MANAGER ROOT
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
@ -36,15 +36,15 @@
|
||||
%%T%%/lib/tomcat-api.jar
|
||||
%%T%%/lib/tomcat-coyote.jar
|
||||
%%T%%/lib/tomcat-dbcp.jar
|
||||
%%T%%/lib/tomcat-i18n-cs.jar
|
||||
%%T%%/lib/tomcat-i18n-de.jar
|
||||
%%T%%/lib/tomcat-i18n-es.jar
|
||||
%%T%%/lib/tomcat-i18n-fr.jar
|
||||
%%T%%/lib/tomcat-i18n-ja.jar
|
||||
%%T%%/lib/tomcat-i18n-ko.jar
|
||||
%%T%%/lib/tomcat-i18n-pt-BR.jar
|
||||
%%T%%/lib/tomcat-i18n-ru.jar
|
||||
%%T%%/lib/tomcat-i18n-zh-CN.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-cs.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-de.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-es.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-fr.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-ja.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-ko.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-pt-BR.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-ru.jar
|
||||
%%NLS%%%%T%%/lib/tomcat-i18n-zh-CN.jar
|
||||
%%T%%/lib/tomcat-jdbc.jar
|
||||
%%T%%/lib/tomcat-jni.jar
|
||||
%%T%%/lib/tomcat-util-scan.jar
|
||||
|
Loading…
Reference in New Issue
Block a user