Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 17:28:02 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326302 - in head/www: . p5-LWP-Authen-Negotiate
Message-ID:  <201309041728.r84HS2qt024924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	LWP-Authen-Negotiate
+PORTVERSION=	0.08
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj@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
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen
+@dirrm %%SITE_PERL%%/auto/LWP/Authen/Negotiate
+@dirrmtry %%SITE_PERL%%/auto/LWP/Authen
+@dirrmtry %%SITE_PERL%%/auto/LWP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309041728.r84HS2qt024924>