Import py-progressbar 2.2, from maintainer Remi Pointel, with a tweak by
me. ok benoit@
This commit is contained in:
parent
a3a28e175e
commit
84777cf81d
25
devel/py-progressbar/Makefile
Normal file
25
devel/py-progressbar/Makefile
Normal 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>
|
5
devel/py-progressbar/distinfo
Normal file
5
devel/py-progressbar/distinfo
Normal 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
|
3
devel/py-progressbar/pkg/DESCR
Normal file
3
devel/py-progressbar/pkg/DESCR
Normal 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.
|
4
devel/py-progressbar/pkg/PLIST
Normal file
4
devel/py-progressbar/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user