diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-05 19:55:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-05 19:55:59 +0000 |
commit | e3b9e51dd98c91dab414b6f4a7e80a948eee4e44 (patch) | |
tree | d990393078a871c05d91758cd60caf5df87e46ac /www | |
parent | bbdce68e5c24757bbce5c880da39626fa6d70098 (diff) | |
download | ports-e3b9e51dd98c91dab414b6f4a7e80a948eee4e44.tar.gz ports-e3b9e51dd98c91dab414b6f4a7e80a948eee4e44.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/gnujsp/Makefile | 43 | ||||
-rw-r--r-- | www/gnujsp/distinfo | 1 | ||||
-rw-r--r-- | www/gnujsp/files/gnujsp.properties.in | 47 | ||||
-rw-r--r-- | www/gnujsp/pkg-descr | 8 | ||||
-rw-r--r-- | www/gnujsp/pkg-message | 30 | ||||
-rw-r--r-- | www/gnujsp/pkg-plist | 15 |
6 files changed, 0 insertions, 144 deletions
diff --git a/www/gnujsp/Makefile b/www/gnujsp/Makefile deleted file mode 100644 index 595441c70aba..000000000000 --- a/www/gnujsp/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnujsp -# Date created: 1999-07-15 -# Whom: Palle Girgensohn <girgen@partitur.se> -# -# $FreeBSD$ -# - -PORTNAME= gnujsp -PORTVERSION= 1.0.1 -CATEGORIES= www java -MASTER_SITES= http://www.klomp.org/gnujsp/downloads/ - -MAINTAINER= girgen@partitur.se -COMMENT= GNU implementation of Sun's Java Server Pages - -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/mod_jserv.so:${PORTSDIR}/www/apache-jserv - -NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/MESSAGE - -NO_BUILD= yes # use the prebuilt jar files - -do-install: - ${MKDIR} ${PREFIX}/share/java/classes - ${INSTALL_DATA} ${WRKSRC}/lib/gnujsp10.jar ${WRKSRC}/lib/servlet-2.0-plus.jar \ - ${PREFIX}/share/java/classes -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/examples/gnujsp - @ cd ${WRKSRC}/examples ;\ - ${INSTALL_DATA} date.jsp snoop.jsp hello.jsp ${PREFIX}/share/examples/gnujsp - ${MKDIR} ${PREFIX}/share/doc/gnujsp -.for file in CHANGES FAQ INSTALL.apache INSTALL.vqserver.html INSTALL.jigsaw README install.html - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gnujsp -.endfor - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/gnujsp.properties.in > \ - ${PREFIX}/share/doc/gnujsp/gnujsp.properties -.endif - -post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/gnujsp/distinfo b/www/gnujsp/distinfo deleted file mode 100644 index 6082b21a805d..000000000000 --- a/www/gnujsp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnujsp-1.0.1.tar.gz) = 4f3c80c0630a8a318e91850ed1d95e37 diff --git a/www/gnujsp/files/gnujsp.properties.in b/www/gnujsp/files/gnujsp.properties.in deleted file mode 100644 index 0a2931b0cb3c..000000000000 --- a/www/gnujsp/files/gnujsp.properties.in +++ /dev/null @@ -1,47 +0,0 @@ -# This is an example gnujsp properties file -# -# It's origin is with the INSTALL.apache document in the gnujsp-1.0.0 -# distribution, but is hacked for automagic installation on FreeBSD by -# girgen@partitur.se -# -# To get started, first set up apache with jserv to function properly, -# then add the following to your apache.conf: -# -# ApJServAction .jsp /gnujsp/gnujsp -# ApJServMount /gnujsp /gnujsp -# -# and add the zone gnujsp to your jserv configuration: -# zones=gnujsp -# gnujsp.properties=%%PREFIX%%/etc/apache/gnujsp.properties -# -# Last, create a scratch directory for gnujsp, writable by your web -# server userid (usually 'nobody'). The default directory path is -# %%PREFIX%%/www/gnujsp - -# List of Repositories -####################### - -repositories=%%PREFIX%%/share/java/classes/gnujsp10.jar -repositories=%%PREFIX%%/share/java/classes/servlet-2.0-plus.jar -#repositories=/home/heyl/lib/java/Acme.jar -#repositories=/usr/local/webl-3.0/lib/WebL.jar - -# Classloader parameters -######################### - -autoreload.classes=true - -# Enable servlet resourced autoreloading (properties and other -# loaded resources) -autoreload.file=true - - -# Servlet Aliases -################## -# Note: if using webl or Acme stuff, add the jars here too -# if you added them to the repositories above (alph) -# In my real settings I added: usepackages=true,language=de,country=de -# but I guess you may prefer the default locale :-) (alph) - -servlet.gnujsp.code=org.gjt.jsp.JspServlet -servlet.gnujsp.initArgs=checkclass=true,pagebase=%%PREFIX%%/www/data,scratchdir=%%PREFIX%%/www/gnujsp,debug=true,compiler=builtin-javac -classpath %classpath%:%scratchdir%:%%PREFIX%%/share/java/classes/gnujsp10.jar:%%PREFIX%%/share/java/classes/servlet-2.0-plus.jar -d %scratchdir% -deprecation %source% diff --git a/www/gnujsp/pkg-descr b/www/gnujsp/pkg-descr deleted file mode 100644 index 446cb4c6f902..000000000000 --- a/www/gnujsp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GNUJSP is a free implementation of Sun's Java Server Pages. Once the -GNUJSP servlet is correctly installed, files with the extension .jsp -are translated into java source files, compiled, and run. - -WWW: http://www.klomp.org/gnujsp/ - -- Palle Girgensohn -girgen@partitur.se diff --git a/www/gnujsp/pkg-message b/www/gnujsp/pkg-message deleted file mode 100644 index a7d1f18587d4..000000000000 --- a/www/gnujsp/pkg-message +++ /dev/null @@ -1,30 +0,0 @@ -=================================================================== - -GNUJSP has been installed in %%PREFIX%%/share/java/classes. - -To get started, first set up apache with jserv to function properly, -then add the following to %%PREFIX%%/etc/apache/jserv/jserv.conf -before the "</IfModule>" line: - - ApJServAction .jsp /gnujsp/gnujsp - ApJServMount /gnujsp /gnujsp - -Then copy the gnujsp.properties to your apache config dir: -cp %%PREFIX%%/share/doc/gnujsp/gnujsp.properties \ - %%PREFIX%%/etc/apache - -and add the zone gnujsp to %%PREFIX%%/etc/apache/jserv/jserv.properties: - zones=gnujsp - gnujsp.properties=%%PREFIX%%/etc/apache/gnujsp.properties - -Last, create a scratch directory for gnujsp, writable by your web -server userid (usually 'nobody'). The default directory path is -%%PREFIX%%/www/gnujsp, which can be changed by modifying -%%PREFIX%%/etc/apache/gnujsp.properties - -If you run into problems, read the INSTALL.apache document in -%%PREFIX%%/share/doc/gnujsp for info more info. - -Some examples can be found in %%PREFIX%%/share/examples/gnujsp. - -=================================================================== diff --git a/www/gnujsp/pkg-plist b/www/gnujsp/pkg-plist deleted file mode 100644 index 6ad44d422f64..000000000000 --- a/www/gnujsp/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -share/java/classes/gnujsp10.jar -share/java/classes/servlet-2.0-plus.jar -share/examples/gnujsp/date.jsp -share/examples/gnujsp/hello.jsp -share/examples/gnujsp/snoop.jsp -@dirrm share/examples/gnujsp -share/doc/gnujsp/CHANGES -share/doc/gnujsp/FAQ -share/doc/gnujsp/INSTALL.apache -share/doc/gnujsp/INSTALL.jigsaw -share/doc/gnujsp/INSTALL.vqserver.html -share/doc/gnujsp/README -share/doc/gnujsp/install.html -share/doc/gnujsp/gnujsp.properties -@dirrm share/doc/gnujsp |