aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-precis_i18n
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2019-01-26 11:02:05 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2019-01-26 11:02:05 +0000
commitd1a315553f4a4d609ffee55405e0ca95ae34987c (patch)
tree384698ae6a19f85e95e7404b8f9141cf81ee90ae /textproc/py-precis_i18n
parent53288fcce55952d4cd9aa46f514a03b01db68bee (diff)
downloadports-d1a315553f4a4d609ffee55405e0ca95ae34987c.tar.gz
ports-d1a315553f4a4d609ffee55405e0ca95ae34987c.zip
The PRECIS framework makes internationalized user names and passwords safer
for use by applications. PRECIS profiles transform unicode strings into a canonical form, suitable for comparison. WWW: https://github.com/byllyfish/precis_i18n PR: 233824 Submitted by: Goran Mekić <meka@tilda.center>
Notes
Notes: svn path=/head/; revision=491265
Diffstat (limited to 'textproc/py-precis_i18n')
-rw-r--r--textproc/py-precis_i18n/Makefile23
-rw-r--r--textproc/py-precis_i18n/distinfo3
-rw-r--r--textproc/py-precis_i18n/pkg-descr5
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/py-precis_i18n/Makefile b/textproc/py-precis_i18n/Makefile
new file mode 100644
index 000000000000..c46a9a7b7d3d
--- /dev/null
+++ b/textproc/py-precis_i18n/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= precis_i18n
+DISTVERSION= 1.0.0
+CATEGORIES= textproc devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= meka@tilda.center
+COMMENT= Internationalized usernames and passwords
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= python:3.3+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
+.include <bsd.port.mk>
diff --git a/textproc/py-precis_i18n/distinfo b/textproc/py-precis_i18n/distinfo
new file mode 100644
index 000000000000..b9233d63a40f
--- /dev/null
+++ b/textproc/py-precis_i18n/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542091331
+SHA256 (precis_i18n-1.0.0.tar.gz) = 227ac196b8a31b1209030bfbe90616dd375be946e0a9403349dd45851adf503e
+SIZE (precis_i18n-1.0.0.tar.gz) = 61251
diff --git a/textproc/py-precis_i18n/pkg-descr b/textproc/py-precis_i18n/pkg-descr
new file mode 100644
index 000000000000..34125363d126
--- /dev/null
+++ b/textproc/py-precis_i18n/pkg-descr
@@ -0,0 +1,5 @@
+The PRECIS framework makes internationalized user names and passwords safer
+for use by applications. PRECIS profiles transform unicode strings into a
+canonical form, suitable for comparison.
+
+WWW: https://github.com/byllyfish/precis_i18n