From nobody@FreeBSD.org  Tue Sep  4 13:59:56 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 715D01065670
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Sep 2012 13:59:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 42A488FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Sep 2012 13:59:56 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q84Dxtwo032839
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 4 Sep 2012 13:59:55 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q84DxteF032838;
	Tue, 4 Sep 2012 13:59:55 GMT
	(envelope-from nobody)
Message-Id: <201209041359.q84DxteF032838@red.freebsd.org>
Date: Tue, 4 Sep 2012 13:59:55 GMT
From: Dmitry Pryadko <d.pryadko@rambler-co.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: textproc/py-trans Module for performing transliteration
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         171322
>Category:       ports
>Synopsis:       New port: textproc/py-trans Module for performing transliteration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 14:00:07 UTC 2012
>Closed-Date:    Sat Sep 15 07:48:54 UTC 2012
>Last-Modified:  Sat Sep 15 07:50:11 UTC 2012
>Originator:     Dmitry Pryadko
>Release:        
>Organization:
Rambler
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	./py-trans
#	./py-trans/Makefile
#	./py-trans/distinfo
#	./py-trans/pkg-descr
#
echo c - ./py-trans
mkdir -p ./py-trans > /dev/null 2>&1
echo x - ./py-trans/Makefile
sed 's/^X//' >./py-trans/Makefile << 'c066c8475c219351200a1b427e026885'
X# New ports collection makefile for:	py-trans
X# Date created:		04 September 2012
X# Whom:			Dmitry Pryadko <d.pryadko@rambler-co.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	trans
XPORTVERSION=	1.4.2
XCATEGORIES=	textproc python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	d.pryadko@rambler-co.ru
XCOMMENT=	Module for performing transliteration
X
XLICENSE=	BSD
X
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/trans.py \
X		%%PYTHON_SITELIBDIR%%/trans.pyc \
X		%%PYTHON_SITELIBDIR%%/trans.pyo
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
c066c8475c219351200a1b427e026885
echo x - ./py-trans/distinfo
sed 's/^X//' >./py-trans/distinfo << 'b65f1f68903a35a073c0ab1547aa11f9'
XSHA256 (trans-1.4.2.tar.gz) = b48124969b07dfa1b21c1d3424f9de78cf388da317b7328c2e8333c7b11a1c1b
XSIZE (trans-1.4.2.tar.gz) = 5582
b65f1f68903a35a073c0ab1547aa11f9
echo x - ./py-trans/pkg-descr
sed 's/^X//' >./py-trans/pkg-descr << '72089c125837adcd505041ada312e499'
XThis module translates national characters into similar sounding latin 
Xcharacters (transliteration). At the moment, Czech, Greek, Latvian, Polish, 
XTurkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs).
X
XWWW: http://pypi.python.org/pypi/trans
72089c125837adcd505041ada312e499
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 4 14:00:53 UTC 2012 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171322 
Responsible-Changed-From-To: freebsd-python->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Sat Sep 15 07:46:22 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171322 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Sat Sep 15 07:48:50 UTC 2012 
State-Changed-Why:  
Committed, thank you! Updated to 1.5 and python version limited to 2.x, 
because it doesn't builds with 3.2 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171322 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171322: commit references a PR
Date: Sat, 15 Sep 2012 07:48:09 +0000 (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"
 
>Unformatted:
