diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-08-09 11:03:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-08-09 11:03:38 +0000 |
commit | 0086714c3ceff1dbce95c70ad0a87b16da0641bd (patch) | |
tree | 14ea236a28050becf3f8ec4627f4b173b386aa27 /www | |
parent | 7527fd54f2997236a8428a53ead9e1d083dc9331 (diff) | |
download | pkgsrc-0086714c3ceff1dbce95c70ad0a87b16da0641bd.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/p5-HTTP-Tinyish/DESCR | 7 | ||||
-rw-r--r-- | www/p5-HTTP-Tinyish/Makefile | 19 | ||||
-rw-r--r-- | www/p5-HTTP-Tinyish/distinfo | 6 |
4 files changed, 34 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index ae4416c2489..815471da02d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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-Recorder 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 --git a/www/p5-HTTP-Tinyish/DESCR b/www/p5-HTTP-Tinyish/DESCR new file mode 100644 index 00000000000..93d7a676705 --- /dev/null +++ b/www/p5-HTTP-Tinyish/DESCR @@ -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 --git a/www/p5-HTTP-Tinyish/Makefile b/www/p5-HTTP-Tinyish/Makefile new file mode 100644 index 00000000000..c03161ebbe1 --- /dev/null +++ b/www/p5-HTTP-Tinyish/Makefile @@ -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 +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 --git a/www/p5-HTTP-Tinyish/distinfo b/www/p5-HTTP-Tinyish/distinfo new file mode 100644 index 00000000000..96925befd02 --- /dev/null +++ b/www/p5-HTTP-Tinyish/distinfo @@ -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 |