head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.12
date	2013.01.09.20.05.06;	author svnexp;	state Exp;
branches;
next	1.11;

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

1.10
date	2012.10.28.20.07.39;	author pgj;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.09.15.41.02;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.19.21.35.07;	author pawel;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.14.02.22.41;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2011.06.27.02.57.28;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2010.12.04.07.33.21;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.02.19.35.24;	author mezz;	state Exp;
branches;
next	1.3;

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

1.2
date	2008.10.16.21.16.04;	author miwi;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
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: Tony Maher
# $FreeBSD: head/security/apache-xml-security-c/Makefile 310162 2013-01-09 19:50:06Z tabthorpe $

PORTNAME=	xml-security-c
PORTVERSION=	1.6.1
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR=santuario/c-library
PKGNAMEPREFIX=	apache-

MAINTAINER=	jmohacsi@@bsd.hu
COMMENT=	Apache XML security libraries - C++ version

LICENSE=	AL2

OPTIONS_DEFINE=		XERCES_3
OPTIONS_DEFAULT=	XERCES_3

XERCES_3_DESC=		With Xerces vesion 3.x (shibboleth2 requires)

USE_OPENSSL=	yes

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MXERCES_3}
LIB_DEPENDS+=	xerces-c.3:${PORTSDIR}/textproc/xerces-c3
.else
LIB_DEPENDS+=	xerces-c.27:${PORTSDIR}/textproc/xerces-c2
.endif

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
USE_AUTOTOOLS=	libtool
USE_GMAKE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}

.include <bsd.port.mk>
@


1.11
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/security/apache-xml-security-c/Makefile 306569 2012-10-28 20:07:39Z pgj $
d11 1
a11 1
MAINTAINER=	janos.mohacsi@@bsd.hu
@


1.10
log
@SVN rev 306569 on 2012-10-28 20:07:39Z by pgj

- Convert options to the new format

PR:		ports/172558
Submitted by:	pgj
Approved by:	maintainer
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.9
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
@d1 1
a1 4
# New ports collection makefile for:	apache-xml-security-c
# Date created:				06 Febuary 2007
# Whom:					Tony Maher
#
a2 1
#
d16 4
a19 1
OPTIONS=	XERCES_3	"With Xerces vesion 3.x (shibboleth2 requires)" on
a21 1
.include <bsd.port.pre.mk>
d23 3
a25 1
.if defined(WITH_XERCES_3)
d37 2
a38 1
.include <bsd.port.post.mk>
@


1.8
log
@- Update COMMENT and package description
- Add LICENSE

PR:		ports/160813
Submitted by:	Pedro Giffuni <giffunip@@tutopia.com>
Approved by:	maintainer, miwi, wen (mentors implicit)
@
text
@d18 1
a18 1
LICENSE=	ASL
@


1.7
log
@- Update to 1.6.1

PR:		ports/159711
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> (maintainer)
@
text
@d16 3
a18 1
COMMENT=	Apache XML security libraries C version
@


1.6
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=	1.6.0
d18 1
a18 1
OPTIONS=	XERCES_DEVEL	"With Xerces vesion 2.8 (shibboleth2 requires)" on
d23 2
a24 2
.if defined(WITH_XERCES_DEVEL)
LIB_DEPENDS+=	xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel
@


1.5
log
@Sync to new bsd.autotools.mk
@
text
@d9 1
a9 1
PORTVERSION=	1.4.0
d11 2
a12 1
MASTER_SITES=	http://santuario.apache.org/dist/c-library/
d20 1
d34 1
a34 1

@


1.4
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d29 1
a29 1
USE_AUTOTOOLS=	libtool:22
@


1.3
log
@- Update download location

Reported by:	-fetch-original pointyhat run
@
text
@d29 1
a29 1
USE_AUTOTOOLS=	libtool:15
@


1.2
log
@- Update to 1.4.0
- Pass maintainership to submitter

PR:		127324
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d11 1
a11 1
MASTER_SITES=	http://xml.apache.org/security/dist/c-library/
@


1.1
log
@Add apache-xml-security-c 1.3.1, apache XML security libraries C
version.

PR:		ports/109112
Submitted by:	Tony Maher
@
text
@d9 1
a9 1
PORTVERSION=	1.3.1
d14 1
a14 1
MAINTAINER=	tonymaher@@optusnet.com.au
d17 9
a25 1
LIB_DEPENDS=	xerces-c.27:${PORTSDIR}/textproc/xerces-c2
d33 1
a33 1
.include <bsd.port.mk>
@

