summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-03-14 01:29:28 +0000
committerwiz <wiz@pkgsrc.org>2008-03-14 01:29:28 +0000
commitc37a8eac68dec652bf071f940f50ade4382e70c1 (patch)
treecebaabf1c1711be569b13adb716c6f307eda63a8
parentb0817a218520ddc88833e140f7e41c0c7761dbd6 (diff)
downloadpkgsrc-c37a8eac68dec652bf071f940f50ade4382e70c1.tar.gz
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!
-rw-r--r--www/urlgrabber/DESCR8
-rw-r--r--www/urlgrabber/Makefile18
-rw-r--r--www/urlgrabber/PLIST26
-rw-r--r--www/urlgrabber/distinfo5
4 files changed, 57 insertions, 0 deletions
diff --git a/www/urlgrabber/DESCR b/www/urlgrabber/DESCR
new file mode 100644
index 00000000000..87d2b7e7846
--- /dev/null
+++ b/www/urlgrabber/DESCR
@@ -0,0 +1,8 @@
+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!
diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile
new file mode 100644
index 00000000000..cd180a1b337
--- /dev/null
+++ b/www/urlgrabber/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/14 01:29:28 wiz Exp $
+#
+
+DISTNAME= urlgrabber-3.0.0
+CATEGORIES= www devel
+MASTER_SITES= http://linux.duke.edu/projects/urlgrabber/download/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://linux.duke.edu/projects/urlgrabber/download/
+COMMENT= Python package that drastically simplifies the fetching of files
+
+USE_LANGUAGES= # none
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
+PYDISTUTILSPKG= yes
+PY_PATCHPLIST= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/urlgrabber/PLIST b/www/urlgrabber/PLIST
new file mode 100644
index 00000000000..55ab6f61986
--- /dev/null
+++ b/www/urlgrabber/PLIST
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/14 01:29:28 wiz Exp $
+bin/urlgrabber
+${PYSITELIB}/urlgrabber/__init__.py
+${PYSITELIB}/urlgrabber/__init__.pyc
+${PYSITELIB}/urlgrabber/__init__.pyo
+${PYSITELIB}/urlgrabber/byterange.py
+${PYSITELIB}/urlgrabber/byterange.pyc
+${PYSITELIB}/urlgrabber/byterange.pyo
+${PYSITELIB}/urlgrabber/grabber.py
+${PYSITELIB}/urlgrabber/grabber.pyc
+${PYSITELIB}/urlgrabber/grabber.pyo
+${PYSITELIB}/urlgrabber/keepalive.py
+${PYSITELIB}/urlgrabber/keepalive.pyc
+${PYSITELIB}/urlgrabber/keepalive.pyo
+${PYSITELIB}/urlgrabber/mirror.py
+${PYSITELIB}/urlgrabber/mirror.pyc
+${PYSITELIB}/urlgrabber/mirror.pyo
+${PYSITELIB}/urlgrabber/progress.py
+${PYSITELIB}/urlgrabber/progress.pyc
+${PYSITELIB}/urlgrabber/progress.pyo
+share/doc/${PKGNAME}/ChangeLog
+share/doc/${PKGNAME}/LICENSE
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/TODO
+@dirrm share/doc/${PKGNAME}
+@dirrm ${PYSITELIB}/urlgrabber
diff --git a/www/urlgrabber/distinfo b/www/urlgrabber/distinfo
new file mode 100644
index 00000000000..2e2d5b5098b
--- /dev/null
+++ b/www/urlgrabber/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/14 01:29:28 wiz Exp $
+
+SHA1 (urlgrabber-3.0.0.tar.gz) = 8f1a82a44e7ab769c0843ca56c5e7863b6c8e71a
+RMD160 (urlgrabber-3.0.0.tar.gz) = cc0bec42126b8981ae4a9be8c9baaee0b5a77d3e
+Size (urlgrabber-3.0.0.tar.gz) = 77982 bytes