Commit graph

2 commits

Author SHA1 Message Date
Nicola Vitale
27e3622a90 - Fix patch target when NOPORTDOCS is set (issue reported by "QA Tindy" via itetcu
- Use ${PYTHON_PKGNAMEPREFIX} inside DOCSDIR (so bump PORTREVISION)
- Use os.environ.has_key() instead of os.getenv() inside setup.py
2008-07-03 15:47:27 +00:00
Nicola Vitale
38e579be6d 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!

Author:	Michael D. Stenner, Ryan Tomayko
WWW:	http://linux.duke.edu/projects/urlgrabber/
2007-12-18 14:54:59 +00:00