head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.12.10.13.48.08;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.26.11.02.34;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.02.22.16.58.07;	author ale;	state Exp;
branches;
next	1.7;

1.7
date	2012.02.22.16.19.04;	author ale;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.10.12.09.39;	author ale;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.09.15.41.03;	author tabthorpe;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.21.13.28.40;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.21.05.02.55;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2010.12.15.10.08.42;	author ale;	state Exp;
branches;
next	1.1;

1.1
date	2010.12.14.15.29.43;	author ale;	state Exp;
branches;
next	;


desc
@@


1.11
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: Alex Dupre <ale@@FreeBSD.org>
# $FreeBSD: head/security/xml-security/Makefile 308605 2012-12-10 13:43:43Z bapt $

PORTNAME=	xml-security
PORTVERSION=	1.5.3
CATEGORIES=	security java
MASTER_SITES=	${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR=	santuario/java-library/${PORTVERSION:S/./_/g}
DISTNAME=	${PORTNAME}-src-${PORTVERSION:S/./_/g}

MAINTAINER=	ale@@FreeBSD.org
COMMENT=	A Java library for XML Signature and Encryption

BUILD_DEPENDS=	${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \
		${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j
RUN_DEPENDS=	${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging

LICENSE=	AL2

USE_ZIP=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.6+
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./_/g}
USE_ANT=	yes
MAKE_ENV=	ANT_INCLUDE_SHARED_JARS=YES
ALL_TARGET=	jar
.if !defined(NOPORTDOCS)
ALL_TARGET+=	javadoc
.endif

PORTDOCS=	*
PORTEXAMPLES=	*

PLIST_FILES=	%%JAVAJARDIR%%/xmlsec.jar

do-install:
	@@${ECHO} -n ">> Installing JAR as ${JAVAJARDIR}/xmlsec.jar..."
	@@${INSTALL_DATA} ${WRKSRC}/build/xmlsec-${PORTVERSION}.jar ${JAVAJARDIR}/xmlsec.jar
	@@${ECHO} " [ DONE ]"
.if !defined(NOPORTDOCS)
	@@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
	@@${MKDIR} ${DOCSDIR}
	@@(cd ${WRKSRC}/build/docs/html && ${COPYTREE_SHARE} javadoc ${DOCSDIR})
	@@${ECHO} " [ DONE ]"
.endif
.if !defined(NOPORTEXAMPLES)
	@@${ECHO} -n ">> Installing examples in ${EXAMPLESDIR}..."
	@@${MKDIR} ${EXAMPLESDIR}
	@@(cd ${WRKSRC}/samples && ${COPYTREE_SHARE} "javax org" ${EXAMPLESDIR})
	@@${ECHO} " [ DONE ]"
.endif

.include <bsd.port.mk>
@


1.10
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307771
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307771 | ale | 2012-11-26 10:59:28 +0000 (Mon, 26 Nov 2012) | 4 lines
## SVN ##
## SVN ## Update to 1.5.3 release.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/security/xml-security/Makefile 307771 2012-11-26 10:59:28Z ale $
d22 1
a22 1
JAVA_VERSION=	1.5+
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	Apache-XML-Security-J
# Date created:			14 Dec 2010
# Whom:				Alex Dupre <ale@@FreeBSD.org>
#
# $FreeBSD: head/security/xml-security/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	1.5.0
d8 1
a8 1
MASTER_SITE_SUBDIR=	santuario/java-library/1_5_0
a18 1
LICENSE_FILE=	${WRKSRC}/LICENSE
@


1.8
log
@Really install samples.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Update to 1.5.0 release.
@
text
@d54 1
a54 1
	@@(cd ${WRKSRC}/samples && ${COPYTREE_SHARE} javax org ${EXAMPLESDIR})
@


1.6
log
@Update to 1.4.6 release.
@
text
@d9 1
a9 1
PORTVERSION=	1.4.6
d12 1
a12 1
MASTER_SITE_SUBDIR=	santuario/java-library
d20 1
a20 2
RUN_DEPENDS=	${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \
		${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j
d54 1
a54 1
	@@(cd ${WRKSRC}/src_samples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
@


1.5
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	1.4.5
@


1.4
log
@Update to 1.4.5 release.

PR:		ports/160809
Submitted by:	Pedro Giffuni <giffunip@@tutopia.com>
@
text
@d23 1
a23 1
LICENSE=	ASL
@


1.3
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
@d9 1
a9 1
PORTVERSION=	1.4.4
@


1.2
log
@Fix s/JAVAJARDIR/JAVALIBDIR/.
@
text
@d28 1
a28 1
JAVA_VERSION=	1.4+
@


1.1
log
@Add xml-security port: the Apache Java library for XML Signature and Encryption.
@
text
@d18 4
a21 4
BUILD_DEPENDS=	${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \
		${JAVAJARDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j
RUN_DEPENDS=	${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \
		${JAVAJARDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j
@

