summaryrefslogtreecommitdiff
path: root/www/urlgrabber
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-03-16Bump PKGREVISION from default python change to 2.7.obache1-2/+2
2011-06-14* distutilifyobache2-6/+5
* removing PYTHON_VERSION restriction result in default acceptable python. Bump PKGREVISION.
2011-06-14* Update MASTER_SITES and HOMEPAGE.obache1-4/+3
* remove PYTHON_VERSION restriction, just 25 is the latest version at release of this package (from result of selftest with python26, it it same as python25's one).
2010-01-12Update HOMEPAGE and MASTER_SITES to catch up rearrange of the site.obache1-3/+3
Problem noticed by Bug Hunting via PR#42609. At the moment, MASTER_SITES is commented out. Although it is linked from HOMEPAGE, but only have very old version now. (and tarball from http://pypi.python.org/pypi/urlgrabber is checksum mismatch).
2009-09-07Retire Python 2.3 support.joerg1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-05-21this doesn't use PYPKGPREFIX, so "python/application.mk" shoulddrochner1-1/+2
be pulled in first
2008-04-25Update to urlgrabber-3.1.0.tnn3-8/+13
pkgsrc: - Fix acceptable python versions - Supports DESTDIR From ChangeLog: Added James Bowes' SSL patch to use M2Crypto when available.
2008-03-14Import urlgrabber-3.0.0 as www/urlgrabber.wiz4-0/+57
urlgrabber is a pure python package that drastically simplifies the fetching of files. It is designed to be used in programs that need common (but not necessarily simple) url-fetching features. It is extremely simple to drop into an existing program and provides a clean interface to protocol-independant file-access. Best of all, urlgrabber takes care of all those pesky file-fetching details, and lets you focus on whatever it is that your program is written to do!