diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-11 12:29:56 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-11 12:29:56 +0800 |
commit | f4af124b73f3e4b5aa14c5c3034c631ff0ec5380 (patch) | |
tree | 8643939c5c081f5d4ebd948c59452a6844a636da /security | |
parent | cacbfd315d23fc467cf47f28e35fe3d614695957 (diff) | |
download | freebsd-ports-gnome-f4af124b73f3e4b5aa14c5c3034c631ff0ec5380.tar.gz freebsd-ports-gnome-f4af124b73f3e4b5aa14c5c3034c631ff0ec5380.tar.zst freebsd-ports-gnome-f4af124b73f3e4b5aa14c5c3034c631ff0ec5380.zip |
security/py-safe: add new port
PR: 210972
Submitted by: Andrej Ebert <andrej@ebert.su>
Is your password safe?
Safe will check the password strength for you.
https://pypi.python.org/pypi/Safe
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/py-safe/Makefile | 20 | ||||
-rw-r--r-- | security/py-safe/distinfo | 2 | ||||
-rw-r--r-- | security/py-safe/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index bc8bf519bf5f..e5af187d3549 100644 --- a/security/Makefile +++ b/security/Makefile @@ -895,6 +895,7 @@ SUBDIR += py-rekall_gui SUBDIR += py-requests-kerberos SUBDIR += py-rsa + SUBDIR += py-safe SUBDIR += py-scrypt SUBDIR += py-service_identity SUBDIR += py-signedjson diff --git a/security/py-safe/Makefile b/security/py-safe/Makefile new file mode 100644 index 000000000000..b2ca9f74e6f7 --- /dev/null +++ b/security/py-safe/Makefile @@ -0,0 +1,20 @@ +# Created by: andrej@ebert.su +# $FreeBSD$ + +PORTNAME= safe +PORTVERSION= 0.4 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Safe-${PORTVERSION} + +MAINTAINER= andrej@ebert.su +COMMENT= Python library to test password strength + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:2.6+ +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/security/py-safe/distinfo b/security/py-safe/distinfo new file mode 100644 index 000000000000..971ad217824d --- /dev/null +++ b/security/py-safe/distinfo @@ -0,0 +1,2 @@ +SHA256 (Safe-0.4.tar.gz) = a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de +SIZE (Safe-0.4.tar.gz) = 56803 diff --git a/security/py-safe/pkg-descr b/security/py-safe/pkg-descr new file mode 100644 index 000000000000..a1df76a94cbe --- /dev/null +++ b/security/py-safe/pkg-descr @@ -0,0 +1,4 @@ +Is your password safe? +Safe will check the password strength for you. + +WWW: https://pypi.python.org/pypi/Safe |