svn commit: r326302 - in head/www: . p5-LWP-Authen-Negotiate
Tom Judge
tj at FreeBSD.org
Wed Sep 4 17:28:03 UTC 2013
Author: tj
Date: Wed Sep 4 17:28:02 2013
New Revision: 326302
URL: http://svnweb.freebsd.org/changeset/ports/326302
Log:
LWP::Authen::Negotiate is a authentication plugin for LWP to
support WWW-Negotiate.
WWW: http://search.cpan.org/dist/LWP-Authen-Negotiate/
Added:
head/www/p5-LWP-Authen-Negotiate/
head/www/p5-LWP-Authen-Negotiate/Makefile (contents, props changed)
head/www/p5-LWP-Authen-Negotiate/distinfo (contents, props changed)
head/www/p5-LWP-Authen-Negotiate/pkg-descr (contents, props changed)
head/www/p5-LWP-Authen-Negotiate/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Wed Sep 4 17:21:52 2013 (r326301)
+++ head/www/Makefile Wed Sep 4 17:28:02 2013 (r326302)
@@ -1040,6 +1040,7 @@
SUBDIR += p5-Jemplate
SUBDIR += p5-Jifty
SUBDIR += p5-Kwiki
+ SUBDIR += p5-LWP-Authen-Negotiate
SUBDIR += p5-LWP-Authen-OAuth
SUBDIR += p5-LWP-Authen-Wsse
SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests
Added: head/www/p5-LWP-Authen-Negotiate/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-LWP-Authen-Negotiate/Makefile Wed Sep 4 17:28:02 2013 (r326302)
@@ -0,0 +1,21 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= LWP-Authen-Negotiate
+PORTVERSION= 0.08
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tj at FreeBSD.org
+COMMENT= Perl extension to enable LWP to authenticate using negotiate
+
+RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+MAN3= LWP::Authen::Negotiate.3
+
+.include <bsd.port.mk>
Added: head/www/p5-LWP-Authen-Negotiate/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-LWP-Authen-Negotiate/distinfo Wed Sep 4 17:28:02 2013 (r326302)
@@ -0,0 +1,2 @@
+SHA256 (LWP-Authen-Negotiate-0.08.tar.gz) = 50948e19c532b7864e8aaafc6874415ca075b3ea14bc73db58235c475dac4abb
+SIZE (LWP-Authen-Negotiate-0.08.tar.gz) = 4921
Added: head/www/p5-LWP-Authen-Negotiate/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-LWP-Authen-Negotiate/pkg-descr Wed Sep 4 17:28:02 2013 (r326302)
@@ -0,0 +1,4 @@
+LWP::Authen::Negotiate is a authentication plugin for LWP to
+support WWW-Negotiate.
+
+WWW: http://search.cpan.org/dist/LWP-Authen-Negotiate/
Added: head/www/p5-LWP-Authen-Negotiate/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-LWP-Authen-Negotiate/pkg-plist Wed Sep 4 17:28:02 2013 (r326302)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate/.packlist
+%%SITE_PERL%%/auto/LWP/Authen/Negotiate/autosplit.ix
+%%SITE_PERL%%/LWP/Authen/Negotiate.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen
+ at dirrm %%SITE_PERL%%/auto/LWP/Authen/Negotiate
+ at dirrmtry %%SITE_PERL%%/auto/LWP/Authen
+ at dirrmtry %%SITE_PERL%%/auto/LWP
More information about the svn-ports-head
mailing list