summaryrefslogtreecommitdiff
path: root/www/py-pendrell
diff options
context:
space:
mode:
authorver <ver>2010-07-19 16:34:35 +0000
committerver <ver>2010-07-19 16:34:35 +0000
commit8a9861209c4b5526eac2dbff15bcfd1081617160 (patch)
treea4bc779adfcd1158c7bf83763238926329ee280e /www/py-pendrell
parent1866b4200219763dbef526dfaa328ba1b251cb97 (diff)
downloadpkgsrc-8a9861209c4b5526eac2dbff15bcfd1081617160.tar.gz
Add the Pendrell Python library from http://pendrell.olix0r.net/
Diffstat (limited to 'www/py-pendrell')
-rw-r--r--www/py-pendrell/DESCR13
-rw-r--r--www/py-pendrell/Makefile21
-rw-r--r--www/py-pendrell/PLIST86
-rw-r--r--www/py-pendrell/distinfo5
4 files changed, 125 insertions, 0 deletions
diff --git a/www/py-pendrell/DESCR b/www/py-pendrell/DESCR
new file mode 100644
index 00000000000..9743184f190
--- /dev/null
+++ b/www/py-pendrell/DESCR
@@ -0,0 +1,13 @@
+Pendrell augments the twisted.web framework with an HTTP 1client that has
+several advantages over prior art (or at least urllib2 and twisted.web.client):
+
+ * HTTP 1.1 support:
+ * TE/transfer-encoding support for chunked, gzip, and deflate encodings
+ * Ability to simultaneously maintain multiple persistent connections.
+ * Transparent Gzip and Deflate Content-encoding support.
+ * Ability to stream data, by performing call-backs with data chunks,
+ alleviates the need to buffer large files.
+ * Advanced Gzip support accomdates incremental decoding of chunked streams.
+ * Asynchronous (twisted) API.
+ * Integration with cookielib, and compatibility with urllib2.Request API.
+ * Proxy Support.
diff --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile
new file mode 100644
index 00000000000..58c2b25386f
--- /dev/null
+++ b/www/py-pendrell/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2010/07/19 16:34:35 ver Exp $
+#
+
+DISTNAME= pendrell-0.2.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel www python
+MASTER_SITES= http://pypi.python.org/packages/source/p/pendrell/
+
+MAINTAINER= ver@NetBSD.org
+HOMEPAGE= http://pendrell.olix0r.net/
+COMMENT= HTTP/1.1 User Agent for the Programmable Web
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_ACCEPTED= 26 25
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-pendrell/PLIST b/www/py-pendrell/PLIST
new file mode 100644
index 00000000000..7d34ff36a3c
--- /dev/null
+++ b/www/py-pendrell/PLIST
@@ -0,0 +1,86 @@
+@comment $NetBSD: PLIST,v 1.1 2010/07/19 16:34:35 ver Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pendrell/__init__.py
+${PYSITELIB}/pendrell/__init__.pyc
+${PYSITELIB}/pendrell/__init__.pyo
+${PYSITELIB}/pendrell/_version.py
+${PYSITELIB}/pendrell/_version.pyc
+${PYSITELIB}/pendrell/_version.pyo
+${PYSITELIB}/pendrell/agent.py
+${PYSITELIB}/pendrell/agent.pyc
+${PYSITELIB}/pendrell/agent.pyo
+${PYSITELIB}/pendrell/auth.py
+${PYSITELIB}/pendrell/auth.pyc
+${PYSITELIB}/pendrell/auth.pyo
+${PYSITELIB}/pendrell/cases/__init__.py
+${PYSITELIB}/pendrell/cases/__init__.pyc
+${PYSITELIB}/pendrell/cases/__init__.pyo
+${PYSITELIB}/pendrell/cases/_test_comparison.py
+${PYSITELIB}/pendrell/cases/_test_comparison.pyc
+${PYSITELIB}/pendrell/cases/_test_comparison.pyo
+${PYSITELIB}/pendrell/cases/_test_transfer.py
+${PYSITELIB}/pendrell/cases/_test_transfer.pyc
+${PYSITELIB}/pendrell/cases/_test_transfer.pyo
+${PYSITELIB}/pendrell/cases/http_server.py
+${PYSITELIB}/pendrell/cases/http_server.pyc
+${PYSITELIB}/pendrell/cases/http_server.pyo
+${PYSITELIB}/pendrell/cases/junk_server.py
+${PYSITELIB}/pendrell/cases/junk_server.pyc
+${PYSITELIB}/pendrell/cases/junk_server.pyo
+${PYSITELIB}/pendrell/cases/md5_server.py
+${PYSITELIB}/pendrell/cases/md5_server.pyc
+${PYSITELIB}/pendrell/cases/md5_server.pyo
+${PYSITELIB}/pendrell/cases/server.py
+${PYSITELIB}/pendrell/cases/server.pyc
+${PYSITELIB}/pendrell/cases/server.pyo
+${PYSITELIB}/pendrell/cases/test_agent.py
+${PYSITELIB}/pendrell/cases/test_agent.pyc
+${PYSITELIB}/pendrell/cases/test_agent.pyo
+${PYSITELIB}/pendrell/cases/test_auth.py
+${PYSITELIB}/pendrell/cases/test_auth.pyc
+${PYSITELIB}/pendrell/cases/test_auth.pyo
+${PYSITELIB}/pendrell/cases/test_decoders.py
+${PYSITELIB}/pendrell/cases/test_decoders.pyc
+${PYSITELIB}/pendrell/cases/test_decoders.pyo
+${PYSITELIB}/pendrell/cases/test_functional.py
+${PYSITELIB}/pendrell/cases/test_functional.pyc
+${PYSITELIB}/pendrell/cases/test_functional.pyo
+${PYSITELIB}/pendrell/cases/test_http.py
+${PYSITELIB}/pendrell/cases/test_http.pyc
+${PYSITELIB}/pendrell/cases/test_http.pyo
+${PYSITELIB}/pendrell/cases/test_jigsaw.py
+${PYSITELIB}/pendrell/cases/test_jigsaw.pyc
+${PYSITELIB}/pendrell/cases/test_jigsaw.pyo
+${PYSITELIB}/pendrell/cases/test_proxy.py
+${PYSITELIB}/pendrell/cases/test_proxy.pyc
+${PYSITELIB}/pendrell/cases/test_proxy.pyo
+${PYSITELIB}/pendrell/cases/util.py
+${PYSITELIB}/pendrell/cases/util.pyc
+${PYSITELIB}/pendrell/cases/util.pyo
+${PYSITELIB}/pendrell/decoders.py
+${PYSITELIB}/pendrell/decoders.pyc
+${PYSITELIB}/pendrell/decoders.pyo
+${PYSITELIB}/pendrell/error.py
+${PYSITELIB}/pendrell/error.pyc
+${PYSITELIB}/pendrell/error.pyo
+${PYSITELIB}/pendrell/log.py
+${PYSITELIB}/pendrell/log.pyc
+${PYSITELIB}/pendrell/log.pyo
+${PYSITELIB}/pendrell/messages.py
+${PYSITELIB}/pendrell/messages.pyc
+${PYSITELIB}/pendrell/messages.pyo
+${PYSITELIB}/pendrell/protocols.py
+${PYSITELIB}/pendrell/protocols.pyc
+${PYSITELIB}/pendrell/protocols.pyo
+${PYSITELIB}/pendrell/proxy.py
+${PYSITELIB}/pendrell/proxy.pyc
+${PYSITELIB}/pendrell/proxy.pyo
+${PYSITELIB}/pendrell/requester.py
+${PYSITELIB}/pendrell/requester.pyc
+${PYSITELIB}/pendrell/requester.pyo
+${PYSITELIB}/pendrell/util.py
+${PYSITELIB}/pendrell/util.pyc
+${PYSITELIB}/pendrell/util.pyo
diff --git a/www/py-pendrell/distinfo b/www/py-pendrell/distinfo
new file mode 100644
index 00000000000..895089d6119
--- /dev/null
+++ b/www/py-pendrell/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2010/07/19 16:34:35 ver Exp $
+
+SHA1 (pendrell-0.2.3.tar.gz) = eeeb76dcbb2a9dcc539d84c4b374f52d795fb0bb
+RMD160 (pendrell-0.2.3.tar.gz) = 879dc096abb0b840be850efa906fcdadf5455e6b
+Size (pendrell-0.2.3.tar.gz) = 31038 bytes