head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


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

1.8
date	2009.01.11.15.03.34;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2007.07.30.09.41.57;	author alexbl;	state Exp;
branches;
next	1.6;

1.6
date	2006.09.05.16.49.44;	author rafan;	state Exp;
branches;
next	1.5;

1.5
date	2005.09.19.17.38.46;	author vsevolod;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.18.19.00.19;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.10.17.26.49;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.13.01.07.38;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.13.01.04.26;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	pyxmlsec
# Date created:			Feb 3, 2004
# Whom:				ijliao
#
# $FreeBSD: head/security/py-xmlsec/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	xmlsec
PORTVERSION=	0.3.0
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/430/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	py${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A set of Python bindings for XML Security Library

LIB_DEPENDS=	xmlsec1.3:${PORTSDIR}/security/xmlsec1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2

USE_PYTHON=	2.2+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=	pyxmlsec

DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${CP} -R ${WRKSRC}/docs/html/* ${DOCSDIR}

	@@${MKDIR} ${EXAMPLESDIR}
	${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.8
log
@- Fix runtime crash on 64 bit platforms

PR:		ports/127616
Submitted by:	Tom Evans <tevans.uk@@googlemail.com>
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.7
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d11 1
@


1.6
log
@- Update to 0.3.0

PR:		ports/102872
Submitted by:	Marcus von Appen <mva at sysfault.org>
@
text
@d24 1
@


1.5
log
@Add missed dependency from textproc/py-libxml2 [1]
Convert to static plist.

PR:		86335
Submitted by:	rik <freebsd-ports@@rikrose.net>
@
text
@d10 1
a10 1
PORTVERSION=	0.2.1
d12 1
a12 1
MASTER_SITES=	http://pyxmlsec.labs.libre-entreprise.org/releases/sources/
d23 1
a23 1
USE_PYDISTUTILS=	yes
@


1.4
log
@- Update to 0.2.1

PR:		ports/83657
Submitted by:	Vsevolod Stakhov <vsevolod@@highsecure.ru>
@
text
@d20 1
a28 2
	@@${FIND} ${PYTHONPREFIX_SITELIBDIR} -name "xmlsec*" | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
a31 4
	@@${FIND} ${DOCSDIR} -type f | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} ${DOCSDIR} -type d | ${SORT} -r | \
		${SED} 's,^${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}
a34 4
	@@${FIND} ${EXAMPLESDIR} -type f | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
		${SED} 's,^${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}
@


1.3
log
@Tidy up whitespace.
@
text
@d10 1
a10 1
PORTVERSION=	0.2.0
d28 1
a28 1
	@@${FIND} ${PYTHON_SITELIBDIR} -name "xmlsec*" | \
@


1.2
log
@remove redundant USE_REINPLACE
@
text
@d12 1
a12 1
MASTER_SITES= 	http://pyxmlsec.labs.libre-entreprise.org/releases/sources/
@


1.1
log
@add py-xmlsec 0.2.0
A set of Python bindings for XML Security Library
@
text
@a20 1
USE_REINPLACE=	yes
@

