summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoraugustss <augustss>2005-05-20 18:10:54 +0000
committeraugustss <augustss>2005-05-20 18:10:54 +0000
commit294bdb06abca4c375edd4965935ff27e36a1f696 (patch)
tree239c3d3aaaa97f90e67cca400aa91598d724a29c /security
parent8178488dbdc63c6ec155d4effc22e3758985a965 (diff)
downloadpkgsrc-294bdb06abca4c375edd4965935ff27e36a1f696.tar.gz
Add py-mcrypt, a Python front end to the mcrypt library.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile3
-rw-r--r--security/py-mcrypt/DESCR1
-rw-r--r--security/py-mcrypt/Makefile18
-rw-r--r--security/py-mcrypt/PLIST2
-rw-r--r--security/py-mcrypt/distinfo5
5 files changed, 28 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index c30ece79fe7..2e863ce2cf4 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.240 2005/05/05 20:18:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.241 2005/05/20 18:10:54 augustss Exp $
#
COMMENT= Security tools
@@ -188,6 +188,7 @@ SUBDIR+= py-cryptkit
SUBDIR+= py-gnupg
SUBDIR+= py-gnutls
SUBDIR+= py-m2crypto
+SUBDIR+= py-mcrypt
SUBDIR+= pyca
SUBDIR+= qca
SUBDIR+= qca-tls
diff --git a/security/py-mcrypt/DESCR b/security/py-mcrypt/DESCR
new file mode 100644
index 00000000000..6dbefe89f5a
--- /dev/null
+++ b/security/py-mcrypt/DESCR
@@ -0,0 +1 @@
+Python interface to mcrypt library.
diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile
new file mode 100644
index 00000000000..3b89a4efb51
--- /dev/null
+++ b/security/py-mcrypt/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2005/05/20 18:10:54 augustss Exp $
+#
+
+DISTNAME= python-mcrypt-1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-mcrypt/}
+
+MAINTAINER= augustss@NetBSD.org
+HOMEPAGE= http://sourceforge.net/projects/python-mcrypt/
+COMMENT= Python interface to mcrypt library
+
+PYBINMODULE= yes
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../security/libmcrypt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-mcrypt/PLIST b/security/py-mcrypt/PLIST
new file mode 100644
index 00000000000..c9dd5350901
--- /dev/null
+++ b/security/py-mcrypt/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2005/05/20 18:10:54 augustss Exp $
+${PYSITELIB}/mcrypt.so
diff --git a/security/py-mcrypt/distinfo b/security/py-mcrypt/distinfo
new file mode 100644
index 00000000000..9f38d83fe07
--- /dev/null
+++ b/security/py-mcrypt/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2005/05/20 18:10:54 augustss Exp $
+
+SHA1 (python-mcrypt-1.1.tar.gz) = a6bed6ef183ed042a1261e8da1edb462deadc891
+RMD160 (python-mcrypt-1.1.tar.gz) = eb02c61e4ea11836716c442c24078da56cf4d1c1
+Size (python-mcrypt-1.1.tar.gz) = 22708 bytes