Bug 171322 - New port: textproc/py-trans Module for performing transliteration
Summary: New port: textproc/py-trans Module for performing transliteration
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 15:00 UTC by Dmitry Pryadko
Modified: 2012-09-15 08:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.75 KB, text/plain)
2012-09-04 15:00 UTC, Dmitry Pryadko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Pryadko 2012-09-04 15:00:07 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-04 15:00:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-09-15 08:46:22 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-15 08:48:09 UTC
Author: rm
Date: Sat Sep 15 07:47:57 2012
New Revision: 304309
URL: http://svn.freebsd.org/changeset/ports/304309

Log:
  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 <d.pryadko at rambler-co dot ru>

Added:
  head/textproc/py-trans/
  head/textproc/py-trans/Makefile   (contents, props changed)
  head/textproc/py-trans/distinfo   (contents, props changed)
  head/textproc/py-trans/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Sep 15 03:15:31 2012	(r304308)
+++ head/textproc/Makefile	Sat Sep 15 07:47:57 2012	(r304309)
@@ -1157,6 +1157,7 @@
     SUBDIR += py-stripogram
     SUBDIR += py-syck
     SUBDIR += py-texttable
+    SUBDIR += py-trans
     SUBDIR += py-translationstring
     SUBDIR += py-tvgrab
     SUBDIR += py-twistedLore

Added: head/textproc/py-trans/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-trans/Makefile	Sat Sep 15 07:47:57 2012	(r304309)
@@ -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 <bsd.port.mk>

Added: head/textproc/py-trans/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-trans/distinfo	Sat Sep 15 07:47:57 2012	(r304309)
@@ -0,0 +1,2 @@
+SHA256 (trans-1.5.tar.bz2) = 940a5335899ecb27bfaa940558aecf2a44a04a36af11f5544a3e772dec2fba21
+SIZE (trans-1.5.tar.bz2) = 5010

Added: head/textproc/py-trans/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-trans/pkg-descr	Sat Sep 15 07:47:57 2012	(r304309)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-09-15 08:48:50 UTC
State Changed
From-To: open->closed

Committed, thank you! Updated to 1.5 and python version limited to 2.x, 
because it doesn't builds with 3.2