2012-03-16 05:31:16 by OBATA Akio | Files touched by this commit (16) |
Log message:
Bump PKGREVISION from default python change to 2.7.
|
2011-06-14 12:04:07 by OBATA Akio | Files touched by this commit (2) |
Log message:
* distutilify
* removing PYTHON_VERSION restriction result in default acceptable python.
Bump PKGREVISION.
|
2011-06-14 11:37:22 by OBATA Akio | Files touched by this commit (1) |
Log message:
* Update MASTER_SITES and HOMEPAGE.
* 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-12 02:34:19 by OBATA Akio | Files touched by this commit (1) |
Log message:
Update HOMEPAGE and MASTER_SITES to catch up rearrange of the site.
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-07 21:02:15 by Joerg Sonnenberger | Files touched by this commit (13) |
Log message:
Retire Python 2.3 support.
|
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-02-09 23:56:28 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
|
2008-05-21 13:00:56 by Matthias Drochner | Files touched by this commit (1) |
Log message:
this doesn't use PYPKGPREFIX, so "python/application.mk" should
be pulled in first
|
2008-04-25 21:18:23 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Update to urlgrabber-3.1.0.
pkgsrc:
- Fix acceptable python versions
- Supports DESTDIR
From ChangeLog: Added James Bowes' SSL patch to use M2Crypto when available.
|
2008-03-14 02:29:28 by Thomas Klausner | Files touched by this commit (4) | ![Imported package](https://pkgsrc.se/images/add.gif) |
Log message:
Import urlgrabber-3.0.0 as www/urlgrabber.
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!
|