pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www www: Import p5-HTTP-Tinyish version 0.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afc326b33e8b
branches:  trunk
changeset: 311354:afc326b33e8b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Aug 09 11:03:38 2018 +0000

description:
www: Import p5-HTTP-Tinyish version 0.14.

HTTP::Tinyish is a wrapper module for HTTP client modules LWP,
HTTP::Tiny and HTTP client software curl and wget.

It provides an API compatible to HTTP::Tiny, and the implementation has
been extracted out of App::cpanminus.  This module can be useful in a
restrictive environment where you need to be able to download CPAN
modules without an HTTPS support in built-in HTTP library.

diffstat:

 www/Makefile                 |   3 ++-
 www/p5-HTTP-Tinyish/DESCR    |   7 +++++++
 www/p5-HTTP-Tinyish/Makefile |  19 +++++++++++++++++++
 www/p5-HTTP-Tinyish/distinfo |   6 ++++++
 4 files changed, 34 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r 2f41cad1e5db -r afc326b33e8b www/Makefile
--- a/www/Makefile      Thu Aug 09 11:02:29 2018 +0000
+++ b/www/Makefile      Thu Aug 09 11:03:38 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1338 2018/08/02 02:57:47 jnemeth Exp $
+# $NetBSD: Makefile,v 1.1339 2018/08/09 11:03:38 jperkin Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -408,6 +408,7 @@
 SUBDIR+=       p5-HTTP-Server-Simple-Static
 SUBDIR+=       p5-HTTP-Thin
 SUBDIR+=       p5-HTTP-Tiny
+SUBDIR+=       p5-HTTP-Tinyish
 SUBDIR+=       p5-HTTPD-User-Manage
 SUBDIR+=       p5-Handel
 SUBDIR+=       p5-Hijk
diff -r 2f41cad1e5db -r afc326b33e8b www/p5-HTTP-Tinyish/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Tinyish/DESCR Thu Aug 09 11:03:38 2018 +0000
@@ -0,0 +1,7 @@
+HTTP::Tinyish is a wrapper module for HTTP client modules LWP,
+HTTP::Tiny and HTTP client software curl and wget.
+
+It provides an API compatible to HTTP::Tiny, and the implementation has
+been extracted out of App::cpanminus.  This module can be useful in a
+restrictive environment where you need to be able to download CPAN
+modules without an HTTPS support in built-in HTTP library.
diff -r 2f41cad1e5db -r afc326b33e8b www/p5-HTTP-Tinyish/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Tinyish/Makefile      Thu Aug 09 11:03:38 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/08/09 11:03:38 jperkin Exp $
+
+DISTNAME=      HTTP-Tinyish-0.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/HTTP-Tinyish/
+COMMENT=       HTTP::Tiny compatible HTTP client wrappers
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-File-Which-[0-9]*:../../devel/p5-File-Which
+DEPENDS+=      p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
+
+PERL5_PACKLIST=        auto/HTTP/Tinyish/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2f41cad1e5db -r afc326b33e8b www/p5-HTTP-Tinyish/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Tinyish/distinfo      Thu Aug 09 11:03:38 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/09 11:03:38 jperkin Exp $
+
+SHA1 (HTTP-Tinyish-0.14.tar.gz) = 5b5f5efe9d8f63f720dd92b25b544d2f49e876c0
+RMD160 (HTTP-Tinyish-0.14.tar.gz) = ba20030bccf327d8b16be410b9f8d22c469daf6c
+SHA512 (HTTP-Tinyish-0.14.tar.gz) = c35b29e04270086372e3741ec379b1c1dcdc96c4393bac3aee79de6173d52ac4acde54ecfc5de738763363afc9a73eb03e8e093d82d180b9d8e353ef30abb76e
+Size (HTTP-Tinyish-0.14.tar.gz) = 16468 bytes



Home | Main Index | Thread Index | Old Index