Date: Mon, 11 Jul 2016 04:29:57 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418354 - in head/security: . py-safe Message-ID: <201607110429.u6B4Tvd0099882@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jul 11 04:29:56 2016 New Revision: 418354 URL: https://svnweb.freebsd.org/changeset/ports/418354 Log: 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 Added: head/security/py-safe/ head/security/py-safe/Makefile (contents, props changed) head/security/py-safe/distinfo (contents, props changed) head/security/py-safe/pkg-descr (contents, props changed) Modified: head/security/Makefile (contents, props changed) Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Jul 11 04:29:28 2016 (r418353) +++ head/security/Makefile Mon Jul 11 04:29:56 2016 (r418354) @@ -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 Added: head/security/py-safe/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-safe/Makefile Mon Jul 11 04:29:56 2016 (r418354) @@ -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> Added: head/security/py-safe/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-safe/distinfo Mon Jul 11 04:29:56 2016 (r418354) @@ -0,0 +1,2 @@ +SHA256 (Safe-0.4.tar.gz) = a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de +SIZE (Safe-0.4.tar.gz) = 56803 Added: head/security/py-safe/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-safe/pkg-descr Mon Jul 11 04:29:56 2016 (r418354) @@ -0,0 +1,4 @@ +Is your password safe? +Safe will check the password strength for you. + +WWW: https://pypi.python.org/pypi/Safe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607110429.u6B4Tvd0099882>