diff options
author | nivit <nivit@FreeBSD.org> | 2007-12-18 22:54:59 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-12-18 22:54:59 +0800 |
commit | 0062017a896a825d60e6436f741289e08fd874f4 (patch) | |
tree | f78469f74813d194fbb7bee8de6eadbd17b0c5e5 /www/Makefile | |
parent | 7747ac6a2476cdab97c0543701c998adaa34bcec (diff) | |
download | freebsd-ports-gnome-0062017a896a825d60e6436f741289e08fd874f4.tar.gz freebsd-ports-gnome-0062017a896a825d60e6436f741289e08fd874f4.tar.zst freebsd-ports-gnome-0062017a896a825d60e6436f741289e08fd874f4.zip |
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/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f1ac1af4d9fe..38ff52223788 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1065,6 +1065,7 @@ SUBDIR += py-turbosetup SUBDIR += py-twistedWeb SUBDIR += py-twistedWeb2 + SUBDIR += py-urlgrabber SUBDIR += py-urljr SUBDIR += py-utidy SUBDIR += py-webhelpers |