summaryrefslogtreecommitdiff
path: root/www/ap-jserv
diff options
context:
space:
mode:
authorjwise <jwise>2001-03-29 19:37:42 +0000
committerjwise <jwise>2001-03-29 19:37:42 +0000
commit4a7a9a7fed21f1a61d459eee7233afb9f3bf07f8 (patch)
tree8c0c4af02c1af8e3841415b766ab55a5abbcd769 /www/ap-jserv
parentb54171b826691d8031bfc856b7e70a8925296e5b (diff)
downloadpkgsrc-4a7a9a7fed21f1a61d459eee7233afb9f3bf07f8.tar.gz
Add pointer to jakarta-tomcat for new servlet developers.
Diffstat (limited to 'www/ap-jserv')
-rw-r--r--www/ap-jserv/Makefile4
-rw-r--r--www/ap-jserv/pkg/DESCR4
2 files changed, 6 insertions, 2 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile
index cd9c4f6da18..a60b570a339 100644
--- a/www/ap-jserv/Makefile
+++ b/www/ap-jserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/03/27 03:20:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.17 2001/03/29 19:37:42 jwise Exp $
DISTNAME= ApacheJServ-1.1.2
PKGNAME= ap-jserv-1.1.2
@@ -7,7 +7,7 @@ MASTER_SITES= http://java.apache.org/jserv/dist/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://java.apache.org/
-COMMENT= Servlet engine for Apache Server
+COMMENT= older Java Servlet engine for Apache Server
DEPENDS+= apache>=1.3.9:../../www/apache
# yes, this needs _exactly_ version 2.0
diff --git a/www/ap-jserv/pkg/DESCR b/www/ap-jserv/pkg/DESCR
index 3c8e24291a6..ec0e2d63162 100644
--- a/www/ap-jserv/pkg/DESCR
+++ b/www/ap-jserv/pkg/DESCR
@@ -3,3 +3,7 @@ using the JSDK version 2.0. It can also be used with the Jakarta
project's Tomcat servlet environment, which is the next generation of
servlet development from Sun and Apache -- see the jakarta-tomcat
package for details.
+
+Jakarta Tomcat, the apache project's newer Java Servlet and JSP engine
+is probably a better choice for new projects. This package is provided
+for support of existing JServ users.