From a0ad18e39cc4a8012e090683aa102ae3ea1c4d58 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 29 Jan 2002 16:22:18 +0000 Subject: initial import of py-curl-0.4.5, a python module interface to the cURL library, submitted by Shell Hung per PR pkg/15103 --- www/py-curl/DESCR | 3 +++ www/py-curl/Makefile | 18 ++++++++++++++++++ www/py-curl/PLIST | 2 ++ www/py-curl/distinfo | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 www/py-curl/DESCR create mode 100644 www/py-curl/Makefile create mode 100644 www/py-curl/PLIST create mode 100644 www/py-curl/distinfo (limited to 'www') 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 -- cgit v1.2.3