Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 20:22:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385824 - head/net/p5-Net-OAuth
Message-ID:  <201505082022.t48KMK2g083908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  8 20:22:19 2015
New Revision: 385824
URL: https://svnweb.freebsd.org/changeset/ports/385824

Log:
  - Add LICENSE
  - Sort PLIST
  - Take maintainership
  - Update pkg-descr

Modified:
  head/net/p5-Net-OAuth/Makefile
  head/net/p5-Net-OAuth/pkg-descr
  head/net/p5-Net-OAuth/pkg-plist

Modified: head/net/p5-Net-OAuth/Makefile
==============================================================================
--- head/net/p5-Net-OAuth/Makefile	Fri May  8 20:22:14 2015	(r385823)
+++ head/net/p5-Net-OAuth/Makefile	Fri May  8 20:22:19 2015	(r385824)
@@ -8,17 +8,20 @@ CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Implementation of the OAuth protocol
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Class-Data-Inheritable>=0.06:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
 		p5-URI>=1.35:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+TEST_DEPENDS=	p5-Test-Warn>=0.21:${PORTSDIR}/devel/p5-Test-Warn
 
-USES=		perl5
 USE_PERL5=	modbuild
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-OAuth/pkg-descr
==============================================================================
--- head/net/p5-Net-OAuth/pkg-descr	Fri May  8 20:22:14 2015	(r385823)
+++ head/net/p5-Net-OAuth/pkg-descr	Fri May  8 20:22:19 2015	(r385824)
@@ -1,9 +1,20 @@
-Net::OAuth is an implementation of the OAuth protocol.
+Net::OAuth provides a low-level API for reading and writing OAuth messages.
 
-OAuth is:
+OAuth is an open protocol to allow secure API authentication in a simple and
+standard method from desktop and web applications. In practical terms, OAuth is
+a mechanism for a Consumer to request protected resources from a Service
+Provider on behalf of a user.
 
-An open protocol to allow secure API authentication in a simple and standard
-method from desktop and web applications.
+Net::OAuth provides:
+- classes that encapsulate OAuth messages (requests and responses).
+- message signing
+- message serialization and parsing.
+- 2-legged requests (aka. tokenless requests, aka. consumer requests), see
+  "CONSUMER REQUESTS"
+
+Net::OAuth does not provide:
+- Consumer or Service Provider encapsulation
+- token/nonce/key storage/management
 
-WWW: http://oauth.net/
 WWW: http://search.cpan.org/dist/Net-OAuth/
+WWW: http://oauth.net/

Modified: head/net/p5-Net-OAuth/pkg-plist
==============================================================================
--- head/net/p5-Net-OAuth/pkg-plist	Fri May  8 20:22:14 2015	(r385823)
+++ head/net/p5-Net-OAuth/pkg-plist	Fri May  8 20:22:19 2015	(r385824)
@@ -16,12 +16,12 @@
 %%SITE_PERL%%/Net/OAuth/SignatureMethod/RSA_SHA1.pm
 %%SITE_PERL%%/Net/OAuth/UserAuthRequest.pm
 %%SITE_PERL%%/Net/OAuth/UserAuthResponse.pm
-%%SITE_PERL%%/Net/OAuth/XauthAccessTokenRequest.pm
-%%SITE_PERL%%/Net/OAuth/YahooAccessTokenRefreshRequest.pm
+%%SITE_PERL%%/Net/OAuth/V1_0A/AccessTokenRequest.pm
 %%SITE_PERL%%/Net/OAuth/V1_0A/RequestTokenRequest.pm
 %%SITE_PERL%%/Net/OAuth/V1_0A/RequestTokenResponse.pm
 %%SITE_PERL%%/Net/OAuth/V1_0A/UserAuthResponse.pm
-%%SITE_PERL%%/Net/OAuth/V1_0A/AccessTokenRequest.pm
+%%SITE_PERL%%/Net/OAuth/XauthAccessTokenRequest.pm
+%%SITE_PERL%%/Net/OAuth/YahooAccessTokenRefreshRequest.pm
 %%PERL5_MAN3%%/Net::OAuth.3.gz
 %%PERL5_MAN3%%/Net::OAuth::AccessToken.3.gz
 %%PERL5_MAN3%%/Net::OAuth::AccessTokenRequest.3.gz



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