summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno>2011-11-15 12:57:14 +0000
committersno <sno>2011-11-15 12:57:14 +0000
commit909c742b493c10d5961e182f5b0b965897f9f9f2 (patch)
tree67186f8f8ac93804034877acbfb3a7c00a042a23
parent9bdaa6c768ffa9c7043f1dd0d9ff9779debbe377 (diff)
downloadpkgsrc-909c742b493c10d5961e182f5b0b965897f9f9f2.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.
-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