summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-GHTTP
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-16 05:01:06 +0000
committerminskim <minskim@pkgsrc.org>2005-10-16 05:01:06 +0000
commita4912542a8cb3691a94f5d71f12042597d68c084 (patch)
tree321ac1e834208397ee357f23868b24615fd90d2f /www/p5-HTTP-GHTTP
parent3660d052fe8faa458059e5a2d389e789b2e7cd49 (diff)
downloadpkgsrc-a4912542a8cb3691a94f5d71f12042597d68c084.tar.gz
Import p5-HTTP-GHTTP from pkgsrc-wip. Packaged by xtraeme@ and
improved by hiramatsu@. This is a fairly low level interface to the Gnome project's libghttp, which allows you to process HTTP requests to HTTP servers. There also exists a slightly higher level interface - a simple get() function which takes a URI as a parameter. It allows you to make very simple HTTP requests, without the weight of something like LWP. This makes it very useful in situations where memory and speed are at a premium, such as mod_perl. It has full support for proxy requests and authenticated requests.
Diffstat (limited to 'www/p5-HTTP-GHTTP')
-rw-r--r--www/p5-HTTP-GHTTP/DESCR10
-rw-r--r--www/p5-HTTP-GHTTP/Makefile17
-rw-r--r--www/p5-HTTP-GHTTP/PLIST1
-rw-r--r--www/p5-HTTP-GHTTP/distinfo5
4 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-HTTP-GHTTP/DESCR b/www/p5-HTTP-GHTTP/DESCR
new file mode 100644
index 00000000000..271ed88c5ee
--- /dev/null
+++ b/www/p5-HTTP-GHTTP/DESCR
@@ -0,0 +1,10 @@
+This is a fairly low level interface to the Gnome project's libghttp,
+which allows you to process HTTP requests to HTTP servers. There also
+exists a slightly higher level interface - a simple get() function which
+takes a URI as a parameter.
+
+It allows you to make very simple HTTP requests, without the weight of
+something like LWP. This makes it very useful in situations where
+memory and speed are at a premium, such as mod_perl.
+
+It has full support for proxy requests and authenticated requests.
diff --git a/www/p5-HTTP-GHTTP/Makefile b/www/p5-HTTP-GHTTP/Makefile
new file mode 100644
index 00000000000..e4028697afb
--- /dev/null
+++ b/www/p5-HTTP-GHTTP/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 05:01:06 minskim Exp $
+#
+
+DISTNAME= HTTP-GHTTP-1.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/HTTP-GHTTP/
+COMMENT= Perl interface to the gnome ghttp library
+
+PERL5_PACKLIST= auto/HTTP/GHTTP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../www/libghttp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTTP-GHTTP/PLIST b/www/p5-HTTP-GHTTP/PLIST
new file mode 100644
index 00000000000..105196bb488
--- /dev/null
+++ b/www/p5-HTTP-GHTTP/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/16 05:01:06 minskim Exp $
diff --git a/www/p5-HTTP-GHTTP/distinfo b/www/p5-HTTP-GHTTP/distinfo
new file mode 100644
index 00000000000..dcdcafd6c07
--- /dev/null
+++ b/www/p5-HTTP-GHTTP/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/16 05:01:06 minskim Exp $
+
+SHA1 (HTTP-GHTTP-1.07.tar.gz) = ea8db0a43f2a78f376db9b3ed238843c2a2bff94
+RMD160 (HTTP-GHTTP-1.07.tar.gz) = b5c37619a4d218561c2496807e88e36b4305a799
+Size (HTTP-GHTTP-1.07.tar.gz) = 8205 bytes