summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2011-11-15 12:57:14 +0000
committersno <sno@pkgsrc.org>2011-11-15 12:57:14 +0000
commite27ba899d885316596a99fec70d188026f6d4073 (patch)
tree67186f8f8ac93804034877acbfb3a7c00a042a23 /www
parent920559f406d3539f88b71c04bc364afa239671ad (diff)
downloadpkgsrc-e27ba899d885316596a99fec70d188026f6d4073.tar.gz
Importing CPAN module HTTP::Tiny 0.016 into www/p5-HTTP-Tiny to extend
the Perl programming language with a simple http client as dependency of scheduled import of MetaCPAN::API (dependency of scheduled update of Git::CPAN::Patch). This is a very simple HTTP/1.1 client, designed for doing simple GET requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies (currently only non-authenticating ones) and redirection. It also correctly resumes after EINTR.
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTTP-Tiny/DESCR6
-rw-r--r--www/p5-HTTP-Tiny/Makefile19
-rw-r--r--www/p5-HTTP-Tiny/distinfo5
3 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-HTTP-Tiny/DESCR b/www/p5-HTTP-Tiny/DESCR
new file mode 100644
index 00000000000..24adeb0a392
--- /dev/null
+++ b/www/p5-HTTP-Tiny/DESCR
@@ -0,0 +1,6 @@
+This is a very simple HTTP/1.1 client, designed for doing simple GET
+requests without the overhead of a large framework like LWP::UserAgent.
+
+It is more correct and more complete than HTTP::Lite. It supports proxies
+(currently only non-authenticating ones) and redirection. It also correctly
+resumes after EINTR.
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile
new file mode 100644
index 00000000000..59036bd8134
--- /dev/null
+++ b/www/p5-HTTP-Tiny/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 12:57:14 sno Exp $
+#
+
+DISTNAME= HTTP-Tiny-0.016
+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-Tiny/
+COMMENT= Perl5 module providing a small, simple, correct HTTP/1.1 client
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/HTTP/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo
new file mode 100644
index 00000000000..8f71f2c22c9
--- /dev/null
+++ b/www/p5-HTTP-Tiny/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/11/15 12:57:14 sno Exp $
+
+SHA1 (HTTP-Tiny-0.016.tar.gz) = a684c5febb18def205d36c3d954fecf457f0f3e7
+RMD160 (HTTP-Tiny-0.016.tar.gz) = ed6a9e4f504346a0fa0de64f47964ddb6d0adc95
+Size (HTTP-Tiny-0.016.tar.gz) = 35948 bytes