summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-DAV
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-06-02 18:37:45 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-06-02 18:37:45 +0000
commit2fc7619886d1941aed954f9f53268de35c6b9bec (patch)
tree487928e159813cd4a51d5645618081ae0e72fbf2 /www/p5-HTTP-DAV
parentUpdated to 1.07 (diff)
Add p5-HTTP-DAV 0.31, perl interface to the gnome ghttp library.
Notes
Notes: svn path=/head/; revision=60478
Diffstat (limited to 'www/p5-HTTP-DAV')
-rw-r--r--www/p5-HTTP-DAV/Makefile29
-rw-r--r--www/p5-HTTP-DAV/distinfo1
-rw-r--r--www/p5-HTTP-DAV/pkg-comment1
-rw-r--r--www/p5-HTTP-DAV/pkg-descr12
-rw-r--r--www/p5-HTTP-DAV/pkg-plist13
5 files changed, 56 insertions, 0 deletions
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