[86794] users/cal/ports

cal at macports.org cal at macports.org
Fri Nov 4 07:49:41 PDT 2011


Revision: 86794
          http://trac.macports.org/changeset/86794
Author:   cal at macports.org
Date:     2011-11-04 07:49:40 -0700 (Fri, 04 Nov 2011)
Log Message:
-----------
User port for python/py27-urlgrabber (this should probably be moved to trunk pretty soon)

Added Paths:
-----------
    users/cal/ports/python/
    users/cal/ports/python/py27-urlgrabber/
    users/cal/ports/python/py27-urlgrabber/Portfile

Added: users/cal/ports/python/py27-urlgrabber/Portfile
===================================================================
--- 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
___________________________________________________________________
Added: svn:eol-style:native
   + 
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111104/a873dcad/attachment.html>


More information about the macports-changes mailing list