diff options
author | skv <skv@FreeBSD.org> | 2002-07-07 00:42:31 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-07-07 00:42:31 +0800 |
commit | 64061b95f943f5d8522f19c6307a6a73e5d0229a (patch) | |
tree | 2ee1742c5cd11bd4ba21b75ab61df9e40c7744e5 /www/p5-HTTP-GHTTP | |
parent | d14889e202f46beb85525a762505b23905fd81dc (diff) | |
download | freebsd-ports-gnome-64061b95f943f5d8522f19c6307a6a73e5d0229a.tar.gz freebsd-ports-gnome-64061b95f943f5d8522f19c6307a6a73e5d0229a.tar.zst freebsd-ports-gnome-64061b95f943f5d8522f19c6307a6a73e5d0229a.zip |
fix MAINTAINER, pkg-descr
Diffstat (limited to 'www/p5-HTTP-GHTTP')
-rw-r--r-- | www/p5-HTTP-GHTTP/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/pkg-descr | 17 |
2 files changed, 11 insertions, 8 deletions
diff --git a/www/p5-HTTP-GHTTP/Makefile b/www/p5-HTTP-GHTTP/Makefile index a061f00b3962..7584228a2222 100644 --- a/www/p5-HTTP-GHTTP/Makefile +++ b/www/p5-HTTP-GHTTP/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTTP PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp diff --git a/www/p5-HTTP-GHTTP/pkg-descr b/www/p5-HTTP-GHTTP/pkg-descr index ef811279dd97..93d679c85926 100644 --- a/www/p5-HTTP-GHTTP/pkg-descr +++ b/www/p5-HTTP-GHTTP/pkg-descr @@ -1,12 +1,15 @@ -HTTP::GHTTP +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. -This module is a simple interface to the Gnome project's libghttp. - -It allows you to make very simple HTTP requests, without the weight -of something like LWP. This makes it very useful in situations where +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. -This is free software distributed under the same terms as Perl itself, -and the code is Copyright AxKit.com Ltd, 2000. +WWW: http://search.cpan.org/search?dist=HTTP-GHTTP + +-- Sergey Skvortsov +skv@FreeBSD.org |