svn commit: r418354 - in head/security: . py-safe

Jan Beich jbeich at FreeBSD.org
Mon Jul 11 04:29:58 UTC 2016


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 at 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 at ebert.su
+# $FreeBSD$
+
+PORTNAME=	safe
+PORTVERSION=	0.4
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	Safe-${PORTVERSION}
+
+MAINTAINER=	andrej at 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


More information about the svn-ports-head mailing list