diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-LWP-Authen-Wsse/Makefile | 27 | ||||
-rw-r--r-- | www/p5-LWP-Authen-Wsse/distinfo | 2 | ||||
-rw-r--r-- | www/p5-LWP-Authen-Wsse/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-LWP-Authen-Wsse/pkg-plist | 6 |
5 files changed, 47 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c8aa68cbc958..834d6d6cc14e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -466,6 +466,7 @@ SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-Tools SUBDIR += p5-IMDB-Movie + SUBDIR += p5-LWP-Authen-Wsse SUBDIR += p5-MasonX-Apache2Handler SUBDIR += p5-MasonX-Interp-WithCallbacks SUBDIR += p5-MasonX-Request-WithApacheSession diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile new file mode 100644 index 000000000000..117c3347208a --- /dev/null +++ b/www/p5-LWP-Authen-Wsse/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-LWP-Authen-Wsse +# Date created: Wed Jun 23 15:15:30 CST 2004 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ +# + +PORTNAME= LWP-Authen-Wsse +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= LWP +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@freebsd.org +COMMENT= Library for enabling X-WSSE authentication in LWP + +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= LWP::Authen::Wsse.3 + +.include <bsd.port.mk> diff --git a/www/p5-LWP-Authen-Wsse/distinfo b/www/p5-LWP-Authen-Wsse/distinfo new file mode 100644 index 000000000000..ec019217cb1a --- /dev/null +++ b/www/p5-LWP-Authen-Wsse/distinfo @@ -0,0 +1,2 @@ +MD5 (LWP-Authen-Wsse-0.03.tar.gz) = 01543381a1a5adce2cd4d4213e939b97 +SIZE (LWP-Authen-Wsse-0.03.tar.gz) = 10456 diff --git a/www/p5-LWP-Authen-Wsse/pkg-descr b/www/p5-LWP-Authen-Wsse/pkg-descr new file mode 100644 index 000000000000..cdb62d04eafb --- /dev/null +++ b/www/p5-LWP-Authen-Wsse/pkg-descr @@ -0,0 +1,11 @@ +LWP::Authen::Wsse allows LWP to authenticate against servers that are using +the X-WSSE authentication scheme, as required by the Atom Authentication API. + +The module is used indirectly through LWP, rather than including it directly +in your code. The LWP system will invoke the WSSE authentication when it +encounters the authentication scheme while attempting to retrieve a URL +from a server. + +WWW: http://search.cpan.org/dist/LWP-Authen-Wsse/ + +Author: Autrijus Tang <autrijus@autrijus.org> diff --git a/www/p5-LWP-Authen-Wsse/pkg-plist b/www/p5-LWP-Authen-Wsse/pkg-plist new file mode 100644 index 000000000000..2434e4eca574 --- /dev/null +++ b/www/p5-LWP-Authen-Wsse/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/LWP/Authen/Wsse.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Wsse/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/LWP/Authen 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/LWP 2>/dev/null || true |