head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	old_RELEASE_7_1_0:1.4
	old_RELEASE_6_4_0:1.4
	old_RELEASE_5_EOL:1.4
	old_RELEASE_7_0_0:1.2
	old_RELEASE_6_3_0:1.2
	old_PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.17
date	2013.01.09.20.05.07;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.11.17.06.01.09;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.08.02.09.02.43;	author cs;	state Exp;
branches;
next	1.14;

1.14
date	2011.08.13.15.31.57;	author swills;	state Exp;
branches;
next	1.13;

1.13
date	2011.07.28.11.50.51;	author swills;	state Exp;
branches;
next	1.12;

1.12
date	2011.06.27.02.57.28;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2010.04.03.10.44.30;	author roam;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.24.14.38.32;	author wxs;	state Exp;
branches;
next	1.9;

1.9
date	2010.01.15.18.34.31;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.10.01.16.10;	author wxs;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.23.15.43.08;	author roam;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.22.15.55.55;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.11.22.15.54.19;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2008.05.23.11.56.36;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.30.06.33.55;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.22.15.28.33;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.14.23.12.25;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310162
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310162 | tabthorpe | 2013-01-09 19:50:06 +0000 (Wed, 09 Jan 2013) | 4 lines
## SVN ##
## SVN ## - Change MAINTAINER address
## SVN ## - Trim headers while I am here
## SVN ## - Clean up some trailing whitespace
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Janos Mohacsi
# $FreeBSD: head/security/opensaml2/Makefile 310162 2013-01-09 19:50:06Z tabthorpe $

PORTNAME=	opensaml2
PORTVERSION=	2.4.3
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/
DISTNAME=	opensaml-${PORTVERSION}

MAINTAINER=	jmohacsi@@bsd.hu
COMMENT=	Open source implementation of SAML2

LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
		log4shib.1:${PORTSDIR}/devel/log4shib \
		xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
		xmltooling.5:${PORTSDIR}/devel/xmltooling

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \
		--with-xmltooling=${LOCALBASE} --disable-doxygen-doc
USE_GMAKE=	yes
USE_LDCONFIG=	yes

post-patch:
	@@${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \
		${WRKSRC}/doc/Makefile.in
	@@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
	    ${WRKSRC}/configure

.if defined(NOPORTDOCS)
	@@${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>
@


1.16
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	opensaml2
# Date created:				15 September 2008
# Whom:					Janos Mohacsi
#
# $FreeBSD: head/security/opensaml2/Makefile 301858 2012-08-02 09:02:43Z cs $
#
d11 1
a11 1
MAINTAINER=	janos.mohacsi@@bsd.hu
@


1.15
log
@SVN rev 301858 on 2012-08-02 09:02:43Z by cs

- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Use xerces-c 3 [1]
- Pass maintainership back to Janos Mohacsi <janos.mohacsi@@bsd.hu> [2]

PR:		ports/159715 [1]
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> [1]
Approved by:	maintainer (me) [2]
@
text
@d16 1
a16 1
COMMENT=	Open source implentation of SAML2
@


1.13
log
@- Update to 2.4.3 to fix security issue
- Update home page while here
- Take maintainership while here

Approved by:	linimon
Security:	CVE-2011-1411
@
text
@d10 1
d15 1
a15 1
MAINTAINER=	swills@@FreeBSD.org
d20 1
a20 1
		xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \
@


1.12
log
@- Update to latest versions

PR:		ports/157822
Submited by:	Palle Girgensohn <girgen@@FreeBSD.org>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	2.4.1
d11 1
a11 1
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/
d14 1
a14 1
MAINTAINER=	janos.mohacsi@@bsd.hu
@


1.11
log
@Chase the ftp/curl shlib version bump.
@
text
@d9 1
a9 2
PORTVERSION=	2.3
PORTREVISION=	1
d20 1
a20 1
		xmltooling.4:${PORTSDIR}/devel/xmltooling
@


1.10
log
@- Update to 2.3

PR:		ports/142325
Submitted by:	Steve Wills <steve@@mouf.net>
Approved by:	maintainer timeout
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl \
@


1.9
log
@Chase xmltooling shared lib

Forgotten by:	pgollucci
Submitted by:	pointyhat
@
text
@d9 1
a9 2
DISTVERSION=	2.2
PORTREVISION=	1
d11 2
a12 2
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/
DISTNAME=	opensaml-${DISTVERSION}
@


1.8
log
@- Update to 2.2

PR:		ports/136032
Submitted by:	Steve Wills <steve@@mouf.net>
Approved by:	maintainer
@
text
@d10 1
d21 1
a21 1
		xmltooling.3:${PORTSDIR}/devel/xmltooling
@


1.7
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d9 1
a9 2
DISTVERSION=	2.1
PORTREVISION=	1
d20 1
a20 1
		xmltooling.2:${PORTSDIR}/devel/xmltooling
d24 1
a24 1
		--with-xmltooling=${LOCALBASE}
@


1.6
log
@- Update to 2.1

PR:		127400
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl \
@


1.5
log
@- Force commit
	Repocopy from security/opensaml to security/opensaml2
@
text
@d1 3
a3 3
# New ports collection makefile for:	opensaml
# Date created:				06 Febuary 2007
# Whom:					Tony Maher
d8 2
a9 2
PORTNAME=	opensaml
DISTVERSION=	1.1.1
d12 1
d14 2
a15 2
MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Open source implentation of SAML
d18 3
a20 3
		log4cpp.4:${PORTSDIR}/devel/log4cpp \
		xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
		xml-security-c.13:${PORTSDIR}/security/apache-xml-security-c
d23 2
a24 1
USE_AUTOTOOLS=	libtool:15
d31 3
@


1.4
log
@- Update to 1.1.1
- Reassign to ports@@

PR:		ports/123900
Submitted by:	Tony Maher <tonymaher optusnet.com.au>
@
text
@@


1.3
log
@- Mark BROKEN: error: `ENDLINE' is not a member of `log4cpp::CategoryStream'

Reported by:	pointyhat
@
text
@d9 1
a9 1
DISTVERSION=	1.1b
d11 1
a11 1
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/
d13 1
a13 1
MAINTAINER=	tonymaher@@optusnet.com.au
a20 2
BROKEN=		does not compile

a25 4
WRKSRC=		${WRKDIR}/${PORTNAME}-1.1

.include <bsd.port.pre.mk>

d33 1
a33 1
.include <bsd.port.post.mk>
@


1.2
log
@- Update to 1.1b
- Fix checksum problem, authors replaced the 1.1 distfile with 1.1b's

Reported by:	pointyhat
Approved by:	maintainer (implicit)
@
text
@d21 2
@


1.1
log
@Add opensaml 1.1, open source implentation of SAML.

PR:		ports/109113
Submitted by:	Tony Maher
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d26 2
@

