Date: Tue, 18 Dec 2007 14:54:59 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/py-urlgrabber Makefile distinfo pkg-descr pkg-plist ports/www/py-urlgrabber/files patch-setup.py Message-ID: <200712181454.lBIEsxVA068598@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nivit 2007-12-18 14:54:59 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-urlgrabber Makefile distinfo pkg-descr pkg-plist www/py-urlgrabber/files patch-setup.py Log: 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/ Revision Changes Path 1.1929 +1 -0 ports/www/Makefile 1.1 +29 -0 ports/www/py-urlgrabber/Makefile (new) 1.1 +3 -0 ports/www/py-urlgrabber/distinfo (new) 1.1 +18 -0 ports/www/py-urlgrabber/files/patch-setup.py (new) 1.1 +10 -0 ports/www/py-urlgrabber/pkg-descr (new) 1.1 +29 -0 ports/www/py-urlgrabber/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712181454.lBIEsxVA068598>