pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-GHTTP Import p5-HTTP-GHTTP from pkgsrc-wip...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d6b22215fa8
branches: trunk
changeset: 501013:6d6b22215fa8
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Oct 16 05:01:06 2005 +0000
description:
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:
www/p5-HTTP-GHTTP/DESCR | 10 ++++++++++
www/p5-HTTP-GHTTP/Makefile | 17 +++++++++++++++++
www/p5-HTTP-GHTTP/PLIST | 1 +
www/p5-HTTP-GHTTP/distinfo | 5 +++++
4 files changed, 33 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 528cec29e125 -r 6d6b22215fa8 www/p5-HTTP-GHTTP/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-GHTTP/DESCR Sun Oct 16 05:01:06 2005 +0000
@@ -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 -r 528cec29e125 -r 6d6b22215fa8 www/p5-HTTP-GHTTP/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-GHTTP/Makefile Sun Oct 16 05:01:06 2005 +0000
@@ -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@localhost
+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 -r 528cec29e125 -r 6d6b22215fa8 www/p5-HTTP-GHTTP/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-GHTTP/PLIST Sun Oct 16 05:01:06 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/16 05:01:06 minskim Exp $
diff -r 528cec29e125 -r 6d6b22215fa8 www/p5-HTTP-GHTTP/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-GHTTP/distinfo Sun Oct 16 05:01:06 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index