diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-29 16:22:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-29 16:22:18 +0000 |
commit | a0ad18e39cc4a8012e090683aa102ae3ea1c4d58 (patch) | |
tree | 22b2dc01a0f3ada9a49bd42823c41ea7b95b3900 /www/py-curl | |
parent | 9ae2c4cd5b7f2d98b56a361ba59dadf7827e90c2 (diff) | |
download | pkgsrc-a0ad18e39cc4a8012e090683aa102ae3ea1c4d58.tar.gz |
initial import of py-curl-0.4.5, a python module interface to the cURL library,
submitted by Shell Hung per PR pkg/15103
Diffstat (limited to 'www/py-curl')
-rw-r--r-- | www/py-curl/DESCR | 3 | ||||
-rw-r--r-- | www/py-curl/Makefile | 18 | ||||
-rw-r--r-- | www/py-curl/PLIST | 2 | ||||
-rw-r--r-- | www/py-curl/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/www/py-curl/DESCR b/www/py-curl/DESCR new file mode 100644 index 00000000000..9056f996083 --- /dev/null +++ b/www/py-curl/DESCR @@ -0,0 +1,3 @@ +PycURL is a Python module that interface with the cURL library, by +using this module, you can fetch documents identified by a URI from +within a Python program. diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile new file mode 100644 index 00000000000..4eafa4497c6 --- /dev/null +++ b/www/py-curl/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:22:18 drochner Exp $ + +DISTNAME= pycurl-0.4.5 +PKGNAME= ${PYPKGPREFIX}-curl-0.4.5 +CATEGORIES= www +MASTER_SITES= http://pycurl.sourceforge.net/ + +MAINTAINER= shell@shellhung.org +HOMEPAGE= http://pycurl.sf.net/ +COMMENT= python module interface to the cURL library + +DEPENDS+= curl-[0-9]*:../../www/curl + +PYDISTUTILSPKG= # defined +PYBINMODULE= # defined + +.include "../../lang/python/extension.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-curl/PLIST b/www/py-curl/PLIST new file mode 100644 index 00000000000..4f460645044 --- /dev/null +++ b/www/py-curl/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:22:18 drochner Exp $ +${PYSITELIB}/pycurl.so diff --git a/www/py-curl/distinfo b/www/py-curl/distinfo new file mode 100644 index 00000000000..8c831ac4ce3 --- /dev/null +++ b/www/py-curl/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/29 16:22:18 drochner Exp $ + +SHA1 (pycurl-0.4.5.tar.gz) = c82d46043e8c8a6a3799e00d27850318883b5ac0 +Size (pycurl-0.4.5.tar.gz) = 21914 bytes |