pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Add py-mcrypt, a Python front end to the mcry...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30ea1d1575be
branches:  trunk
changeset: 494187:30ea1d1575be
user:      augustss <augustss%pkgsrc.org@localhost>
date:      Fri May 20 18:10:54 2005 +0000

description:
Add py-mcrypt, a Python front end to the mcrypt library.

diffstat:

 security/Makefile           |   3 ++-
 security/py-mcrypt/DESCR    |   1 +
 security/py-mcrypt/Makefile |  18 ++++++++++++++++++
 security/py-mcrypt/PLIST    |   2 ++
 security/py-mcrypt/distinfo |   5 +++++
 5 files changed, 28 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r 497b6595d04a -r 30ea1d1575be security/Makefile
--- a/security/Makefile Fri May 20 16:44:48 2005 +0000
+++ b/security/Makefile Fri May 20 18:10:54 2005 +0000
@@ -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-gnupg
 SUBDIR+=       py-gnutls
 SUBDIR+=       py-m2crypto
+SUBDIR+=       py-mcrypt
 SUBDIR+=       pyca
 SUBDIR+=       qca
 SUBDIR+=       qca-tls
diff -r 497b6595d04a -r 30ea1d1575be security/py-mcrypt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-mcrypt/DESCR  Fri May 20 18:10:54 2005 +0000
@@ -0,0 +1,1 @@
+Python interface to mcrypt library.
diff -r 497b6595d04a -r 30ea1d1575be security/py-mcrypt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-mcrypt/Makefile       Fri May 20 18:10:54 2005 +0000
@@ -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@localhost
+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 -r 497b6595d04a -r 30ea1d1575be security/py-mcrypt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-mcrypt/PLIST  Fri May 20 18:10:54 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2005/05/20 18:10:54 augustss Exp $
+${PYSITELIB}/mcrypt.so
diff -r 497b6595d04a -r 30ea1d1575be security/py-mcrypt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-mcrypt/distinfo       Fri May 20 18:10:54 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index