diff options
author | shell <shell> | 2002-04-21 12:14:50 +0000 |
---|---|---|
committer | shell <shell> | 2002-04-21 12:14:50 +0000 |
commit | 78d2f22150b138a7fce42aad60c9f05bd9e02d3a (patch) | |
tree | 3fee4cfc89d89c858f8c861b4e358f317712cf14 /www | |
parent | 2a93a8c238479262be1aab93d5fcd2908d5bd861 (diff) | |
download | pkgsrc-78d2f22150b138a7fce42aad60c9f05bd9e02d3a.tar.gz |
Updated to pycurl-0.4.9
- Change my email address
- Require curl-7.9.6
Changes since 0.4.7 :
* Added CURLOPT_DEBUGFUNCTION to allow debug callbacks to be
specified (see the file 'test_debug.py' for details on how to use
debug callbacks).
* Added CURLOPT_DNS_USE_GLOBAL_CACHE and
CURLOPT_DNS_CACHE_TIMEOUT.
* Fixed a segfault when finalizing curl objects in Python 1.5.2.
* Added 'test_post2.py' file which is another example on how to
issue POST requests.
* Added the 'test_post.py' file which demonstrates the use of
POST requests.
* Added CURLOPT_PREQUOTE.
* Other minor code cleanups and bugfixes.
* Do not allow WRITEFUNCTION and WRITEHEADER on the same handle.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-curl/Makefile | 10 | ||||
-rw-r--r-- | www/py-curl/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index 4eafa4497c6..ed94a5badfd 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:22:18 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/21 12:14:50 shell Exp $ -DISTNAME= pycurl-0.4.5 -PKGNAME= ${PYPKGPREFIX}-curl-0.4.5 +DISTNAME= pycurl-0.4.9 +PKGNAME= ${PYPKGPREFIX}-curl-0.4.9 CATEGORIES= www MASTER_SITES= http://pycurl.sourceforge.net/ -MAINTAINER= shell@shellhung.org +MAINTAINER= shell@netbsd.org HOMEPAGE= http://pycurl.sf.net/ COMMENT= python module interface to the cURL library -DEPENDS+= curl-[0-9]*:../../www/curl +DEPENDS+= curl>=7.9.6:../../www/curl PYDISTUTILSPKG= # defined PYBINMODULE= # defined diff --git a/www/py-curl/distinfo b/www/py-curl/distinfo index 8c831ac4ce3..bb444d51ec4 100644 --- a/www/py-curl/distinfo +++ b/www/py-curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/29 16:22:18 drochner Exp $ +$NetBSD: distinfo,v 1.2 2002/04/21 12:14:50 shell Exp $ -SHA1 (pycurl-0.4.5.tar.gz) = c82d46043e8c8a6a3799e00d27850318883b5ac0 -Size (pycurl-0.4.5.tar.gz) = 21914 bytes +SHA1 (pycurl-0.4.9.tar.gz) = d1e424f8353da38975a3ed964740254824cad8fe +Size (pycurl-0.4.9.tar.gz) = 24180 bytes |