Date: Thu, 13 Aug 2015 21:20:00 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394192 - in head/russian: . py-pytils Message-ID: <201508132120.t7DLK0tC050287@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508132120.t7DLK0tC050287>