- maintenance update to 4.1.30
- allow run depend to resolve to native JDK - DESCR revision From: Kurt Miller <truk@optonline.net>
This commit is contained in:
parent
e2a0b92be1
commit
f2c3a7b4fd
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2004/01/03 13:36:03 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/06/05 17:46:35 naddy Exp $
|
||||
|
||||
COMMENT= "Java servlet 2.3 and Java server pages 1.2 server"
|
||||
|
||||
# Requires a JVM
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
V= 4.1.29
|
||||
V= 4.1.30
|
||||
DISTNAME= jakarta-tomcat-${V}
|
||||
CATEGORIES= www
|
||||
|
||||
@ -16,10 +16,9 @@ HOMEPAGE= http://jakarta.apache.org/
|
||||
|
||||
MAINTAINER= Kurt Miller <truk@apache.org>
|
||||
|
||||
JDK_VERSION= 1.3.1-linux
|
||||
JAVA_HOME= ${LOCALBASE}/jdk${JDK_VERSION}
|
||||
JAVA_HOME= ${LOCALBASE}/jdk1.3.1-linux
|
||||
BUILD_DEPENDS= ::archivers/gtar
|
||||
RUN_DEPENDS= :jdk-linux->1.3:devel/jdk/1.3-linux
|
||||
RUN_DEPENDS= :jdk*->=1.3:devel/jdk/1.3-linux
|
||||
|
||||
# Apache Software License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (jakarta-tomcat-4.1.29.tar.gz) = 66b03ddd10fb4a9079fe26774436db09
|
||||
RMD160 (jakarta-tomcat-4.1.29.tar.gz) = 35be58f42ddadafdea44636b98b37fdcb3ee81bb
|
||||
SHA1 (jakarta-tomcat-4.1.29.tar.gz) = 3ed55a351d7a2782be0052a84a217f37235d0746
|
||||
MD5 (jakarta-tomcat-4.1.30.tar.gz) = ff27f6a5900768c1aafab4a68675b2ed
|
||||
RMD160 (jakarta-tomcat-4.1.30.tar.gz) = a5fe2d812f4e019cfd4e8bf8c30bcfe9c8c78ed5
|
||||
SHA1 (jakarta-tomcat-4.1.30.tar.gz) = 26250f0639fea602f20b7f51992b6bf14483582a
|
||||
|
@ -1,8 +1,10 @@
|
||||
Tomcat is the Java Servlet / Java Server Page environment produced
|
||||
by the Apache Foundation's Jakarta Project. Tomcat can be run as a
|
||||
standalone web server with Servlet and JSP support, or using Apache
|
||||
Server as it's web server via the mod_jk Apache module (the
|
||||
www/mod_jk package).
|
||||
Tomcat 4 is a Servlet/JSP container that implements the Servlet 2.3
|
||||
and JavaServer Pages 1.2 specifications from the Java Community
|
||||
Process. Tomcat includes many additional features that make it a
|
||||
useful platform for developing and deploying web applications and
|
||||
web services. Tomcat can be run as a standalone web server with
|
||||
Servlet and JSP support, or using Apache HTTP Server as its web
|
||||
server via the mod_jk Apache module (the www/mod_jk package).
|
||||
|
||||
See ${PREFIX}/${DISTNAME}/conf/README.OpenBSD for
|
||||
information on running Jakarta Tomcat on OpenBSD.
|
||||
|
Loading…
Reference in New Issue
Block a user