diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-02-09 14:50:27 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-02-09 14:50:27 +0000 |
commit | d95c94654300d5310a0d1a3c8cb4d98e8244b8de (patch) | |
tree | 0934e8336432fc40cbd13cd38b596ac6ca837a5c /security | |
parent | 3bb9a531e666e9c7f83470799c8ea5e8005257b6 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/py-oauthlib/Makefile | 8 | ||||
-rw-r--r-- | security/py-passlib/Makefile | 8 | ||||
-rw-r--r-- | security/py-pysha3/Makefile | 4 | ||||
-rw-r--r-- | security/py-rsa/Makefile | 8 |
4 files changed, 8 insertions, 20 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index 50ddfe4e97b5..e1418588d800 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-oauthlib -# Date created: 2012-05-23 -# Whom: koobs <koobs.freebsd@gmail.com> -# +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= oauthlib PORTVERSION= 0.3.0 @@ -11,7 +7,7 @@ CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= An RFC-compliant Python implementation of OAuth LICENSE= BSD diff --git a/security/py-passlib/Makefile b/security/py-passlib/Makefile index 5871ed63446e..22cffcfda648 100644 --- a/security/py-passlib/Makefile +++ b/security/py-passlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-passlib -# Date created: 2012-06-11 -# Whom: koobs <koobs.freebsd@gmail.com> -# +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= passlib PORTVERSION= 1.6.1 @@ -11,7 +7,7 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= Python password hashing framework supporting over 30 schemes LICENSE= BSD diff --git a/security/py-pysha3/Makefile b/security/py-pysha3/Makefile index 9818599a7eac..bb70b7b1dd2b 100644 --- a/security/py-pysha3/Makefile +++ b/security/py-pysha3/Makefile @@ -1,4 +1,4 @@ -# Created by: Kubilay Kocak <koobs.freebsd@gmail.com> +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ PORTNAME= pysha3 @@ -7,7 +7,7 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= SHA-3 (Keccak) for Python # Python3 ready diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index c4cabd33c996..1a9dcc204b76 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-rsa -# Date created: 2012-05-24 -# Whom: koobs <koobs.freebsd@gmail.com> -# +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rsa PORTVERSION= 3.1.1 @@ -11,7 +7,7 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= Pure-Python RSA implementation LICENSE= AL2 |