aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-07-07 00:42:31 +0800
committerSergey Skvortsov <skv@FreeBSD.org>2002-07-07 00:42:31 +0800
commit21e13289a5555ea7fa3cae12b4c0e0437fd54049 (patch)
tree332954f8284ee4e53f7bd87de1cd487d06d18fd4 /www
parentb4ab4897cc709c29e0a869cf965d4b103de8d2d1 (diff)
downloadfreebsd-ports-21e13289a5555ea7fa3cae12b4c0e0437fd54049.tar.gz
freebsd-ports-21e13289a5555ea7fa3cae12b4c0e0437fd54049.tar.zst
freebsd-ports-21e13289a5555ea7fa3cae12b4c0e0437fd54049.zip
fix MAINTAINER, pkg-descr
Notes
Notes: svn path=/head/; revision=62520
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTTP-GHTTP/Makefile2
-rw-r--r--www/p5-HTTP-GHTTP/pkg-descr17
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