Import py-progressbar 2.2, from maintainer Remi Pointel, with a tweak by

me.
ok benoit@
This commit is contained in:
landry 2010-10-16 07:11:27 +00:00
parent a3a28e175e
commit 84777cf81d
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD $
COMMENT = text progressbar library for python
MODPY_EGG_VERSION = 2.2
DISTNAME = progressbar-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = http://code.google.com/p/python-progressbar/
MASTER_SITES = http://pypi.python.org/packages/source/p/progressbar/
MAINTAINER = Remi Pointel <remi.pointel@xiri.fr>
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/python
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (progressbar-2.2.tar.gz) = jqTiwXqOyefRU3Z8Xyp7KA==
RMD160 (progressbar-2.2.tar.gz) = E/WcDDFVzRIO7xHHc29jY9M/oTY=
SHA1 (progressbar-2.2.tar.gz) = pszsfE2QigydXtGDHKmUffADQHw=
SHA256 (progressbar-2.2.tar.gz) = 3+5SASN8oOlCuqTUUf7ov4pUBlozf6vnN4uFha7aVqM=
SIZE (progressbar-2.2.tar.gz) = 5118

View File

@ -0,0 +1,3 @@
Provides a text mode progressbar. This is tipically used to display the
progress of a long running operation, providing a visual clue that
processing is underway. Multiple formats of progressbar can be choosed.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/16 07:11:27 landry Exp $
lib/python${MODPY_VERSION}/site-packages/progressbar-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/progressbar.py
lib/python${MODPY_VERSION}/site-packages/progressbar.pyc