pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug  9 11:03:38 UTC 2018

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/p5-HTTP-Tinyish: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1338 -r1.1339 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-HTTP-Tinyish/DESCR \
    pkgsrc/www/p5-HTTP-Tinyish/Makefile pkgsrc/www/p5-HTTP-Tinyish/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1338 pkgsrc/www/Makefile:1.1339
--- pkgsrc/www/Makefile:1.1338  Thu Aug  2 02:57:47 2018
+++ pkgsrc/www/Makefile Thu Aug  9 11:03:38 2018
@@ -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

Added files:

Index: pkgsrc/www/p5-HTTP-Tinyish/DESCR
diff -u /dev/null pkgsrc/www/p5-HTTP-Tinyish/DESCR:1.1
--- /dev/null   Thu Aug  9 11:03:38 2018
+++ pkgsrc/www/p5-HTTP-Tinyish/DESCR    Thu Aug  9 11:03:38 2018
@@ -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.
Index: pkgsrc/www/p5-HTTP-Tinyish/Makefile
diff -u /dev/null pkgsrc/www/p5-HTTP-Tinyish/Makefile:1.1
--- /dev/null   Thu Aug  9 11:03:38 2018
+++ pkgsrc/www/p5-HTTP-Tinyish/Makefile Thu Aug  9 11:03:38 2018
@@ -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"
Index: pkgsrc/www/p5-HTTP-Tinyish/distinfo
diff -u /dev/null pkgsrc/www/p5-HTTP-Tinyish/distinfo:1.1
--- /dev/null   Thu Aug  9 11:03:38 2018
+++ pkgsrc/www/p5-HTTP-Tinyish/distinfo Thu Aug  9 11:03:38 2018
@@ -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