summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-22 09:15:59 +0000
committerrecht <recht@pkgsrc.org>2004-07-22 09:15:59 +0000
commit4150812b275fb54d5ab078645e44bbf0a4d6d8ba (patch)
tree4b9c0f5a84bc9fd6b07ec59cef58c17209971df6 /security
parent6126cdb4bc10a8f93c266b9cd9083697913e0cfd (diff)
downloadpkgsrc-4150812b275fb54d5ab078645e44bbf0a4d6d8ba.tar.gz
add python as category
ok'd a while back at pkgsrcCon by agc and wiz
Diffstat (limited to 'security')
-rw-r--r--security/py-OpenSSL/Makefile4
-rw-r--r--security/py-amkCrypto/Makefile4
-rw-r--r--security/py-cryptkit/Makefile4
-rw-r--r--security/py-gnupg/Makefile4
-rw-r--r--security/py-gnutls/Makefile4
-rw-r--r--security/py-m2crypto/Makefile4
-rw-r--r--security/pyca/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index 301aac8b7a7..bcc784ec861 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/22 09:16:04 recht Exp $
#
DISTNAME= pyOpenSSL-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
PKGREVISION= 1
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopenssl/}
MAINTAINER= adam@monkeybyte.org
diff --git a/security/py-amkCrypto/Makefile b/security/py-amkCrypto/Makefile
index 11ae5897529..564d6d8e118 100644
--- a/security/py-amkCrypto/Makefile
+++ b/security/py-amkCrypto/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/22 09:16:04 recht Exp $
#
DISTNAME= pycrypto-1.9a6
PKGNAME= ${PYPKGPREFIX}-amkCrypto-1.9a6
PKGREVISION= 2
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= http://www.amk.ca/files/python/crypto/
MAINTAINER= tech-pkg@NetBSD.org
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile
index 915be4b52f1..14abfef8fc1 100644
--- a/security/py-cryptkit/Makefile
+++ b/security/py-cryptkit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/22 09:16:04 recht Exp $
DISTNAME= cryptkit-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
MAINTAINER= shell@shellhung.org
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
index 8ee27bd78d7..4329e8da461 100644
--- a/security/py-gnupg/Makefile
+++ b/security/py-gnupg/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/05/05 09:00:23 recht Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/22 09:16:04 recht Exp $
DISTNAME= GnuPGInterface-0.3.2
PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
MAINTAINER= shell@shellhung.org
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile
index 86528780ba2..1d6cb1eb7e2 100644
--- a/security/py-gnutls/Makefile
+++ b/security/py-gnutls/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/22 09:16:04 recht Exp $
DISTNAME= python-gnutls-0.2
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//}
PKGREVISION= 3
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= http://home.o2w.net/~ivo/python-gnutls/dist/
MAINTAINER= minskim@NetBSD.org
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 870140d20b9..22c63bbbc9d 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/05/05 08:59:31 recht Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/22 09:16:04 recht Exp $
#
DISTNAME= m2crypto-0.12
PKGNAME= ${PYPKGPREFIX}-m2crypto-0.12
PKGREVISION= 1
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= http://sandbox.rulemaker.net/ngps/Dist/
EXTRACT_SUFX= .zip
diff --git a/security/pyca/Makefile b/security/pyca/Makefile
index e6d2003dba1..913149b51ce 100644
--- a/security/pyca/Makefile
+++ b/security/pyca/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/22 09:16:04 recht Exp $
# Date-based distfile name for pre-releases leading to 0.6.6.
DISTNAME= pyca-20031021
PKGNAME= ${DISTNAME:S/pyca-/pyca-0.6.6./}
PKGREVISION= 1
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= http://www.pyca.de/download/
MAINTAINER= tech-pkg@NetBSD.org