aboutsummaryrefslogtreecommitdiff
path: root/www/py-urlgrabber
Commit message (Collapse)AuthorAgeFilesLines
* - StageVanilla I. Shu2014-05-081-1/+0
| | | | | | | | | PR: ports/188802 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Notes: svn path=/head/; revision=353326
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Add a patch from upstream, that fix value of SSL verify host with pycurlNicola Vitale2013-08-155-61/+69
| | | | | | | | | | | | | | | | (see http://goo.gl/KGnkXT ) [1], and so bump PORTREVISION - Trim Makefile header - Remove dead link from MASTER_SITES - Remove leading, indefinite article from COMMENT - Add LICENSE (LGPL21) - Convert to the new options framework - Fix WWW field in pkg-descr Required by: Yuri <yuri@rawbw.com> (via private email) [1] Build details: http://goo.gl/7arykr Notes: svn path=/head/; revision=324776
* - Add a patch (provided by the authors of the program: goo.gl/jorPS )Nicola Vitale2012-07-162-1/+48
| | | | | | | | | | | to fix a bug with the size of PyCurlFileObject - Bump PORTREVISION PR: ports/168917 Submitted by: Anders F Bjoerklund <afb at rpm5.org> Notes: svn path=/head/; revision=300931
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 3.9.1Nicola Vitale2010-05-114-14/+11
| | | | | | | | | - Add ftp/py-curl to *_DEPENDS - Change primary download site - Change WWW site in pkg-descr Notes: svn path=/head/; revision=254121
* - Fix patch target when NOPORTDOCS is set (issue reported by "QA Tindy" via ↵Nicola Vitale2008-07-032-10/+21
| | | | | | | | | | itetcu - Use ${PYTHON_PKGNAMEPREFIX} inside DOCSDIR (so bump PORTREVISION) - Use os.environ.has_key() instead of os.getenv() inside setup.py Notes: svn path=/head/; revision=216239
* urlgrabber is a pure python package that drastically simplifiesNicola Vitale2007-12-185-0/+89
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/ Notes: svn path=/head/; revision=203992