head	1.9;
access;
symbols
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.7
	RELEASE_4_3_0:1.7
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.3;
locks; strict;
comment	@# @;


1.9
date	2004.01.05.19.55.59;	author pav;	state dead;
branches;
next	1.8;

1.8
date	2003.02.21.14.01.16;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2001.02.05.15.33.22;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2001.01.29.14.19.37;	author sf;	state Exp;
branches;
next	1.5;

1.5
date	2000.10.08.10.23.09;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.10.00.05.17;	author cpiazza;	state Exp;
branches;
next	1.3;

1.3
date	2000.01.05.01.41.10;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.12.31.20.27.06;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.12.31.20.26.26;	author steve;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove this three years abandoned port, with a security vulnerability
and with much better alternatives in the tree.

PR:		ports/60866
Submitted by:	Palle Girgensohn <girgen@@pingpong.net> (maintainer)
@
text
@# New ports collection makefile for:	gnujsp
# Date created:		1999-07-15
# Whom:			Palle Girgensohn <girgen@@partitur.se>
#
# $FreeBSD: ports/www/gnujsp/Makefile,v 1.8 2003/02/21 14:01:16 knu Exp $
#

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>
@


1.8
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/gnujsp/Makefile,v 1.6 2001/01/29 14:19:37 sf Exp $
d14 1
@


1.6
log
@update to 1.0.1.

PR:		23044
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/gnujsp/Makefile,v 1.5 2000/10/08 10:23:09 asami Exp $
d9 1
a9 1
PORTVERSION= 	1.0.1
@


1.5
log
@Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/gnujsp/Makefile,v 1.4 2000/04/10 00:05:17 cpiazza Exp $
d9 1
a9 1
PORTVERSION= 	1.0.0
d31 1
a31 1
.for file in CHANGES FAQ INSTALL.apache INSTALL.vqserver INSTALL.jigsaw README install.html
@


1.4
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/gnujsp/Makefile,v 1.3 2000/01/05 01:41:10 steve Exp $
d39 1
a39 1
		@@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/MESSAGE > ${PKGMESSAGE}
@


1.3
log
@Update to version 1.0.

PR:		15850
Submitted by:	maintainer
@
text
@a1 1
# Version required:	0.9.10
d5 1
a5 1
# $FreeBSD: ports/www/gnujsp/Makefile,v 1.2 1999/12/31 20:27:06 steve Exp $
d8 2
a9 1
DISTNAME=	gnujsp-1.0.0
@


1.2
log
@Spell maintainer's email address correctly.
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/gnujsp/Makefile,v 1.1 1999/12/31 20:26:26 steve Exp $
d9 1
a9 1
DISTNAME=	gnujsp-0.9.10
d11 1
a11 1
MASTER_SITES=	http://www.klomp.org/gnujsp/09x/
d15 1
a15 1
RUN_DEPENDS=	${PREFIX}/share/java/classes/jsdk.jar:${PORTSDIR}/java/jsdk
d20 2
d24 2
a25 1
		${INSTALL_DATA} ${WRKSRC}/lib/gnujsp.jar ${PREFIX}/share/java/classes
d27 1
a27 5
		${MKDIR} ${PREFIX}/share/examples/gnujsp/org/gjt/vinny/beans
.for file in date.jsp mailform.html sendmail.jsp \
		session.jsp snoop.jsp \
		org/gjt/vinny/beans/MailBean.java \
		org/gjt/vinny/beans/MailBean.class
d29 1
a29 3
		 ${INSTALL_DATA} ${file} \
		 ${PREFIX}/share/examples/gnujsp/`dirname ${file}`
.endfor
d31 1
a31 1
.for file in CHANGES INSTALL README
d34 2
@


1.1
log
@Adding gnujsp version 0.9.10.
An implementation of Sun's Java Server Pages.

PR:		12656
Submitted by:	Palle Girgensohn <girgne@@partitur.se>
@
text
@d4 1
a4 1
# Whom:			Palle Girgensohn <girgne@@partitur.se>
d6 1
a6 1
# $FreeBSD$
@

