diff options
author | skv <skv@FreeBSD.org> | 2002-06-03 02:37:45 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-06-03 02:37:45 +0800 |
commit | 71a679edb640530e03f3760a2f8a628fe922ebe5 (patch) | |
tree | 0c1e91bd49d3a0c5a261b6d56dee5aa722eaa980 | |
parent | 43fea95e3e212cfa13415ce1e60e85dccf57d079 (diff) | |
download | freebsd-ports-gnome-71a679edb640530e03f3760a2f8a628fe922ebe5.tar.gz freebsd-ports-gnome-71a679edb640530e03f3760a2f8a628fe922ebe5.tar.zst freebsd-ports-gnome-71a679edb640530e03f3760a2f8a628fe922ebe5.zip |
Add p5-HTTP-DAV 0.31, perl interface to the gnome ghttp library.
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTTP-DAV/Makefile | 29 | ||||
-rw-r--r-- | www/p5-HTTP-DAV/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTTP-DAV/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTTP-DAV/pkg-descr | 12 | ||||
-rw-r--r-- | www/p5-HTTP-DAV/pkg-plist | 13 |
6 files changed, 57 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index de9da3aaef21..261062fc5677 100644 --- a/www/Makefile +++ b/www/Makefile @@ -286,6 +286,7 @@ SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Template-Expr SUBDIR += p5-HTML-Tree + SUBDIR += p5-HTTP-DAV SUBDIR += p5-HTTP-GHTTP SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-Tools diff --git a/www/p5-HTTP-DAV/Makefile b/www/p5-HTTP-DAV/Makefile new file mode 100644 index 000000000000..0ebaf5477d6a --- /dev/null +++ b/www/p5-HTTP-DAV/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: HTTP-DAV +# Date created: 02 June 2002 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-DAV +PORTVERSION= 0.31 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTTP +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +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 + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-DAV/distinfo b/www/p5-HTTP-DAV/distinfo new file mode 100644 index 000000000000..4c1cb4b78075 --- /dev/null +++ b/www/p5-HTTP-DAV/distinfo @@ -0,0 +1 @@ +MD5 (HTTP-DAV-0.31.tar.gz) = 00f37d225326498756bbdbb93312cac9 diff --git a/www/p5-HTTP-DAV/pkg-comment b/www/p5-HTTP-DAV/pkg-comment new file mode 100644 index 000000000000..3091ea862817 --- /dev/null +++ b/www/p5-HTTP-DAV/pkg-comment @@ -0,0 +1 @@ +Perl interface to the gnome ghttp library diff --git a/www/p5-HTTP-DAV/pkg-descr b/www/p5-HTTP-DAV/pkg-descr new file mode 100644 index 000000000000..ef811279dd97 --- /dev/null +++ b/www/p5-HTTP-DAV/pkg-descr @@ -0,0 +1,12 @@ +HTTP::GHTTP + +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. diff --git a/www/p5-HTTP-DAV/pkg-plist b/www/p5-HTTP-DAV/pkg-plist new file mode 100644 index 000000000000..57fdb3c08ead --- /dev/null +++ b/www/p5-HTTP-DAV/pkg-plist @@ -0,0 +1,13 @@ +bin/dave +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/DAV/.packlist +lib/perl5/site_perl/%%PERL_VER%%/HTTP/DAV.pm +lib/perl5/site_perl/%%PERL_VER%%/HTTP/DAV/Comms.pm +lib/perl5/site_perl/%%PERL_VER%%/HTTP/DAV/Lock.pm +lib/perl5/site_perl/%%PERL_VER%%/HTTP/DAV/Resource.pm +lib/perl5/site_perl/%%PERL_VER%%/HTTP/DAV/ResourceList.pm +lib/perl5/site_perl/%%PERL_VER%%/HTTP/DAV/Response.pm +lib/perl5/site_perl/%%PERL_VER%%/HTTP/DAV/Utils.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/DAV +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/DAV +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTTP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true |