pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 10 16:34:41 UTC 2017

Modified Files:
        pkgsrc/converters: Makefile
Added Files:
        pkgsrc/converters/py-confusable_homoglyphs: DESCR Makefile PLIST
            distinfo

Log Message:
py-confusable_homoglyphs: added version 3.0.0


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/converters/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/py-confusable_homoglyphs/DESCR \
    pkgsrc/converters/py-confusable_homoglyphs/Makefile \
    pkgsrc/converters/py-confusable_homoglyphs/PLIST \
    pkgsrc/converters/py-confusable_homoglyphs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/Makefile
diff -u pkgsrc/converters/Makefile:1.157 pkgsrc/converters/Makefile:1.158
--- pkgsrc/converters/Makefile:1.157    Wed Sep 27 21:16:14 2017
+++ pkgsrc/converters/Makefile  Sun Dec 10 16:34:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2017/09/27 21:16:14 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2017/12/10 16:34:41 adam Exp $
 #
 
 COMMENT=       Document format and character code converters
@@ -100,6 +100,7 @@ SUBDIR+=    psiconv
 SUBDIR+=       pstotext
 SUBDIR+=       py-cairosvg
 SUBDIR+=       py-chardet
+SUBDIR+=       py-confusable_homoglyphs
 SUBDIR+=       py-jpCodecs
 SUBDIR+=       py-simplejson
 SUBDIR+=       py-yenc

Added files:

Index: pkgsrc/converters/py-confusable_homoglyphs/DESCR
diff -u /dev/null pkgsrc/converters/py-confusable_homoglyphs/DESCR:1.1
--- /dev/null   Sun Dec 10 16:34:41 2017
+++ pkgsrc/converters/py-confusable_homoglyphs/DESCR    Sun Dec 10 16:34:41 2017
@@ -0,0 +1,9 @@
+A homoglyph is one of two or more graphemes, characters, or glyphs with shapes
+that appear identical or very similar wikipedia:Homoglyph
+
+Unicode homoglyphs can be a nuisance on the web. Your most popular client,
+AlaskaJazz, might be upset to be impersonated by a trickster who deliberately
+chose the username AlaskaJazz.
+
+* AlaskaJazz is single script: only Latin characters.
+* AlaskaJazz is mixed-script: the first character is a greek letter.
Index: pkgsrc/converters/py-confusable_homoglyphs/Makefile
diff -u /dev/null pkgsrc/converters/py-confusable_homoglyphs/Makefile:1.1
--- /dev/null   Sun Dec 10 16:34:41 2017
+++ pkgsrc/converters/py-confusable_homoglyphs/Makefile Sun Dec 10 16:34:41 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/12/10 16:34:41 adam Exp $
+
+DISTNAME=      confusable_homoglyphs-3.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    converters python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/confusable_homoglyphs/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/vhf/confusable_homoglyphs
+COMMENT=       Detect confusable usage of unicode homoglyphs
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/py-confusable_homoglyphs/PLIST
diff -u /dev/null pkgsrc/converters/py-confusable_homoglyphs/PLIST:1.1
--- /dev/null   Sun Dec 10 16:34:41 2017
+++ pkgsrc/converters/py-confusable_homoglyphs/PLIST    Sun Dec 10 16:34:41 2017
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/10 16:34:41 adam Exp $
+bin/confusable_homoglyphs
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/confusable_homoglyphs/__init__.py
+${PYSITELIB}/confusable_homoglyphs/__init__.pyc
+${PYSITELIB}/confusable_homoglyphs/__init__.pyo
+${PYSITELIB}/confusable_homoglyphs/_version.py
+${PYSITELIB}/confusable_homoglyphs/_version.pyc
+${PYSITELIB}/confusable_homoglyphs/_version.pyo
+${PYSITELIB}/confusable_homoglyphs/categories.json
+${PYSITELIB}/confusable_homoglyphs/categories.py
+${PYSITELIB}/confusable_homoglyphs/categories.pyc
+${PYSITELIB}/confusable_homoglyphs/categories.pyo
+${PYSITELIB}/confusable_homoglyphs/cli.py
+${PYSITELIB}/confusable_homoglyphs/cli.pyc
+${PYSITELIB}/confusable_homoglyphs/cli.pyo
+${PYSITELIB}/confusable_homoglyphs/confusables.json
+${PYSITELIB}/confusable_homoglyphs/confusables.py
+${PYSITELIB}/confusable_homoglyphs/confusables.pyc
+${PYSITELIB}/confusable_homoglyphs/confusables.pyo
+${PYSITELIB}/confusable_homoglyphs/utils.py
+${PYSITELIB}/confusable_homoglyphs/utils.pyc
+${PYSITELIB}/confusable_homoglyphs/utils.pyo
Index: pkgsrc/converters/py-confusable_homoglyphs/distinfo
diff -u /dev/null pkgsrc/converters/py-confusable_homoglyphs/distinfo:1.1
--- /dev/null   Sun Dec 10 16:34:41 2017
+++ pkgsrc/converters/py-confusable_homoglyphs/distinfo Sun Dec 10 16:34:41 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/10 16:34:41 adam Exp $
+
+SHA1 (confusable_homoglyphs-3.0.0.tar.gz) = 0af8dbd0a33a2e095e8fdc48bb7b2c31f716b4a7
+RMD160 (confusable_homoglyphs-3.0.0.tar.gz) = 0a16a1c8ceeccb92a401050cd3064f57d39b75f3
+SHA512 (confusable_homoglyphs-3.0.0.tar.gz) = 2ca5ba33fa7020890bc176d4600fe7ae8b9ffb6194b49d61cfaadfda095c5f0cf7a94337a82253900308158236ef18503d3e91183064ffbc715d761d9992b413
+Size (confusable_homoglyphs-3.0.0.tar.gz) = 188836 bytes



Home | Main Index | Thread Index | Old Index