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.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	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.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


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

1.8
date	2010.06.11.09.15.51;	author gahr;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.23.21.16.15;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.35.03;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2008.12.17.16.48.24;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.30.09.41.56;	author alexbl;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.04.15.14;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.25.06.25.34;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.02.06.07.56;	author perky;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-posix1e
# Date created:		2 January 2003
# Whom:			Hye-Shik Chang
#
# $FreeBSD: head/security/py-posix1e/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	posix1e
PORTVERSION=	0.5.0
CATEGORIES=	security python
MASTER_SITES=	SF/pylibacl/pylibacl/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pylibacl-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Python module for manipulating POSIX.1e ACLs

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	pylibacl
PYEASYINSTALL_ARCHDEP=	yes

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

PORTDOCS=	COPYING IMPLEMENTATION NEWS PLATFORMS README
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

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


1.8
log
@- Update to 0.5.0

PR:		147432
Submitted by:	Sofian Brabez <sbrabez@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Reset perky@@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.4.0
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d15 1
a15 1
MAINTAINER=	perky@@FreeBSD.org
@


1.5
log
@- Update to 0.4.0

PR:		ports/129133
Submitted by:	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw>
Approved by:	maintainer timeout (perky; 4 weeks)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	pylibacl
@


1.4
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
@d9 1
a9 1
PORTVERSION=	0.2.1
d20 1
a20 1
USE_PYDISTUTILS=	yes
d22 6
d31 4
a34 7
post-patch:
	${REINPLACE_CMD} -e \
		's,/usr/share/doc/pylibacl,${PREFIX}/share/doc/py-posix1e,g' \
		${WRKSRC}/setup.py
.if ${OSVERSION} >= 500038
	${REINPLACE_CMD} -e 's,^.*libs.append.*posix1e.*$$,,g' \
		${WRKSRC}/setup.py
@


1.3
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d21 1
@


1.2
log
@De-pkg-comment for my ports.
@
text
@a20 1
USE_REINPLACE=	yes
@


1.1
log
@Add py-posix1e 0.2.1, Python module for manipulating POSIX.1e ACLs
@
text
@d17 1
@

