mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
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:
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
|
@ -4348,6 +4348,7 @@
|
||||||
SUBDIR += py-configargparse
|
SUBDIR += py-configargparse
|
||||||
SUBDIR += py-configobj
|
SUBDIR += py-configobj
|
||||||
SUBDIR += py-configparser
|
SUBDIR += py-configparser
|
||||||
|
SUBDIR += py-confusable_homoglyphs
|
||||||
SUBDIR += py-constantly
|
SUBDIR += py-constantly
|
||||||
SUBDIR += py-construct
|
SUBDIR += py-construct
|
||||||
SUBDIR += py-construct28
|
SUBDIR += py-construct28
|
||||||
|
|
22
devel/py-confusable_homoglyphs/Makefile
Normal file
22
devel/py-confusable_homoglyphs/Makefile
Normal 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>
|
3
devel/py-confusable_homoglyphs/distinfo
Normal file
3
devel/py-confusable_homoglyphs/distinfo
Normal 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
|
7
devel/py-confusable_homoglyphs/pkg-descr
Normal file
7
devel/py-confusable_homoglyphs/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue