Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2017 13:47:28 +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: r431871 - in head/security: . py-zxcvbn-python
Message-ID:  <201701191347.v0JDlSAb048998@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jan 19 13:47:27 2017
New Revision: 431871
URL: https://svnweb.freebsd.org/changeset/ports/431871

Log:
  devel/py-zxcvbn-python: add new port
  
  zxcvbn is a password strength estimator inspired by password
  crackers. Through pattern matching and conservative estimation, it
  recognizes and weighs 30k common passwords, common names and surnames
  according to US census data, popular English words from Wikipedia and
  US television and movies, and other common patterns like dates,
  repeats (aaa), sequences (abcd), keyboard patterns (qwertyuiop), and
  l33t speak.
  
  https://pypi.python.org/pypi/zxcvbn-python

Added:
  head/security/py-zxcvbn-python/
  head/security/py-zxcvbn-python/Makefile   (contents, props changed)
  head/security/py-zxcvbn-python/distinfo   (contents, props changed)
  head/security/py-zxcvbn-python/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile   (contents, props changed)

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Jan 19 13:47:13 2017	(r431870)
+++ head/security/Makefile	Thu Jan 19 13:47:27 2017	(r431871)
@@ -943,6 +943,7 @@
     SUBDIR += py-zope.security
     SUBDIR += py-zope.securitypolicy
     SUBDIR += py-zope.session
+    SUBDIR += py-zxcvbn-python
     SUBDIR += py3-libnacl
     SUBDIR += qtkeychain-qt4
     SUBDIR += qtkeychain-qt5

Added: head/security/py-zxcvbn-python/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-zxcvbn-python/Makefile	Thu Jan 19 13:47:27 2017	(r431871)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	zxcvbn-python
+PORTVERSION=	4.4.12
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	jbeich@FreeBSD.org
+COMMENT=	Realistic password strength estimator
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/security/py-zxcvbn-python/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-zxcvbn-python/distinfo	Thu Jan 19 13:47:27 2017	(r431871)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483999859
+SHA256 (zxcvbn-python-4.4.12.tar.gz) = f8cda13aec0c14f2ae9cd85057c12628c2c059a10ca7e02dcab26b9215000de4
+SIZE (zxcvbn-python-4.4.12.tar.gz) = 403246

Added: head/security/py-zxcvbn-python/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-zxcvbn-python/pkg-descr	Thu Jan 19 13:47:27 2017	(r431871)
@@ -0,0 +1,9 @@
+zxcvbn is a password strength estimator inspired by password
+crackers. Through pattern matching and conservative estimation, it
+recognizes and weighs 30k common passwords, common names and surnames
+according to US census data, popular English words from Wikipedia and
+US television and movies, and other common patterns like dates,
+repeats (aaa), sequences (abcd), keyboard patterns (qwertyuiop), and
+l33t speak.
+
+WWW: https://pypi.python.org/pypi/zxcvbn-python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701191347.v0JDlSAb048998>