summaryrefslogtreecommitdiff
path: root/www/urlgrabber
AgeCommit message (Collapse)AuthorFilesLines
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!