Added: users/cal/ports/python/py27-urlgrabber/Portfile (0 => 86794)
--- users/cal/ports/python/py27-urlgrabber/Portfile (rev 0)
+++ users/cal/ports/python/py27-urlgrabber/Portfile 2011-11-04 14:49:40 UTC (rev 86794)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python27 1.0
+
+name py27-urlgrabber
+version 3.9.1
+maintainers cal openmaintainer
+
+description High-level cross-protocol url-grabber
+
+long_description Urlgrabber is a high-level cross-protocol url-grabber for python \
+ supporting HTTP, FTP and file locations. Features include keepalive, \
+ byte ranges, throttling, authentication, proxies and more.
+
+platforms darwin
+
+homepage http://urlgrabber.baseurl.org/
+master_sites http://urlgrabber.baseurl.org/download/
+distname urlgrabber-${version}
+
+checksums md5 00c8359bf71062d0946bacea521f80b4 \
+ sha1 937c7ad3177539c337d4010e0175b2c7bd874938 \
+ rmd160 377196ddb01f6cd4903e063e8e9cba40a0f80fff
+
+depends_lib port:py27-curl
+
+post-patch {
+ reinplace "s|/usr/bin/python|${python.bin}|g" ${worksrcpath}/scripts/urlgrabber
+}
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "urlgrabber-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: users/cal/ports/python/py27-urlgrabber/Portfile
___________________________________________________________________