diff options
author | recht <recht@pkgsrc.org> | 2003-09-14 18:03:53 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-14 18:03:53 +0000 |
commit | 440ae9809355829e6f90419f812c7f8474ffa0c8 (patch) | |
tree | 2382db02a5e9ac155f8eceaa72404ac2123fffb6 /www/py-curl/PLIST | |
parent | ee9ff93ff01eb58afd2f14fc0b236eca31686679 (diff) | |
download | pkgsrc-440ae9809355829e6f90419f812c7f8474ffa0c8.tar.gz |
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.
Diffstat (limited to 'www/py-curl/PLIST')
-rw-r--r-- | www/py-curl/PLIST | 34 |
1 files changed, 32 insertions, 2 deletions
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 |