summaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat3
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-10-21 14:44:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-10-21 14:44:26 +0000
commitcfd3cc769502de43782f7d66ef41af31955d2a45 (patch)
tree60d4fa4bcaa1e019a69444885f4098319e333953 /www/jakarta-tomcat3
parentSimple tool that parses a plist and copies the directories and files listed (diff)
The Apache Project's Jakarta Tomcat web server.
Notes
Notes: svn path=/head/; revision=34073
Diffstat (limited to 'www/jakarta-tomcat3')
-rw-r--r--www/jakarta-tomcat3/Makefile26
-rw-r--r--www/jakarta-tomcat3/distinfo1
-rw-r--r--www/jakarta-tomcat3/pkg-comment1
-rw-r--r--www/jakarta-tomcat3/pkg-descr5
-rw-r--r--www/jakarta-tomcat3/pkg-plist75
5 files changed, 108 insertions, 0 deletions
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