# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-urlgrabber
version			3.1.0
categories		python
platforms		darwin
maintainers		afb openmaintainer
description		High-level cross-protocol url-grabber
long_description	python-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.


homepage		http://linux.duke.edu/projects/urlgrabber/
master_sites	${homepage}download/
distname		urlgrabber-${version}
checksums		md5 2a92d8ce0d89c5e772a98e9b8dcd5b73

livecheck.type	regex
livecheck.url	http://linux.duke.edu/projects/urlgrabber/download/
livecheck.regex	urlgrabber-(\[0-9\.-\]+).tar.gz
