pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Curl Import p5-WWW-Curl from pkgsrc-wip. P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9294018cfcd3
branches: trunk
changeset: 487066:9294018cfcd3
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Jan 08 13:18:55 2005 +0000
description:
Import p5-WWW-Curl from pkgsrc-wip. Packaged by imil at gcu dot info.
This module is a namespace placeholder for a future high level perl-oriented
interface to libcurl. Currently, you need to use the direct libcurl 'easy'
interface, by using the 'WWW::Curl::easy' module.
The perl module WWW::Curl::easy provides an interface to the cURL library
"libcurl".
See http://curl.haxx.se/ for more information on cURL and libcurl.
diffstat:
www/p5-WWW-Curl/DESCR | 8 ++++++++
www/p5-WWW-Curl/Makefile | 22 ++++++++++++++++++++++
www/p5-WWW-Curl/PLIST | 1 +
www/p5-WWW-Curl/distinfo | 4 ++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 6e7118c13678 -r 9294018cfcd3 www/p5-WWW-Curl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Curl/DESCR Sat Jan 08 13:18:55 2005 +0000
@@ -0,0 +1,8 @@
+This module is a namespace placeholder for a future high level perl-oriented
+interface to libcurl. Currently, you need to use the direct libcurl 'easy'
+interface, by using the 'WWW::Curl::easy' module.
+
+The perl module WWW::Curl::easy provides an interface to the cURL library
+"libcurl".
+
+See http://curl.haxx.se/ for more information on cURL and libcurl.
diff -r 6e7118c13678 -r 9294018cfcd3 www/p5-WWW-Curl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Curl/Makefile Sat Jan 08 13:18:55 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/08 13:18:55 minskim Exp $
+#
+
+DISTNAME= WWW-Curl-2.0
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
+
+MAINTAINER= imil%gcu.info@localhost
+HOMEPAGE= http://curl.haxx.se/libcurl/perl/
+COMMENT= Perl binding interface for curl
+
+DEPENDS+= curl>=7.12.1:../../www/curl
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/WWW/Curl/.packlist
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6e7118c13678 -r 9294018cfcd3 www/p5-WWW-Curl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Curl/PLIST Sat Jan 08 13:18:55 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/08 13:18:55 minskim Exp $
diff -r 6e7118c13678 -r 9294018cfcd3 www/p5-WWW-Curl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Curl/distinfo Sat Jan 08 13:18:55 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/08 13:18:55 minskim Exp $
+
+SHA1 (WWW-Curl-2.0.tar.gz) = 1b499e1419d89111e8b52adfdee02a09b184f83d
+Size (WWW-Curl-2.0.tar.gz) = 22546 bytes
Home |
Main Index |
Thread Index |
Old Index