Import py-polib-0.7.0.

polib is a library to manipulate, create, modify gettext files (pot, po
and mo files). You can load existing files, iterate through its entries,
add, modify entries, comments or metadata, etc... or create new po files
from scratch.

ok jasper@
This commit is contained in:
ajacoutot 2011-11-02 13:33:10 +00:00
parent beecfff1f8
commit b26c2a1ba8
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/02 13:33:10 ajacoutot Exp $
COMMENT= Python library to manipulate gettext files
MODPY_EGG_VERSION= 0.7.0
DISTNAME = polib-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES= textproc devel
HOMEPAGE= http://pypi.python.org/pypi/polib
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://bitbucket.org/izi/polib/downloads/
MODULES = lang/python
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (polib-0.7.0.tar.gz) = lY+Pga3n0khO3CWzmJ/iRw==
RMD160 (polib-0.7.0.tar.gz) = QpHRojdIup9vdwJP9LD77kko1as=
SHA1 (polib-0.7.0.tar.gz) = C/ruUkOakbbglYg6ix8B5OL5wjY=
SHA256 (polib-0.7.0.tar.gz) = 2RhNdFTGUPWibbVOcNqKUMUdzGhzr2UndwirnGz1xEk=
SIZE (polib-0.7.0.tar.gz) = 149614

View File

@ -0,0 +1,4 @@
polib is a library to manipulate, create, modify gettext files (pot, po
and mo files). You can load existing files, iterate through its entries,
add, modify entries, comments or metadata, etc... or create new po files
from scratch.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/02 13:33:10 ajacoutot Exp $
lib/python${MODPY_VERSION}/site-packages/polib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/polib.py
lib/python${MODPY_VERSION}/site-packages/polib.pyc