From a559c6650c8486e4dd7b94cc2e236f4a9e254065 Mon Sep 17 00:00:00 2001 From: rm Date: Sat, 15 Sep 2012 07:47:57 +0000 Subject: This module translates national characters into similar sounding latin characters (transliteration). At the moment, Czech, Greek, Latvian, Polish, Turkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs). WWW: http://pypi.python.org/pypi/trans PR: 171322 Submitted by: Dmitry Pryadko --- textproc/py-trans/Makefile | 22 ++++++++++++++++++++++ textproc/py-trans/distinfo | 2 ++ textproc/py-trans/pkg-descr | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 textproc/py-trans/Makefile create mode 100644 textproc/py-trans/distinfo create mode 100644 textproc/py-trans/pkg-descr (limited to 'textproc/py-trans') diff --git a/textproc/py-trans/Makefile b/textproc/py-trans/Makefile new file mode 100644 index 000000000000..6f5fea543a43 --- /dev/null +++ b/textproc/py-trans/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= trans +PORTVERSION= 1.5 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= d.pryadko@rambler-co.ru +COMMENT= Module for performing transliteration + +LICENSE= BSD + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/trans.py \ + %%PYTHON_SITELIBDIR%%/trans.pyc \ + %%PYTHON_SITELIBDIR%%/trans.pyo + +USE_BZIP2= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes + +.include diff --git a/textproc/py-trans/distinfo b/textproc/py-trans/distinfo new file mode 100644 index 000000000000..1f1f7e3cd6fb --- /dev/null +++ b/textproc/py-trans/distinfo @@ -0,0 +1,2 @@ +SHA256 (trans-1.5.tar.bz2) = 940a5335899ecb27bfaa940558aecf2a44a04a36af11f5544a3e772dec2fba21 +SIZE (trans-1.5.tar.bz2) = 5010 diff --git a/textproc/py-trans/pkg-descr b/textproc/py-trans/pkg-descr new file mode 100644 index 000000000000..a88ea43e7e0f --- /dev/null +++ b/textproc/py-trans/pkg-descr @@ -0,0 +1,5 @@ +This module translates national characters into similar sounding latin +characters (transliteration). At the moment, Czech, Greek, Latvian, Polish, +Turkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs). + +WWW: http://pypi.python.org/pypi/trans -- cgit