head	1.22;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.22
date	2012.11.30.23.01.33;	author svnexp;	state dead;
branches;
next	1.21;

1.21
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.10.20.05.09.50;	author jgh;	state Exp;
branches;
next	1.19;

1.19
date	2011.08.22.08.05.12;	author wen;	state Exp;
branches;
next	1.18;

1.18
date	2011.07.21.05.03.00;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2008.06.06.14.06.58;	author edwin;	state Exp;
branches;
next	1.16;

1.16
date	2008.03.12.23.02.43;	author flz;	state Exp;
branches;
next	1.15;

1.15
date	2008.03.11.10.54.30;	author flz;	state Exp;
branches;
next	1.14;

1.14
date	2007.05.19.20.25.05;	author flz;	state Exp;
branches;
next	1.13;

1.13
date	2007.03.21.00.59.36;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2007.03.17.22.53.48;	author gabor;	state Exp;
branches;
next	1.11;

1.11
date	2006.10.23.09.13.56;	author lawrance;	state Exp;
branches;
next	1.10;

1.10
date	2006.09.02.16.51.09;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.17.20.53.54;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.01.09.21.57;	author itetcu;	state Exp;
branches;
next	1.7;

1.7
date	2006.03.19.00.29.57;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2006.02.13.08.31.56;	author lawrance;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.21.09.56.44;	author vs;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.14.21.46.10;	author vs;	state Exp;
branches;
next	1.3;

1.3
date	2003.12.19.21.54.12;	author glewis;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.29.13.31.49;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.29.11.58.45;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308029
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308029 | jgh | 2012-11-30 22:55:40 +0000 (Fri, 30 Nov 2012) | 4 lines
## SVN ##
## SVN ## - has expired, dead upstream
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:    jetspeed
# Date created:         30 July 2003
# Whom:                 francisco@@gomezmarin.com
#
# $FreeBSD: head/www/jetspeed/Makefile 306158 2012-10-20 05:09:50Z jgh $
#

PORTNAME=	jetspeed
PORTVERSION=	1.6
PORTREVISION=	5
CATEGORIES=	www java
MASTER_SITES=	http://www.apache.org/dist/portals/jetspeed-1/
#MASTER_SITE_SUBDIR=jetspeed/binaries
DISTNAME=	${PORTNAME}-${PORTVERSION}-war

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Jetspeed is an Open Source Portal, written in Java and XML

RUN_DEPENDS=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \
		${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55

DEPRECATED=	project retired upstream
EXPIRATION_DATE=	2012-11-20

WRKSRC=		${WRKDIR}/${DISTNAME:C/-war//}
USE_ZIP=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.5+

NO_BUILD=	yes

JAKARTA_HOME=	${LOCALBASE}/tomcat5.5

do-install:
	@@${INSTALL_DATA} ${WRKSRC}/jetspeed.war ${JAKARTA_HOME}/webapps
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
.endif
post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.21
log
@Switch exporter over
@
text
@@


1.20
log
@SVN rev 306158 on 2012-10-20 05:09:50Z by jgh

- set expiration for port (upstream retired)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@- Update depends since tomcat41 deprecate [1]
- Reset maintainer

PR:		ports/159692 [1]
Submitted by:	Jason Helfman <jhelfman@@experts-exchange.com> [1]
@
text
@d22 3
@


1.18
log
@Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
@
text
@d10 1
a10 1
PORTREVISION=	4
d16 1
a16 1
MAINTAINER=	wenheping@@gmail.com
d20 1
a20 1
		${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat41
d29 1
a29 1
JAKARTA_HOME=	${LOCALBASE}/apache-tomcat4.1
@


1.17
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d25 1
a25 1
JAVA_VERSION=	1.4+
@


1.16
log
@Fix packing list.

Reported by:	pavbot
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.15
log
@- Update www/jetspeed to 1.6.
- Pass maintainership to submitter.

PR:		ports/121587
Submitted by:	Wen heping <wenheping@@gmail.com>
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.14
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d9 1
a9 1
PORTVERSION=	1.5
d12 2
a13 2
MASTER_SITES=	${MASTER_SITE_APACHE_JAKARTA}
MASTER_SITE_SUBDIR=jetspeed/binaries
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d25 1
a25 1
JAVA_VERSION=	1.4
@


1.13
log
@- s/jakarta-tomcat4.1/apache-tomcat4.1/ per recent changes in that port

Reported by:	pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.12
log
@- Follow moved dependency
- Bump PORTREVISION
- Fix INDEX build

Pointyhat to:	gabor
@
text
@d29 1
a29 1
JAKARTA_HOME=	${LOCALBASE}/jakarta-tomcat4.1
@


1.11
log
@Set WRKSRC to an actual directory, thus fixing build.

Approved by:	portmgr (erwin)
@
text
@d10 1
d20 1
a20 1
		${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/jakarta-tomcat41
@


1.10
log
@Schedule these broken ports for termination on 2006-12-01
@
text
@a17 4
BROKEN=		Does not build
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2006-12-01

d21 1
@


1.9
log
@BROKEN: Does not build
@
text
@d19 2
@


1.8
log
@- use INSTALL_PROGRAM macro;
- add java as secondary CATEGORY [1]

PR:		ports/101065
Submitted by:	Stanislav Sedov, me (itetcu) [1]
@
text
@d18 2
@


1.7
log
@Reset maintainer at his request.  Thanks for the help in the past.
@
text
@d10 1
a10 1
CATEGORIES=	www
d13 1
a13 1
DISTFILES=	${PORTNAME}-${PORTVERSION}-war${EXTRACT_SUFX}
d30 1
a30 1
	@@${CP} ${WRKSRC}/jetspeed.war ${JAKARTA_HOME}/webapps
d33 1
a33 1
	@@${CP} ${WRKSRC}/* ${DOCSDIR}
@


1.6
log
@tomcat41ctl is gone, don't use it for RUN_DEPENDS.

Reported by:	kris
@
text
@d15 1
a15 1
MAINTAINER=	francisco@@gomezmarin.com
@


1.5
log
@Fix packaging.

Reported by:	cluster via kris
No reply from:	maintainer
@
text
@d19 1
a19 1
		${LOCALBASE}/bin/tomcat41ctl:${PORTSDIR}/www/jakarta-tomcat41
@


1.4
log
@- Update to 1.5
- Use native Java 1.4

PR:		ports/67699
Submitte by:	maintainer
@
text
@d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-war
@


1.3
log
@. Use MASTER_SITE_APACHE_JAKARTA now bsd.sites.mk has been updated. [1]
. Fix the packing list to use %%PORTDOCS%% and %%DOCSDIR%%. [1]
. Update the Linux Sun JDK 1.4 dependency to 1.4.2. [2]

[2] This should probably just be USE_JAVA=1.4+

PR:		58945 [1]
Submitted by:	Palle Girgensohn <girgen@@pingpong.net> [1]
@
text
@d9 1
a9 1
PORTVERSION=	1.4
d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-b4-war
d18 1
a18 2
RUN_DEPENDS=	${LOCALBASE}/linux-sun-jdk1.4.2/bin/java:${PORTSDIR}/java/linux-sun-jdk14 \
		${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \
d21 3
a23 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-b4
a24 1
USE_ZIP=	yes
@


1.2
log
@devel/jakarta-ant -> devel/apache-ant

Submitted by:	erwin@@
@
text
@d11 2
a12 3
MASTER_SITES=	http://apache.inspire.net.nz/jakarta/jetspeed/binaries/
#MASTER_SITES=	${MASTER_SITE_APACHE_JAKARTA}
#MASTER_SITE_SUBDIR=jakarta-jetspeed/release/v1.4b4
d18 1
a18 1
RUN_DEPENDS=	${LOCALBASE}/linux-sun-jdk1.4.1/bin/java:${PORTSDIR}/java/linux-sun-jdk14 \
@


1.1
log
@iNew port: jetspeed, XML/Java portal

	Jetspeed is an Open Source implementation of an Enterprise
	Information Portal, using Java and XML. A portal makes
	network resources (applications, databases and so forth)
	available to end-users. The user can access the portal via
	a web browser, WAP-phone, pager or any other device. Jetspeed
	acts as the central hub where information from multiple
	sources are made available in an easy to use manner.

	WWW: http://jakarta.apache.org/jetspeed/site/index.html

PR:		ports/55593
Submitted by:	Francisco Gomez <francisco@@gomezmarin.com>
@
text
@d20 1
a20 1
		${LOCALBASE}/bin/ant:${PORTSDIR}/devel/jakarta-ant \
@

