summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-01-02 06:07:56 +0000
committerperky <perky@FreeBSD.org>2003-01-02 06:07:56 +0000
commit70ed5f651d3806a97782b796d0fcffe9aabf3f95 (patch)
tree9c1b5ca8a76e474174af0d135c683be6cf54c81a /security
parent99a5dbd19d626a43753a67d012244d9057b917d5 (diff)
downloadFreeBSD-ports-70ed5f651d3806a97782b796d0fcffe9aabf3f95.zip
FreeBSD-ports-70ed5f651d3806a97782b796d0fcffe9aabf3f95.tar.gz
Add py-posix1e 0.2.1, Python module for manipulating POSIX.1e ACLs
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/py-posix1e/Makefile33
-rw-r--r--security/py-posix1e/distinfo1
-rw-r--r--security/py-posix1e/pkg-comment1
-rw-r--r--security/py-posix1e/pkg-descr3
-rw-r--r--security/py-posix1e/pkg-plist8
6 files changed, 47 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 260711e..fe89626 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -231,6 +231,7 @@
SUBDIR += py-mcrypt
SUBDIR += py-mhash
SUBDIR += py-openssl
+ SUBDIR += py-posix1e
SUBDIR += py-pow
SUBDIR += py-rijndael
SUBDIR += py-twofish
diff --git a/security/py-posix1e/Makefile b/security/py-posix1e/Makefile
new file mode 100644
index 0000000..9171e44
--- /dev/null
+++ b/security/py-posix1e/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: py-posix1e
+# Date created: 2 January 2003
+# Whom: Hye-Shik Chang
+#
+# $FreeBSD$
+#
+
+PORTNAME= posix1e
+PORTVERSION= 0.2.1
+CATEGORIES= security python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= pylibacl
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= pylibacl-${PORTVERSION}
+
+MAINTAINER= perky@FreeBSD.org
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+USE_REINPLACE= yes
+
+.include <bsd.port.pre.mk>
+
+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
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/security/py-posix1e/distinfo b/security/py-posix1e/distinfo
new file mode 100644
index 0000000..39dccde
--- /dev/null
+++ b/security/py-posix1e/distinfo
@@ -0,0 +1 @@
+MD5 (pylibacl-0.2.1.tar.gz) = a1c3638fae0630dfa715f9143bd71ad5
diff --git a/security/py-posix1e/pkg-comment b/security/py-posix1e/pkg-comment
new file mode 100644
index 0000000..be78071
--- /dev/null
+++ b/security/py-posix1e/pkg-comment
@@ -0,0 +1 @@
+Python module for manipulating POSIX.1e ACLs
diff --git a/security/py-posix1e/pkg-descr b/security/py-posix1e/pkg-descr
new file mode 100644
index 0000000..f2e1121
--- /dev/null
+++ b/security/py-posix1e/pkg-descr
@@ -0,0 +1,3 @@
+This module provides support for manipulating POSIX.1e ACLs.
+
+WWW: http://pylibacl.sourceforge.net/
diff --git a/security/py-posix1e/pkg-plist b/security/py-posix1e/pkg-plist
new file mode 100644
index 0000000..1a97e6c
--- /dev/null
+++ b/security/py-posix1e/pkg-plist
@@ -0,0 +1,8 @@
+%%PYTHON_SITELIBDIR%%/posix1e.so
+share/doc/py-posix1e-0.2.1/BENCHMARK
+share/doc/py-posix1e-0.2.1/IMPLEMENTATION
+share/doc/py-posix1e-0.2.1/PLATFORMS
+share/doc/py-posix1e-0.2.1/README
+share/doc/py-posix1e-0.2.1/posix1e.html
+share/doc/py-posix1e-0.2.1/posix1e.txt
+@dirrm share/doc/py-posix1e-0.2.1
OpenPOWER on IntegriCloud