diff options
author | des <des@FreeBSD.org> | 2000-10-21 22:44:26 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-10-21 22:44:26 +0800 |
commit | b56c93963ff7371522931215f68182c03f66097b (patch) | |
tree | fa4dea11f2d8d8ef03c4f99624ca47995b356b97 | |
parent | d520ae12192d6360db3db85ad51764fb5983f53b (diff) | |
download | freebsd-ports-gnome-b56c93963ff7371522931215f68182c03f66097b.tar.gz freebsd-ports-gnome-b56c93963ff7371522931215f68182c03f66097b.tar.zst freebsd-ports-gnome-b56c93963ff7371522931215f68182c03f66097b.zip |
The Apache Project's Jakarta Tomcat web server.
26 files changed, 541 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b0ce154c3f87..a7682d895d5f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -62,6 +62,7 @@ SUBDIR += httptunnel SUBDIR += hypermail SUBDIR += indexme + SUBDIR += jakarta-tomcat SUBDIR += jesred SUBDIR += jetty SUBDIR += junkbuster diff --git a/www/jakarta-tomcat/Makefile b/www/jakarta-tomcat/Makefile new file mode 100644 index 000000000000..1b3db8d85c57 --- /dev/null +++ b/www/jakarta-tomcat/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: jakarta-tomcat +# Date created: 20 Oct 2000 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= jakarta-tomcat +PORTVERSION= 3.1 +CATEGORIES= www +MASTER_SITES= http://jakarta.apache.org/builds/tomcat/release/v${PORTVERSION}/bin/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= jakarta/tomcat/${PORTVERSION} + +MAINTAINER= des@FreeBSD.org + +BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall +RUN_DEPENDS= javac:${PORTSDIR}/java/jdk + +NO_BUILD= yes + +do-install: + @${LN} -fs ${WRKSRC} ${WRKDIR}/tomcat + @pinstall -v -d ${WRKDIR} + +.include <bsd.port.mk> diff --git a/www/jakarta-tomcat/distinfo b/www/jakarta-tomcat/distinfo new file mode 100644 index 000000000000..467754e1a7f5 --- /dev/null +++ b/www/jakarta-tomcat/distinfo @@ -0,0 +1 @@ +MD5 (jakarta/tomcat/3.1/jakarta-tomcat.tar.gz) = 8c3090a00917ca07de26d52529ae7d85 diff --git a/www/jakarta-tomcat/pkg-comment b/www/jakarta-tomcat/pkg-comment new file mode 100644 index 000000000000..4cdebafe2cb7 --- /dev/null +++ b/www/jakarta-tomcat/pkg-comment @@ -0,0 +1 @@ +A 100% Pure Java web server with built-in Servlet and JSP support diff --git a/www/jakarta-tomcat/pkg-descr b/www/jakarta-tomcat/pkg-descr new file mode 100644 index 000000000000..fafdccabf504 --- /dev/null +++ b/www/jakarta-tomcat/pkg-descr @@ -0,0 +1,5 @@ +Jakarta Tomcat is a web server written in 100% Pure Java. Tomcat is also the +reference implementation for the Java Servlet 2.2 and JavaServer Pages 1.1 +technologies. + +WWW: http://jakarta.apache.org/tomcat/ diff --git a/www/jakarta-tomcat/pkg-plist b/www/jakarta-tomcat/pkg-plist new file mode 100644 index 000000000000..8b4a99e4ea54 --- /dev/null +++ b/www/jakarta-tomcat/pkg-plist @@ -0,0 +1,75 @@ +tomcat/LICENSE +tomcat/bin/ant +tomcat/bin/ant.bat +tomcat/bin/antRun +tomcat/bin/jspc.bat +tomcat/bin/jspc.sh +tomcat/bin/shutdown.bat +tomcat/bin/shutdown.sh +tomcat/bin/startup.bat +tomcat/bin/startup.sh +tomcat/bin/tomcat.bat +tomcat/bin/tomcat.sh +tomcat/bin/tomcatEnv.bat +tomcat/conf/build.xml +tomcat/conf/jni_server.xml +tomcat/conf/jni_workers.properties +tomcat/conf/manifest.servlet +tomcat/conf/obj.conf +tomcat/conf/server.dtd +tomcat/conf/server.xml +tomcat/conf/tomcat-users.xml +tomcat/conf/tomcat.conf +tomcat/conf/tomcat.properties +tomcat/conf/uriworkermap.properties +tomcat/conf/web.dtd +tomcat/conf/web.xml +tomcat/conf/workers.properties +tomcat/doc/appdev/build.xml.txt +tomcat/doc/appdev/contents.html +tomcat/doc/appdev/deployment.html +tomcat/doc/appdev/footer.html +tomcat/doc/appdev/header.html +tomcat/doc/appdev/index.html +tomcat/doc/appdev/installation.html +tomcat/doc/appdev/introduction.html +tomcat/doc/appdev/processes.html +tomcat/doc/appdev/sample/build +tomcat/doc/appdev/sample/build.bat +tomcat/doc/appdev/sample/build.xml +tomcat/doc/appdev/sample/etc/web.xml +tomcat/doc/appdev/sample/src/Hello.java +tomcat/doc/appdev/sample/web/hello.jsp +tomcat/doc/appdev/sample/web/images/tomcat.gif +tomcat/doc/appdev/sample/web/index.html +tomcat/doc/appdev/source.html +tomcat/doc/appdev/tomcat.gif +tomcat/doc/appdev/web.xml.txt +tomcat/doc/readme +tomcat/doc/uguide/images/banner.gif +tomcat/doc/uguide/style.css +tomcat/doc/uguide/tomcat_ug.html +tomcat/lib/ant.jar +tomcat/lib/jasper.jar +tomcat/lib/servlet.jar +tomcat/lib/webserver.jar +tomcat/lib/xml.jar +tomcat/webapps/ROOT.war +tomcat/webapps/admin.war +tomcat/webapps/examples.war +tomcat/webapps/test.war +@dirrm tomcat/webapps +@dirrm tomcat/doc/appdev/sample/web/images +@dirrm tomcat/doc/appdev/sample/web +@dirrm tomcat/doc/appdev/sample/src +@dirrm tomcat/doc/appdev/sample/etc +@dirrm tomcat/doc/appdev/sample +@dirrm tomcat/lib +@dirrm tomcat/doc/uguide/images +@dirrm tomcat/doc/uguide +@dirrm tomcat/doc/faq +@dirrm tomcat/doc/appdev +@dirrm tomcat/doc +@dirrm tomcat/conf +@dirrm tomcat/bin +@dirrm tomcat diff --git a/www/jakarta-tomcat3/Makefile b/www/jakarta-tomcat3/Makefile new file mode 100644 index 000000000000..1b3db8d85c57 --- /dev/null +++ b/www/jakarta-tomcat3/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: jakarta-tomcat +# Date created: 20 Oct 2000 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= jakarta-tomcat +PORTVERSION= 3.1 +CATEGORIES= www +MASTER_SITES= http://jakarta.apache.org/builds/tomcat/release/v${PORTVERSION}/bin/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= jakarta/tomcat/${PORTVERSION} + +MAINTAINER= des@FreeBSD.org + +BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall +RUN_DEPENDS= javac:${PORTSDIR}/java/jdk + +NO_BUILD= yes + +do-install: + @${LN} -fs ${WRKSRC} ${WRKDIR}/tomcat + @pinstall -v -d ${WRKDIR} + +.include <bsd.port.mk> diff --git a/www/jakarta-tomcat3/distinfo b/www/jakarta-tomcat3/distinfo new file mode 100644 index 000000000000..467754e1a7f5 --- /dev/null +++ b/www/jakarta-tomcat3/distinfo @@ -0,0 +1 @@ +MD5 (jakarta/tomcat/3.1/jakarta-tomcat.tar.gz) = 8c3090a00917ca07de26d52529ae7d85 diff --git a/www/jakarta-tomcat3/pkg-comment b/www/jakarta-tomcat3/pkg-comment new file mode 100644 index 000000000000..4cdebafe2cb7 --- /dev/null +++ b/www/jakarta-tomcat3/pkg-comment @@ -0,0 +1 @@ +A 100% Pure Java web server with built-in Servlet and JSP support diff --git a/www/jakarta-tomcat3/pkg-descr b/www/jakarta-tomcat3/pkg-descr new file mode 100644 index 000000000000..fafdccabf504 --- /dev/null +++ b/www/jakarta-tomcat3/pkg-descr @@ -0,0 +1,5 @@ +Jakarta Tomcat is a web server written in 100% Pure Java. Tomcat is also the +reference implementation for the Java Servlet 2.2 and JavaServer Pages 1.1 +technologies. + +WWW: http://jakarta.apache.org/tomcat/ diff --git a/www/jakarta-tomcat3/pkg-plist b/www/jakarta-tomcat3/pkg-plist new file mode 100644 index 000000000000..8b4a99e4ea54 --- /dev/null +++ b/www/jakarta-tomcat3/pkg-plist @@ -0,0 +1,75 @@ +tomcat/LICENSE +tomcat/bin/ant +tomcat/bin/ant.bat +tomcat/bin/antRun +tomcat/bin/jspc.bat +tomcat/bin/jspc.sh +tomcat/bin/shutdown.bat +tomcat/bin/shutdown.sh +tomcat/bin/startup.bat +tomcat/bin/startup.sh +tomcat/bin/tomcat.bat +tomcat/bin/tomcat.sh +tomcat/bin/tomcatEnv.bat +tomcat/conf/build.xml +tomcat/conf/jni_server.xml +tomcat/conf/jni_workers.properties +tomcat/conf/manifest.servlet +tomcat/conf/obj.conf +tomcat/conf/server.dtd +tomcat/conf/server.xml +tomcat/conf/tomcat-users.xml +tomcat/conf/tomcat.conf +tomcat/conf/tomcat.properties +tomcat/conf/uriworkermap.properties +tomcat/conf/web.dtd +tomcat/conf/web.xml +tomcat/conf/workers.properties +tomcat/doc/appdev/build.xml.txt +tomcat/doc/appdev/contents.html +tomcat/doc/appdev/deployment.html +tomcat/doc/appdev/footer.html +tomcat/doc/appdev/header.html +tomcat/doc/appdev/index.html +tomcat/doc/appdev/installation.html +tomcat/doc/appdev/introduction.html +tomcat/doc/appdev/processes.html +tomcat/doc/appdev/sample/build +tomcat/doc/appdev/sample/build.bat +tomcat/doc/appdev/sample/build.xml +tomcat/doc/appdev/sample/etc/web.xml +tomcat/doc/appdev/sample/src/Hello.java +tomcat/doc/appdev/sample/web/hello.jsp +tomcat/doc/appdev/sample/web/images/tomcat.gif +tomcat/doc/appdev/sample/web/index.html +tomcat/doc/appdev/source.html +tomcat/doc/appdev/tomcat.gif +tomcat/doc/appdev/web.xml.txt +tomcat/doc/readme +tomcat/doc/uguide/images/banner.gif +tomcat/doc/uguide/style.css +tomcat/doc/uguide/tomcat_ug.html +tomcat/lib/ant.jar +tomcat/lib/jasper.jar +tomcat/lib/servlet.jar +tomcat/lib/webserver.jar +tomcat/lib/xml.jar +tomcat/webapps/ROOT.war +tomcat/webapps/admin.war +tomcat/webapps/examples.war +tomcat/webapps/test.war +@dirrm tomcat/webapps +@dirrm tomcat/doc/appdev/sample/web/images +@dirrm tomcat/doc/appdev/sample/web +@dirrm tomcat/doc/appdev/sample/src +@dirrm tomcat/doc/appdev/sample/etc +@dirrm tomcat/doc/appdev/sample +@dirrm tomcat/lib +@dirrm tomcat/doc/uguide/images +@dirrm tomcat/doc/uguide +@dirrm tomcat/doc/faq +@dirrm tomcat/doc/appdev +@dirrm tomcat/doc +@dirrm tomcat/conf +@dirrm tomcat/bin +@dirrm tomcat diff --git a/www/jakarta-tomcat4/Makefile b/www/jakarta-tomcat4/Makefile new file mode 100644 index 000000000000..1b3db8d85c57 --- /dev/null +++ b/www/jakarta-tomcat4/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: jakarta-tomcat +# Date created: 20 Oct 2000 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= jakarta-tomcat +PORTVERSION= 3.1 +CATEGORIES= www +MASTER_SITES= http://jakarta.apache.org/builds/tomcat/release/v${PORTVERSION}/bin/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= jakarta/tomcat/${PORTVERSION} + +MAINTAINER= des@FreeBSD.org + +BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall +RUN_DEPENDS= javac:${PORTSDIR}/java/jdk + +NO_BUILD= yes + +do-install: + @${LN} -fs ${WRKSRC} ${WRKDIR}/tomcat + @pinstall -v -d ${WRKDIR} + +.include <bsd.port.mk> diff --git a/www/jakarta-tomcat4/distinfo b/www/jakarta-tomcat4/distinfo new file mode 100644 index 000000000000..467754e1a7f5 --- /dev/null +++ b/www/jakarta-tomcat4/distinfo @@ -0,0 +1 @@ +MD5 (jakarta/tomcat/3.1/jakarta-tomcat.tar.gz) = 8c3090a00917ca07de26d52529ae7d85 diff --git a/www/jakarta-tomcat4/pkg-comment b/www/jakarta-tomcat4/pkg-comment new file mode 100644 index 000000000000..4cdebafe2cb7 --- /dev/null +++ b/www/jakarta-tomcat4/pkg-comment @@ -0,0 +1 @@ +A 100% Pure Java web server with built-in Servlet and JSP support diff --git a/www/jakarta-tomcat4/pkg-descr b/www/jakarta-tomcat4/pkg-descr new file mode 100644 index 000000000000..fafdccabf504 --- /dev/null +++ b/www/jakarta-tomcat4/pkg-descr @@ -0,0 +1,5 @@ +Jakarta Tomcat is a web server written in 100% Pure Java. Tomcat is also the +reference implementation for the Java Servlet 2.2 and JavaServer Pages 1.1 +technologies. + +WWW: http://jakarta.apache.org/tomcat/ diff --git a/www/jakarta-tomcat4/pkg-plist b/www/jakarta-tomcat4/pkg-plist new file mode 100644 index 000000000000..8b4a99e4ea54 --- /dev/null +++ b/www/jakarta-tomcat4/pkg-plist @@ -0,0 +1,75 @@ +tomcat/LICENSE +tomcat/bin/ant +tomcat/bin/ant.bat +tomcat/bin/antRun +tomcat/bin/jspc.bat +tomcat/bin/jspc.sh +tomcat/bin/shutdown.bat +tomcat/bin/shutdown.sh +tomcat/bin/startup.bat +tomcat/bin/startup.sh +tomcat/bin/tomcat.bat +tomcat/bin/tomcat.sh +tomcat/bin/tomcatEnv.bat +tomcat/conf/build.xml +tomcat/conf/jni_server.xml +tomcat/conf/jni_workers.properties +tomcat/conf/manifest.servlet +tomcat/conf/obj.conf +tomcat/conf/server.dtd +tomcat/conf/server.xml +tomcat/conf/tomcat-users.xml +tomcat/conf/tomcat.conf +tomcat/conf/tomcat.properties +tomcat/conf/uriworkermap.properties +tomcat/conf/web.dtd +tomcat/conf/web.xml +tomcat/conf/workers.properties +tomcat/doc/appdev/build.xml.txt +tomcat/doc/appdev/contents.html +tomcat/doc/appdev/deployment.html +tomcat/doc/appdev/footer.html +tomcat/doc/appdev/header.html +tomcat/doc/appdev/index.html +tomcat/doc/appdev/installation.html +tomcat/doc/appdev/introduction.html +tomcat/doc/appdev/processes.html +tomcat/doc/appdev/sample/build +tomcat/doc/appdev/sample/build.bat +tomcat/doc/appdev/sample/build.xml +tomcat/doc/appdev/sample/etc/web.xml +tomcat/doc/appdev/sample/src/Hello.java +tomcat/doc/appdev/sample/web/hello.jsp +tomcat/doc/appdev/sample/web/images/tomcat.gif +tomcat/doc/appdev/sample/web/index.html +tomcat/doc/appdev/source.html +tomcat/doc/appdev/tomcat.gif +tomcat/doc/appdev/web.xml.txt +tomcat/doc/readme +tomcat/doc/uguide/images/banner.gif +tomcat/doc/uguide/style.css +tomcat/doc/uguide/tomcat_ug.html +tomcat/lib/ant.jar +tomcat/lib/jasper.jar +tomcat/lib/servlet.jar +tomcat/lib/webserver.jar +tomcat/lib/xml.jar +tomcat/webapps/ROOT.war +tomcat/webapps/admin.war +tomcat/webapps/examples.war +tomcat/webapps/test.war +@dirrm tomcat/webapps +@dirrm tomcat/doc/appdev/sample/web/images +@dirrm tomcat/doc/appdev/sample/web +@dirrm tomcat/doc/appdev/sample/src +@dirrm tomcat/doc/appdev/sample/etc +@dirrm tomcat/doc/appdev/sample +@dirrm tomcat/lib +@dirrm tomcat/doc/uguide/images +@dirrm tomcat/doc/uguide +@dirrm tomcat/doc/faq +@dirrm tomcat/doc/appdev +@dirrm tomcat/doc +@dirrm tomcat/conf +@dirrm tomcat/bin +@dirrm tomcat diff --git a/www/jakarta-tomcat41/Makefile b/www/jakarta-tomcat41/Makefile new file mode 100644 index 000000000000..1b3db8d85c57 --- /dev/null +++ b/www/jakarta-tomcat41/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: jakarta-tomcat +# Date created: 20 Oct 2000 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= jakarta-tomcat +PORTVERSION= 3.1 +CATEGORIES= www +MASTER_SITES= http://jakarta.apache.org/builds/tomcat/release/v${PORTVERSION}/bin/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= jakarta/tomcat/${PORTVERSION} + +MAINTAINER= des@FreeBSD.org + +BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall +RUN_DEPENDS= javac:${PORTSDIR}/java/jdk + +NO_BUILD= yes + +do-install: + @${LN} -fs ${WRKSRC} ${WRKDIR}/tomcat + @pinstall -v -d ${WRKDIR} + +.include <bsd.port.mk> diff --git a/www/jakarta-tomcat41/distinfo b/www/jakarta-tomcat41/distinfo new file mode 100644 index 000000000000..467754e1a7f5 --- /dev/null +++ b/www/jakarta-tomcat41/distinfo @@ -0,0 +1 @@ +MD5 (jakarta/tomcat/3.1/jakarta-tomcat.tar.gz) = 8c3090a00917ca07de26d52529ae7d85 diff --git a/www/jakarta-tomcat41/pkg-comment b/www/jakarta-tomcat41/pkg-comment new file mode 100644 index 000000000000..4cdebafe2cb7 --- /dev/null +++ b/www/jakarta-tomcat41/pkg-comment @@ -0,0 +1 @@ +A 100% Pure Java web server with built-in Servlet and JSP support diff --git a/www/jakarta-tomcat41/pkg-descr b/www/jakarta-tomcat41/pkg-descr new file mode 100644 index 000000000000..fafdccabf504 --- /dev/null +++ b/www/jakarta-tomcat41/pkg-descr @@ -0,0 +1,5 @@ +Jakarta Tomcat is a web server written in 100% Pure Java. Tomcat is also the +reference implementation for the Java Servlet 2.2 and JavaServer Pages 1.1 +technologies. + +WWW: http://jakarta.apache.org/tomcat/ diff --git a/www/jakarta-tomcat41/pkg-plist b/www/jakarta-tomcat41/pkg-plist new file mode 100644 index 000000000000..8b4a99e4ea54 --- /dev/null +++ b/www/jakarta-tomcat41/pkg-plist @@ -0,0 +1,75 @@ +tomcat/LICENSE +tomcat/bin/ant +tomcat/bin/ant.bat +tomcat/bin/antRun +tomcat/bin/jspc.bat +tomcat/bin/jspc.sh +tomcat/bin/shutdown.bat +tomcat/bin/shutdown.sh +tomcat/bin/startup.bat +tomcat/bin/startup.sh +tomcat/bin/tomcat.bat +tomcat/bin/tomcat.sh +tomcat/bin/tomcatEnv.bat +tomcat/conf/build.xml +tomcat/conf/jni_server.xml +tomcat/conf/jni_workers.properties +tomcat/conf/manifest.servlet +tomcat/conf/obj.conf +tomcat/conf/server.dtd +tomcat/conf/server.xml +tomcat/conf/tomcat-users.xml +tomcat/conf/tomcat.conf +tomcat/conf/tomcat.properties +tomcat/conf/uriworkermap.properties +tomcat/conf/web.dtd +tomcat/conf/web.xml +tomcat/conf/workers.properties +tomcat/doc/appdev/build.xml.txt +tomcat/doc/appdev/contents.html +tomcat/doc/appdev/deployment.html +tomcat/doc/appdev/footer.html +tomcat/doc/appdev/header.html +tomcat/doc/appdev/index.html +tomcat/doc/appdev/installation.html +tomcat/doc/appdev/introduction.html +tomcat/doc/appdev/processes.html +tomcat/doc/appdev/sample/build +tomcat/doc/appdev/sample/build.bat +tomcat/doc/appdev/sample/build.xml +tomcat/doc/appdev/sample/etc/web.xml +tomcat/doc/appdev/sample/src/Hello.java +tomcat/doc/appdev/sample/web/hello.jsp +tomcat/doc/appdev/sample/web/images/tomcat.gif +tomcat/doc/appdev/sample/web/index.html +tomcat/doc/appdev/source.html +tomcat/doc/appdev/tomcat.gif +tomcat/doc/appdev/web.xml.txt +tomcat/doc/readme +tomcat/doc/uguide/images/banner.gif +tomcat/doc/uguide/style.css +tomcat/doc/uguide/tomcat_ug.html +tomcat/lib/ant.jar +tomcat/lib/jasper.jar +tomcat/lib/servlet.jar +tomcat/lib/webserver.jar +tomcat/lib/xml.jar +tomcat/webapps/ROOT.war +tomcat/webapps/admin.war +tomcat/webapps/examples.war +tomcat/webapps/test.war +@dirrm tomcat/webapps +@dirrm tomcat/doc/appdev/sample/web/images +@dirrm tomcat/doc/appdev/sample/web +@dirrm tomcat/doc/appdev/sample/src +@dirrm tomcat/doc/appdev/sample/etc +@dirrm tomcat/doc/appdev/sample +@dirrm tomcat/lib +@dirrm tomcat/doc/uguide/images +@dirrm tomcat/doc/uguide +@dirrm tomcat/doc/faq +@dirrm tomcat/doc/appdev +@dirrm tomcat/doc +@dirrm tomcat/conf +@dirrm tomcat/bin +@dirrm tomcat diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile new file mode 100644 index 000000000000..1b3db8d85c57 --- /dev/null +++ b/www/tomcat41/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: jakarta-tomcat +# Date created: 20 Oct 2000 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= jakarta-tomcat +PORTVERSION= 3.1 +CATEGORIES= www +MASTER_SITES= http://jakarta.apache.org/builds/tomcat/release/v${PORTVERSION}/bin/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= jakarta/tomcat/${PORTVERSION} + +MAINTAINER= des@FreeBSD.org + +BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall +RUN_DEPENDS= javac:${PORTSDIR}/java/jdk + +NO_BUILD= yes + +do-install: + @${LN} -fs ${WRKSRC} ${WRKDIR}/tomcat + @pinstall -v -d ${WRKDIR} + +.include <bsd.port.mk> diff --git a/www/tomcat41/distinfo b/www/tomcat41/distinfo new file mode 100644 index 000000000000..467754e1a7f5 --- /dev/null +++ b/www/tomcat41/distinfo @@ -0,0 +1 @@ +MD5 (jakarta/tomcat/3.1/jakarta-tomcat.tar.gz) = 8c3090a00917ca07de26d52529ae7d85 diff --git a/www/tomcat41/pkg-comment b/www/tomcat41/pkg-comment new file mode 100644 index 000000000000..4cdebafe2cb7 --- /dev/null +++ b/www/tomcat41/pkg-comment @@ -0,0 +1 @@ +A 100% Pure Java web server with built-in Servlet and JSP support diff --git a/www/tomcat41/pkg-descr b/www/tomcat41/pkg-descr new file mode 100644 index 000000000000..fafdccabf504 --- /dev/null +++ b/www/tomcat41/pkg-descr @@ -0,0 +1,5 @@ +Jakarta Tomcat is a web server written in 100% Pure Java. Tomcat is also the +reference implementation for the Java Servlet 2.2 and JavaServer Pages 1.1 +technologies. + +WWW: http://jakarta.apache.org/tomcat/ diff --git a/www/tomcat41/pkg-plist b/www/tomcat41/pkg-plist new file mode 100644 index 000000000000..8b4a99e4ea54 --- /dev/null +++ b/www/tomcat41/pkg-plist @@ -0,0 +1,75 @@ +tomcat/LICENSE +tomcat/bin/ant +tomcat/bin/ant.bat +tomcat/bin/antRun +tomcat/bin/jspc.bat +tomcat/bin/jspc.sh +tomcat/bin/shutdown.bat +tomcat/bin/shutdown.sh +tomcat/bin/startup.bat +tomcat/bin/startup.sh +tomcat/bin/tomcat.bat +tomcat/bin/tomcat.sh +tomcat/bin/tomcatEnv.bat +tomcat/conf/build.xml +tomcat/conf/jni_server.xml +tomcat/conf/jni_workers.properties +tomcat/conf/manifest.servlet +tomcat/conf/obj.conf +tomcat/conf/server.dtd +tomcat/conf/server.xml +tomcat/conf/tomcat-users.xml +tomcat/conf/tomcat.conf +tomcat/conf/tomcat.properties +tomcat/conf/uriworkermap.properties +tomcat/conf/web.dtd +tomcat/conf/web.xml +tomcat/conf/workers.properties +tomcat/doc/appdev/build.xml.txt +tomcat/doc/appdev/contents.html +tomcat/doc/appdev/deployment.html +tomcat/doc/appdev/footer.html +tomcat/doc/appdev/header.html +tomcat/doc/appdev/index.html +tomcat/doc/appdev/installation.html +tomcat/doc/appdev/introduction.html +tomcat/doc/appdev/processes.html +tomcat/doc/appdev/sample/build +tomcat/doc/appdev/sample/build.bat +tomcat/doc/appdev/sample/build.xml +tomcat/doc/appdev/sample/etc/web.xml +tomcat/doc/appdev/sample/src/Hello.java +tomcat/doc/appdev/sample/web/hello.jsp +tomcat/doc/appdev/sample/web/images/tomcat.gif +tomcat/doc/appdev/sample/web/index.html +tomcat/doc/appdev/source.html +tomcat/doc/appdev/tomcat.gif +tomcat/doc/appdev/web.xml.txt +tomcat/doc/readme +tomcat/doc/uguide/images/banner.gif +tomcat/doc/uguide/style.css +tomcat/doc/uguide/tomcat_ug.html +tomcat/lib/ant.jar +tomcat/lib/jasper.jar +tomcat/lib/servlet.jar +tomcat/lib/webserver.jar +tomcat/lib/xml.jar +tomcat/webapps/ROOT.war +tomcat/webapps/admin.war +tomcat/webapps/examples.war +tomcat/webapps/test.war +@dirrm tomcat/webapps +@dirrm tomcat/doc/appdev/sample/web/images +@dirrm tomcat/doc/appdev/sample/web +@dirrm tomcat/doc/appdev/sample/src +@dirrm tomcat/doc/appdev/sample/etc +@dirrm tomcat/doc/appdev/sample +@dirrm tomcat/lib +@dirrm tomcat/doc/uguide/images +@dirrm tomcat/doc/uguide +@dirrm tomcat/doc/faq +@dirrm tomcat/doc/appdev +@dirrm tomcat/doc +@dirrm tomcat/conf +@dirrm tomcat/bin +@dirrm tomcat |