diff options
-rw-r--r-- | www/p5-HTTP-GHTTP/DESCR | 10 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/Makefile | 17 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/PLIST | 1 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/distinfo | 5 |
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 |