Date: Sat, 10 Mar 2018 22:59:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464096 - in head/devel: . py-confusable_homoglyphs Message-ID: <201803102259.w2AMxHvh019070@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 10 22:59:17 2018 New Revision: 464096 URL: https://svnweb.freebsd.org/changeset/ports/464096 Log: 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 Added: head/devel/py-confusable_homoglyphs/ head/devel/py-confusable_homoglyphs/Makefile (contents, props changed) head/devel/py-confusable_homoglyphs/distinfo (contents, props changed) head/devel/py-confusable_homoglyphs/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 10 22:56:54 2018 (r464095) +++ head/devel/Makefile Sat Mar 10 22:59:17 2018 (r464096) @@ -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 Added: head/devel/py-confusable_homoglyphs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-confusable_homoglyphs/Makefile Sat Mar 10 22:59:17 2018 (r464096) @@ -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> Added: head/devel/py-confusable_homoglyphs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-confusable_homoglyphs/distinfo Sat Mar 10 22:59:17 2018 (r464096) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520629922 +SHA256 (confusable_homoglyphs-3.0.0.tar.gz) = 2dc772701291bd8343abd0dca01453b970a998a9dc7fc4be558d91472100e02e +SIZE (confusable_homoglyphs-3.0.0.tar.gz) = 188836 Added: head/devel/py-confusable_homoglyphs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-confusable_homoglyphs/pkg-descr Sat Mar 10 22:59:17 2018 (r464096) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803102259.w2AMxHvh019070>