View | Details | Raw Unified | Return to bug 219426
Collapse All | Expand All

(-)tomcat-devel/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/www/tomcat-devel/Makefile 440277 2017-05-06 15:28:11Z ler $
2
# $FreeBSD: head/www/tomcat-devel/Makefile 440277 2017-05-06 15:28:11Z ler $
3
3
4
PORTNAME=	tomcat
4
PORTNAME=	tomcat
5
PORTVERSION=	9.0.0.M20
5
PORTVERSION=	9.0.0.M21
6
CATEGORIES=	www java
6
CATEGORIES=	www java
7
MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
7
MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
8
PKGNAMESUFFIX=	-devel
8
PKGNAMESUFFIX=	-devel
Lines 23-29 Link Here
23
NO_BUILD=	yes
23
NO_BUILD=	yes
24
NO_ARCH=	yes
24
NO_ARCH=	yes
25
25
26
USE_RC_SUBR=	${PKGBASE}
26
USE_RC_SUBR=	${PKGBASE:C/-/_/}
27
27
28
TOMCAT_SUBDIR?=	${DISTNAME:C/([0-9])\.([0-9])(.*)/\1.\2/}
28
TOMCAT_SUBDIR?=	${DISTNAME:C/([0-9])\.([0-9])(.*)/\1.\2/}
29
TOMCAT_HOME=	${PREFIX}/${TOMCAT_SUBDIR}
29
TOMCAT_HOME=	${PREFIX}/${TOMCAT_SUBDIR}
(-)tomcat-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1494081797
1
TIMESTAMP = 1495305437
2
SHA256 (apache-tomcat-9.0.0.M20.tar.gz) = cfcc184901d368a3581b20cc08490f39994896806b6008c8376d49be201bdfeb
2
SHA256 (apache-tomcat-9.0.0.M21.tar.gz) = c959c5a8ef09af269ddb0681d428f82ff5b3ba10ffbff177f671938f27ca7cee
3
SIZE (apache-tomcat-9.0.0.M20.tar.gz) = 9314793
3
SIZE (apache-tomcat-9.0.0.M21.tar.gz) = 9335939
(-)tomcat-devel/pkg-plist (-1 / +1 lines)
Lines 39-45 Link Here
39
%%T%%/lib/catalina-storeconfig.jar
39
%%T%%/lib/catalina-storeconfig.jar
40
%%T%%/lib/catalina-tribes.jar
40
%%T%%/lib/catalina-tribes.jar
41
%%T%%/lib/catalina.jar
41
%%T%%/lib/catalina.jar
42
%%T%%/lib/ecj-4.6.1.jar
42
%%T%%/lib/ecj-4.6.3.jar
43
%%T%%/lib/el-api.jar
43
%%T%%/lib/el-api.jar
44
%%T%%/lib/jasper-el.jar
44
%%T%%/lib/jasper-el.jar
45
%%T%%/lib/jasper.jar
45
%%T%%/lib/jasper.jar
(-)tomcat-devel/files/tomcat_devel.in (-14 / +14 lines)
Lines 3-60 Link Here
3
# $FreeBSD: head/www/tomcat-devel/files/tomcat-devel.in 437962 2017-04-07 22:32:01Z rezny $
3
# $FreeBSD: head/www/tomcat-devel/files/tomcat-devel.in 437962 2017-04-07 22:32:01Z rezny $
4
#
4
#
5
5
6
# PROVIDE: tomcat-devel
6
# PROVIDE: tomcat_devel
7
# REQUIRE: LOGIN
7
# REQUIRE: LOGIN
8
# KEYWORD: shutdown
8
# KEYWORD: shutdown
9
9
10
#
10
#
11
# Configuration settings for tomcat-devel in /etc/rc.conf:
11
# Configuration settings for tomcat_devel in /etc/rc.conf:
12
#
12
#
13
# tomcat-devel_enable (bool):
13
# tomcat_devel_enable (bool):
14
#   Set to "NO" by default.
14
#   Set to "NO" by default.
15
#   Set it to "YES" to enable tomcat-devel
15
#   Set it to "YES" to enable tomcat-devel
16
#
16
#
17
# tomcat-devel_catalina_base (str)
17
# tomcat_devel_catalina_base (str)
18
#   Set to "%%TOMCAT_HOME%%" by default.
18
#   Set to "%%TOMCAT_HOME%%" by default.
19
#   Set the CATALINA_BASE variable for the Tomcat process
19
#   Set the CATALINA_BASE variable for the Tomcat process
20
#
20
#
21
# tomcat-devel_catalina_tmpdir (str)
21
# tomcat_devel_catalina_tmpdir (str)
22
#   Set to "${catalina.base}/temp" by default.
22
#   Set to "${catalina.base}/temp" by default.
23
#   Set the CATALINA_TMPDIR variable for the Tomcat process
23
#   Set the CATALINA_TMPDIR variable for the Tomcat process
24
#
24
#
25
# tomcat-devel_stdout (str)
25
# tomcat_devel_stdout (str)
26
#   Set to "${catalina.base}/logs/catalina.out" by default.
26
#   Set to "${catalina.base}/logs/catalina.out" by default.
27
#   Set the stdout redirection. It may also be '/dev/null', '&1' or '&2'
27
#   Set the stdout redirection. It may also be '/dev/null', '&1' or '&2'
28
#
28
#
29
# tomcat-devel_stderr (str)
29
# tomcat_devel_stderr (str)
30
#   Set to "&1" by default.
30
#   Set to "&1" by default.
31
#   Set the stderr redirection. It may also be '/dev/null', '&1' or '&2'
31
#   Set the stderr redirection. It may also be '/dev/null', '&1' or '&2'
32
#
32
#
33
# tomcat-devel_pipe_cmd (str):
33
# tomcat_devel_pipe_cmd (str):
34
#   Set to "" by default.
34
#   Set to "" by default.
35
#   Set a piped command to process stdout/stderr when passthru
35
#   Set a piped command to process stdout/stderr when passthru
36
#
36
#
37
# tomcat-devel_logging_manager (str):
37
# tomcat_devel_logging_manager (str):
38
#   Set to "org.apache.juli.ClassLoaderLogManager" by default.
38
#   Set to "org.apache.juli.ClassLoaderLogManager" by default.
39
#   Set the JUL log manager
39
#   Set the JUL log manager
40
#
40
#
41
# tomcat-devel_logging_config (str):
41
# tomcat_devel_logging_config (str):
42
#   Set to "${catalina.base}/conf/logging.properties" by default.
42
#   Set to "${catalina.base}/conf/logging.properties" by default.
43
#   Set the JUL config file 
43
#   Set the JUL config file 
44
#
44
#
45
# tomcat-devel_java_home (str):
45
# tomcat_devel_java_home (str):
46
#   Set to "%%JAVA_HOME%%" by default.
46
#   Set to "%%JAVA_HOME%%" by default.
47
#   Specify the Java VM to use.
47
#   Specify the Java VM to use.
48
#
48
#
49
# tomcat-devel_classpath (str):
49
# tomcat_devel_classpath (str):
50
#   Set to "" by default.
50
#   Set to "" by default.
51
#   Addtional classes to add to the CLASSPATH. If set, must start with ':'
51
#   Addtional classes to add to the CLASSPATH. If set, must start with ':'
52
#
52
#
53
# tomcat-devel_java_opts (str):
53
# tomcat_devel_java_opts (str):
54
#   Set to "" by default.
54
#   Set to "" by default.
55
#   Java VM args to use.
55
#   Java VM args to use.
56
#
56
#
57
# tomcat-devel_wait (int):
57
# tomcat_devel_wait (int):
58
#   Set to "30" by default.
58
#   Set to "30" by default.
59
#   Set the wait time (in seconds) for Tomcat process startup
59
#   Set the wait time (in seconds) for Tomcat process startup
60
#
60
#

Return to bug 219426