pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc text-unidecode is the most basic port of the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bbdf506121d
branches:  trunk
changeset: 370461:7bbdf506121d
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 17 11:35:48 2017 +0000

description:
text-unidecode is the most basic port of the Text::Unidecode Perl library.

diffstat:

 textproc/Makefile                   |   3 ++-
 textproc/py-text-unidecode/DESCR    |   1 +
 textproc/py-text-unidecode/Makefile |  16 ++++++++++++++++
 textproc/py-text-unidecode/PLIST    |   9 +++++++++
 textproc/py-text-unidecode/distinfo |   6 ++++++
 5 files changed, 34 insertions(+), 1 deletions(-)

diffs (65 lines):

diff -r 18f6ac539c7a -r 7bbdf506121d textproc/Makefile
--- a/textproc/Makefile Tue Oct 17 11:34:36 2017 +0000
+++ b/textproc/Makefile Tue Oct 17 11:35:48 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.965 2017/10/17 11:34:36 adam Exp $
+# $NetBSD: Makefile,v 1.966 2017/10/17 11:35:48 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -804,6 +804,7 @@
 SUBDIR+=       py-sphinxcontrib-websupport
 SUBDIR+=       py-tablib
 SUBDIR+=       py-tabulate
+SUBDIR+=       py-text-unidecode
 SUBDIR+=       py-textile
 SUBDIR+=       py-tinycss
 SUBDIR+=       py-tinycss2
diff -r 18f6ac539c7a -r 7bbdf506121d textproc/py-text-unidecode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-text-unidecode/DESCR  Tue Oct 17 11:35:48 2017 +0000
@@ -0,0 +1,1 @@
+text-unidecode is the most basic port of the Text::Unidecode Perl library.
diff -r 18f6ac539c7a -r 7bbdf506121d textproc/py-text-unidecode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-text-unidecode/Makefile       Tue Oct 17 11:35:48 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/10/17 11:35:48 adam Exp $
+
+DISTNAME=      text-unidecode-1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/text-unidecode/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kmike/text-unidecode
+COMMENT=       Most basic Text::Unidecode port
+LICENSE=       artistic
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 18f6ac539c7a -r 7bbdf506121d textproc/py-text-unidecode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-text-unidecode/PLIST  Tue Oct 17 11:35:48 2017 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/17 11:35:48 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/text_unidecode/__init__.py
+${PYSITELIB}/text_unidecode/__init__.pyc
+${PYSITELIB}/text_unidecode/__init__.pyo
+${PYSITELIB}/text_unidecode/data.bin
diff -r 18f6ac539c7a -r 7bbdf506121d textproc/py-text-unidecode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-text-unidecode/distinfo       Tue Oct 17 11:35:48 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/17 11:35:48 adam Exp $
+
+SHA1 (text-unidecode-1.0.tar.gz) = aed68abf93953d6f0fbaa5bb1b043626c30cf06b
+RMD160 (text-unidecode-1.0.tar.gz) = 7a735e20ef2429a61ba4e55a5c6f6508fa8f7960
+SHA512 (text-unidecode-1.0.tar.gz) = 3312e0ccb52f519f610c0caba11a99ae9d04aa7de9a9ff9488604ff9be9652865af09e2141d267ae3c6bf0c906ac32ef82d503e734740b43ee18ef210fb5a6fc
+Size (text-unidecode-1.0.tar.gz) = 74739 bytes



Home | Main Index | Thread Index | Old Index