aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-DAV
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-09-03 08:51:54 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-09-03 08:51:54 +0000
commit60edc06e0b2025f1a3ccbdc8c38cf45a8137551b (patch)
tree6d4fd84dc70af96cb2baee4ba4b51d62cb6859d5 /www/p5-HTTP-DAV
parentd6420f7ea9cd7e598c0eba0f8558b7f33339bbdf (diff)
downloadports-60edc06e0b2025f1a3ccbdc8c38cf45a8137551b.tar.gz
ports-60edc06e0b2025f1a3ccbdc8c38cf45a8137551b.zip
Notes
Diffstat (limited to 'www/p5-HTTP-DAV')
-rw-r--r--www/p5-HTTP-DAV/Makefile3
-rw-r--r--www/p5-HTTP-DAV/pkg-descr15
2 files changed, 5 insertions, 13 deletions
diff --git a/www/p5-HTTP-DAV/Makefile b/www/p5-HTTP-DAV/Makefile
index b7f4ce213d33..4c984074eb95 100644
--- a/www/p5-HTTP-DAV/Makefile
+++ b/www/p5-HTTP-DAV/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= HTTP
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
-COMMENT= Perl interface to the gnome ghttp library
+COMMENT= WebDAV client library
BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
@@ -23,7 +23,6 @@ PERL_CONFIGURE= yes
MAN1PREFIX= ${PREFIX}
MAN1= dave.1
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= HTTP::DAV.3 HTTP::DAV::Lock.3 HTTP::DAV::Resource.3 \
HTTP::DAV::Response.3
diff --git a/www/p5-HTTP-DAV/pkg-descr b/www/p5-HTTP-DAV/pkg-descr
index ef811279dd97..f01993576f64 100644
--- a/www/p5-HTTP-DAV/pkg-descr
+++ b/www/p5-HTTP-DAV/pkg-descr
@@ -1,12 +1,5 @@
-HTTP::GHTTP
+HTTP::DAV is a Perl API for interacting with and modifying content on
+webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT
+files and much more on a DAV-enabled webserver.
-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
-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/dist/HTTP-DAV/