aboutsummaryrefslogtreecommitdiff
path: root/converters/py-text-unidecode
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2018-07-28 12:03:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2018-07-28 12:03:06 +0000
commit2d3fe0e91bfae02de6d56aa1d2122afa44012374 (patch)
treeb610388d96f35c6ab80c870c43ed2aa4e41d6cad /converters/py-text-unidecode
parentad19abcbf4996f45358950135c8597b45449e535 (diff)
downloadports-2d3fe0e91bfae02de6d56aa1d2122afa44012374.tar.gz
ports-2d3fe0e91bfae02de6d56aa1d2122afa44012374.zip
text-unidecode is the most basic port of the Text::Unidecode Perl library. There
are other Python ports of Text::Unidecode (unidecode and isounidecode). unidecode is GPL, isounidecode uses too much memory, and it didn't support Python 3 when this package was created. WWW: https://github.com/kmike/text-unidecode PR: 229439 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
Notes
Notes: svn path=/head/; revision=475529
Diffstat (limited to 'converters/py-text-unidecode')
-rw-r--r--converters/py-text-unidecode/Makefile20
-rw-r--r--converters/py-text-unidecode/distinfo3
-rw-r--r--converters/py-text-unidecode/pkg-descr7
3 files changed, 30 insertions, 0 deletions
diff --git a/converters/py-text-unidecode/Makefile b/converters/py-text-unidecode/Makefile
new file mode 100644
index 000000000000..62bc1f633719
--- /dev/null
+++ b/converters/py-text-unidecode/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= text-unidecode
+DISTVERSION= 1.2
+CATEGORIES= converters python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= freebsd_ports@k-worx.org
+COMMENT= Most basic port of Perl's Text::Unidecode module
+
+LICENSE= ART10
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/converters/py-text-unidecode/distinfo b/converters/py-text-unidecode/distinfo
new file mode 100644
index 000000000000..2c5c97436bb8
--- /dev/null
+++ b/converters/py-text-unidecode/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1530183792
+SHA256 (text-unidecode-1.2.tar.gz) = 5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d
+SIZE (text-unidecode-1.2.tar.gz) = 76872
diff --git a/converters/py-text-unidecode/pkg-descr b/converters/py-text-unidecode/pkg-descr
new file mode 100644
index 000000000000..2533b3b2dcaf
--- /dev/null
+++ b/converters/py-text-unidecode/pkg-descr
@@ -0,0 +1,7 @@
+text-unidecode is the most basic port of the Text::Unidecode Perl library. There
+are other Python ports of Text::Unidecode (unidecode and isounidecode).
+
+unidecode is GPL, isounidecode uses too much memory, and it didn't support
+Python 3 when this package was created.
+
+WWW: https://github.com/kmike/text-unidecode