pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Added www/p5-Net-Curl version 0.39



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04be51b6a976
branches:  trunk
changeset: 316017:04be51b6a976
user:      manu <manu%pkgsrc.org@localhost>
date:      Mon Dec 03 02:17:18 2018 +0000

description:
Added www/p5-Net-Curl version 0.39

This module provides functionnality similar to www/p5-WWW-Curl but
its slightly different API is required for www/p5-LWP-Protocol-Net-Curl

diffstat:

 doc/CHANGES-2018         |   3 ++-
 www/Makefile             |   3 ++-
 www/p5-Net-Curl/DESCR    |   2 ++
 www/p5-Net-Curl/Makefile |  25 +++++++++++++++++++++++++
 www/p5-Net-Curl/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 2 deletions(-)

diffs (76 lines):

diff -r e9c3379af761 -r 04be51b6a976 doc/CHANGES-2018
--- a/doc/CHANGES-2018  Sun Dec 02 23:12:53 2018 +0000
+++ b/doc/CHANGES-2018  Mon Dec 03 02:17:18 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.5016 2018/12/02 23:12:53 rillig Exp $
+$NetBSD: CHANGES-2018,v 1.5017 2018/12/03 02:17:18 manu Exp $
 
 Changes to the packages collection and infrastructure in 2018:
 
@@ -6985,3 +6985,4 @@
        Updated multimedia/mkvtoolnix to 29.0.0 [adam 2018-12-02]
        Updated www/bluefish to 2.2.10 [bsiegert 2018-12-02]
        Updated pkgtools/pkglint to 5.6.8 [rillig 2018-12-02]
+       Added www/p5-Net-Curl version 0.39 [manu 2018-12-03]
diff -r e9c3379af761 -r 04be51b6a976 www/Makefile
--- a/www/Makefile      Sun Dec 02 23:12:53 2018 +0000
+++ b/www/Makefile      Mon Dec 03 02:17:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1349 2018/11/20 18:38:34 adam Exp $
+# $NetBSD: Makefile,v 1.1350 2018/12/03 02:17:18 manu Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -458,6 +458,7 @@
 SUBDIR+=       p5-LWPx-TimedHTTP
 SUBDIR+=       p5-MasonX-Request-WithApacheSession
 SUBDIR+=       p5-Mojolicious
+SUBDIR+=       p5-Net-Curl
 SUBDIR+=       p5-Net-FastCGI
 SUBDIR+=       p5-Net-HTTP
 SUBDIR+=       p5-POE-Component-Server-PSGI
diff -r e9c3379af761 -r 04be51b6a976 www/p5-Net-Curl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Net-Curl/DESCR     Mon Dec 03 02:17:18 2018 +0000
@@ -0,0 +1,2 @@
+Net::Curl provides a Perl interface to libcurl created with
+object-oriented implementations in mind.
diff -r e9c3379af761 -r 04be51b6a976 www/p5-Net-Curl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Net-Curl/Makefile  Mon Dec 03 02:17:18 2018 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2018/12/03 02:17:18 manu Exp $
+
+DISTNAME=      Net-Curl-0.39
+PKGNAME=       p5-${DISTNAME}
+#PKGREVISION=  1
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SY/SYP/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Net::Curl
+COMMENT=       Perl binding interface for curl
+LICENSE=       mit
+
+BUILDLINK_API_DEPENDS.curl+=   curl>=7.10.8
+CFLAGS+=                       -Wall -Werror -Wreturn-type
+
+#MAKE_ENV+=            PERL_USE_UNSAFE_INC=1
+PERL5_PACKLIST=                auto/Net/Curl/.packlist
+PERL5_MODULE_TYPE=     Module::Install::Bundled
+
+TEST_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e9c3379af761 -r 04be51b6a976 www/p5-Net-Curl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Net-Curl/distinfo  Mon Dec 03 02:17:18 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/12/03 02:17:18 manu Exp $
+
+SHA1 (Net-Curl-0.39.tar.gz) = 95e210fec3622d462bb6b56b9196ee18b1d1b397
+RMD160 (Net-Curl-0.39.tar.gz) = 43161423875d8747658bfb0cb173e27a8f2741f3
+SHA512 (Net-Curl-0.39.tar.gz) = 2d9a3d6c593e8ac82656350e2735fe2ffac549979bca2d78b3fa4eb5445b2d1435398a594d1a0adacc93b9bfdff1394ba70edfd36f5070d3b93b18580010ce97
+Size (Net-Curl-0.39.tar.gz) = 102420 bytes



Home | Main Index | Thread Index | Old Index