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>
This commit is contained in:
Ruslan Makhmatkhanov 2019-01-26 11:02:05 +00:00
parent 53288fcce5
commit d1a315553f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491265
4 changed files with 32 additions and 0 deletions

View file

@ -1355,6 +1355,7 @@
SUBDIR += py-pdfminer.six
SUBDIR += py-pdfminer3k
SUBDIR += py-pdfrw
SUBDIR += py-precis_i18n
SUBDIR += py-pss
SUBDIR += py-pyPEG2
SUBDIR += py-pyahocorasick

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1542091331
SHA256 (precis_i18n-1.0.0.tar.gz) = 227ac196b8a31b1209030bfbe90616dd375be946e0a9403349dd45851adf503e
SIZE (precis_i18n-1.0.0.tar.gz) = 61251

View file

@ -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