From 440ae9809355829e6f90419f812c7f8474ffa0c8 Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 14 Sep 2003 18:03:53 +0000 Subject: update to 7.10.6 added python23-pth support Many changes and fixes. See ChangeLog for a complete list. Important: * WARNING: Removed the deprecated pycurl.init() and pycurl.multi_init() names - use pycurl.Curl() and pycurl.CurlMulti() instead. * WARNING: Removed the deprecated Curl.cleanup() and CurlMulti.cleanup() methods - use Curl.close() and CurlMulti.close() instead. --- www/py-curl/PLIST | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'www/py-curl/PLIST') diff --git a/www/py-curl/PLIST b/www/py-curl/PLIST index ff91325e6cf..3b0ee0cb8df 100644 --- a/www/py-curl/PLIST +++ b/www/py-curl/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2002/10/22 14:21:04 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/14 18:03:53 recht Exp $ +${PYSITELIB}/curl/__init__.py +${PYSITELIB}/curl/__init__.pyc +${PYSITELIB}/curl/__init__.pyo ${PYSITELIB}/pycurl.so share/doc/pycurl${PYVERSSUFFIX}/COPYING share/doc/pycurl${PYVERSSUFFIX}/ChangeLog @@ -6,10 +9,37 @@ share/doc/pycurl${PYVERSSUFFIX}/INSTALL share/doc/pycurl${PYVERSSUFFIX}/README share/doc/pycurl${PYVERSSUFFIX}/TODO share/doc/pycurl${PYVERSSUFFIX}/examples/basicfirst.py -share/doc/pycurl${PYVERSSUFFIX}/examples/curl.py share/doc/pycurl${PYVERSSUFFIX}/examples/gtkhtml_demo.py +share/doc/pycurl${PYVERSSUFFIX}/examples/linksys.py +share/doc/pycurl${PYVERSSUFFIX}/examples/retriever-multi.py share/doc/pycurl${PYVERSSUFFIX}/examples/retriever.py share/doc/pycurl${PYVERSSUFFIX}/examples/sfquery.py share/doc/pycurl${PYVERSSUFFIX}/examples/xmlrpc_curl.py +share/doc/pycurl${PYVERSSUFFIX}/html/callbacks.html +share/doc/pycurl${PYVERSSUFFIX}/html/curlmultiobject.html +share/doc/pycurl${PYVERSSUFFIX}/html/curlobject.html +share/doc/pycurl${PYVERSSUFFIX}/html/pycurl.html +share/doc/pycurl${PYVERSSUFFIX}/tests/test.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_cb.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_debug.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_getinfo.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_gtk.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_internals.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_memleak.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_multi.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_multi2.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_multi3.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_multi4.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_multi5.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_multi6.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_multi_vs_thread.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_post.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_post2.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_stringio.py +share/doc/pycurl${PYVERSSUFFIX}/tests/test_xmlrpc.py +share/doc/pycurl${PYVERSSUFFIX}/tests/util.py +@dirrm share/doc/pycurl${PYVERSSUFFIX}/tests +@dirrm share/doc/pycurl${PYVERSSUFFIX}/html @dirrm share/doc/pycurl${PYVERSSUFFIX}/examples @dirrm share/doc/pycurl${PYVERSSUFFIX} +@dirrm ${PYSITELIB}/curl -- cgit v1.2.3