| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 Jul 2012 08:51:23
3.9.1_1
|
nivit  |
- Add a patch (provided by the authors of the program: goo.gl/jorPS )
to fix a bug with the size of PyCurlFileObject
- Bump PORTREVISION
PR: ports/168917
Submitted by: Anders F Bjoerklund <afb at rpm5.org> |
19 Mar 2011 12:38:54
3.9.1
|
miwi  |
- Get Rid MD5 support |
11 May 2010 08:49:24
3.9.1
|
nivit  |
- Update to 3.9.1
- Add ftp/py-curl to *_DEPENDS
- Change primary download site
- Change WWW site in pkg-descr |
03 Jul 2008 15:47:27
3.1.0_1
|
nivit  |
- 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 |
18 Dec 2007 14:54:59
3.1.0
|
nivit  |
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/ |