[70650] trunk/dports/python
nox at macports.org
nox at macports.org
Mon Aug 16 04:24:58 PDT 2010
Revision: 70650
http://trac.macports.org/changeset/70650
Author: nox at macports.org
Date: 2010-08-16 04:24:55 -0700 (Mon, 16 Aug 2010)
Log Message:
-----------
Create new port py26-progressbar
Added Paths:
-----------
trunk/dports/python/py26-progressbar/
trunk/dports/python/py26-progressbar/Portfile
Added: trunk/dports/python/py26-progressbar/Portfile
===================================================================
--- trunk/dports/python/py26-progressbar/Portfile (rev 0)
+++ trunk/dports/python/py26-progressbar/Portfile 2010-08-16 11:24:55 UTC (rev 70650)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-progressbar
+version 2.2
+license LGPL-2.1+
+maintainers nox openmaintainer
+platforms darwin
+description Text progressbar library for python
+
+long_description \
+ This library provides a text mode progressbar. This is typically used to \
+ display the progress of a long running operation, providing a visual clue \
+ that processing is underway.
+
+categories-append \
+ devel
+
+homepage http://pypi.python.org/pypi/progressbar/
+master_sites http://pypi.python.org/packages/source/p/progressbar/
+distname progressbar-${version}
+
+checksums md5 8ea4e2c17a8ec9e7d153767c5f2a7b28 \
+ sha1 a6ccec7c4d908a0c9d5ed1831ca9947df003407c \
+ rmd160 13f59c0c3155cd120eef11c7736f6363d33fa136
+
+post-destroot {
+ set docdir ${prefix}/share/doc/${name}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${docdir}
+}
+
+universal_variant no
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex {<h1>progressbar (.*)</h1>}
Property changes on: trunk/dports/python/py26-progressbar/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100816/72a89d48/attachment.html>
More information about the macports-changes
mailing list