From owner-svn-ports-all@freebsd.org Thu Aug 13 21:20:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CFB49B8BA6; Thu, 13 Aug 2015 21:20:02 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D82D9E4E; Thu, 13 Aug 2015 21:20:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DLK1fn050293; Thu, 13 Aug 2015 21:20:01 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DLK0tC050287; Thu, 13 Aug 2015 21:20:00 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201508132120.t7DLK0tC050287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 13 Aug 2015 21:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394192 - in head/russian: . py-pytils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2015 21:20:02 -0000 Author: rm Date: Thu Aug 13 21:20:00 2015 New Revision: 394192 URL: https://svnweb.freebsd.org/changeset/ports/394192 Log: Simple tools for processing strings in Russian (choose proper form for plurals, in-words representation of numerals, dates in Russian without locales, transliteration, etc). WWW: https://github.com/j2a/pytils/ Added: head/russian/py-pytils/ head/russian/py-pytils/Makefile (contents, props changed) head/russian/py-pytils/distinfo (contents, props changed) head/russian/py-pytils/pkg-descr (contents, props changed) Modified: head/russian/Makefile Modified: head/russian/Makefile ============================================================================== --- head/russian/Makefile Thu Aug 13 20:42:33 2015 (r394191) +++ head/russian/Makefile Thu Aug 13 21:20:00 2015 (r394192) @@ -33,6 +33,7 @@ SUBDIR += p5-Text-Hyphen-RU SUBDIR += p5-XML-Parser-encodings SUBDIR += p5-cyrillic + SUBDIR += py-pytils SUBDIR += rubygem-russian SUBDIR += rubygem-rutils SUBDIR += rux Added: head/russian/py-pytils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/russian/py-pytils/Makefile Thu Aug 13 21:20:00 2015 (r394192) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= pytils +PORTVERSION= 0.3 +CATEGORIES= russian python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= Russian-specific string utils + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/russian/py-pytils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/russian/py-pytils/distinfo Thu Aug 13 21:20:00 2015 (r394192) @@ -0,0 +1,2 @@ +SHA256 (pytils-0.3.tar.gz) = 1e85118d095d48928fef1a73e3e1dccdbc07bc931131705976b7dd05b66627fc +SIZE (pytils-0.3.tar.gz) = 89526 Added: head/russian/py-pytils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/russian/py-pytils/pkg-descr Thu Aug 13 21:20:00 2015 (r394192) @@ -0,0 +1,5 @@ +Simple tools for processing strings in Russian (choose proper form for plurals, +in-words representation of numerals, dates in Russian without locales, +transliteration, etc). + +WWW: https://github.com/j2a/pytils/