mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Add LICENSE
- Sort PLIST - Take maintainership - Update pkg-descr
This commit is contained in:
parent
da3613a240
commit
1642447916
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385824
@ -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>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user