Add py-confusable_homoglyphs 3.0.0

A homoglyph is one of two or more graphemes, characters, or glyphs with shapes
that appear identical or very similar homoglyph. Unicode homoglyphs can be a
nuisance on the web. confusable_homoglyphs helps to detect confusable usage of
unicode homoglyphs and prevent homograph attacks.

WWW: https://pypi.python.org/pypi/confusable_homoglyphs
WWW: https://github.com/vhf/confusable_homoglyphs
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-10 22:59:17 +00:00
parent 445f4b448a
commit d9522c4b0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464096
4 changed files with 33 additions and 0 deletions

View file

@ -4348,6 +4348,7 @@
SUBDIR += py-configargparse
SUBDIR += py-configobj
SUBDIR += py-configparser
SUBDIR += py-confusable_homoglyphs
SUBDIR += py-constantly
SUBDIR += py-construct
SUBDIR += py-construct28

View file

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= confusable_homoglyphs
PORTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Detect confusable usage of unicode homoglyphs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1520629922
SHA256 (confusable_homoglyphs-3.0.0.tar.gz) = 2dc772701291bd8343abd0dca01453b970a998a9dc7fc4be558d91472100e02e
SIZE (confusable_homoglyphs-3.0.0.tar.gz) = 188836

View file

@ -0,0 +1,7 @@
A homoglyph is one of two or more graphemes, characters, or glyphs with shapes
that appear identical or very similar homoglyph. Unicode homoglyphs can be a
nuisance on the web. confusable_homoglyphs helps to detect confusable usage of
unicode homoglyphs and prevent homograph attacks.
WWW: https://pypi.python.org/pypi/confusable_homoglyphs
WWW: https://github.com/vhf/confusable_homoglyphs