head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.12.10.13.48.09;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.43;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.07.21.05.03.00;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.06.14.07.02;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2007.05.19.20.25.14;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2007.01.21.01.09.10;	author hq;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.21.22.10.28;	author hq;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.04.13.30.54;	author hq;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308605
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308605 | bapt | 2012-12-10 13:43:43 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part3)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Herve Quiroz <hq@@FreeBSD.org>
# $FreeBSD: head/www/myfaces/Makefile 308605 2012-12-10 13:43:43Z bapt $

PORTNAME=	myfaces
PORTVERSION=	1.1.1
PORTREVISION=	2
CATEGORIES=	www devel java
MASTER_SITES=	${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR=	${PORTNAME}/binaries

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Free open source JavaServer(tm) Faces implementation

USE_JAVA=	yes
JAVA_VERSION=	1.6+
NO_BUILD=	yes

DATADIR=	${JAVASHAREDIR}/${PORTNAME}
.if !defined(NOPORTDOCS)
PORTDOCS=	javadoc tlddoc LICENSE.txt NOTICE.txt
.endif
JAR_FILES=	myfaces-all.jar myfaces-api.jar myfaces-impl.jar tomahawk.jar
PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar \
		${JAR_FILES:S|^|%%DATADIR%%/|}
PLIST_DIRS=	%%DATADIR%%

.include <bsd.port.pre.mk>

do-install:
	${INSTALL_DATA} ${WRKSRC}/myfaces-all.jar ${JAVAJARDIR}/${PORTNAME}.jar
	@@${MKDIR} ${DATADIR}
.for jarfile in ${JAR_FILES}
	${INSTALL_DATA} ${WRKSRC}/${jarfile} ${DATADIR}/${jarfile}
.endfor

.if !defined(NOPORTDOCS)
	cd ${WRKSRC} && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
	cd ${WRKSRC} && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
.endif

.include <bsd.port.post.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	Apache MyFaces
# Date created:				October 04, 2005
# Whom:					Herve Quiroz <hq@@FreeBSD.org>
#
# $FreeBSD: head/www/myfaces/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d15 1
a15 1
JAVA_VERSION=	1.5+
@


1.6
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
@d5 1
a5 1
# $FreeBSD$
@


1.5
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
@d19 1
a19 1
JAVA_VERSION=	1.4+
@


1.4
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@Release maintainership for ports I no longer use.
@
text
@d10 1
@


1.2
log
@Update to 1.1.1

Reported by:	portscout
@
text
@d14 1
a14 1
MAINTAINER=	hq@@FreeBSD.org
@


1.1
log
@The first free open source JavaServer(tm) Faces implementation.

JavaServer(tm) Faces is a new and upcoming web application framework that
accomplishes the MVC paradigm. It is comparable to the well-known Struts
Framework but has features and concepts that are beyond those of Struts;
especially the component orientation.

WWW: http://myfaces.apache.org/
@
text
@d9 1
a9 1
PORTVERSION=	1.1.0
@

