[68840] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Jun 15 06:56:30 PDT 2010


Revision: 68840
          http://trac.macports.org/changeset/68840
Author:   stromnov at macports.org
Date:     2010-06-15 06:56:25 -0700 (Tue, 15 Jun 2010)
Log Message:
-----------
py26-urlgrabber: New port.

Added Paths:
-----------
    trunk/dports/python/py26-urlgrabber/
    trunk/dports/python/py26-urlgrabber/Portfile

Added: trunk/dports/python/py26-urlgrabber/Portfile
===================================================================
--- trunk/dports/python/py26-urlgrabber/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-urlgrabber/Portfile	2010-06-15 13:56:25 UTC (rev 68840)
@@ -0,0 +1,33 @@
+# -*- 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           python26 1.0
+
+name                py26-urlgrabber
+version             3.9.1
+maintainers         stromnov 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
+
+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: trunk/dports/python/py26-urlgrabber/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/20100615/4c25dce4/attachment.html>


More information about the macports-changes mailing list