Date: Mon, 25 Feb 2019 15:40:30 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493878 - in head/www: . p5-LWP-Authen-OAuth2 Message-ID: <201902251540.x1PFeU3r027950@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Mon Feb 25 15:40:29 2019 New Revision: 493878 URL: https://svnweb.freebsd.org/changeset/ports/493878 Log: New port: www/p5-LWP-Authen-OAuth2: This module provides a sub-class of LWP::UserAgent that generates OAuth 2.0 signed requests. You should familiarise yourself with OAuth at http://oauth.net/. WWW: https://metacpan.org/release/LWP-Authen-OAuth2 Added: head/www/p5-LWP-Authen-OAuth2/ head/www/p5-LWP-Authen-OAuth2/Makefile (contents, props changed) head/www/p5-LWP-Authen-OAuth2/distinfo (contents, props changed) head/www/p5-LWP-Authen-OAuth2/pkg-descr (contents, props changed) head/www/p5-LWP-Authen-OAuth2/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 25 15:27:58 2019 (r493877) +++ head/www/Makefile Mon Feb 25 15:40:29 2019 (r493878) @@ -1027,6 +1027,7 @@ SUBDIR += p5-Jifty SUBDIR += p5-LWP-Authen-Negotiate SUBDIR += p5-LWP-Authen-OAuth + SUBDIR += p5-LWP-Authen-OAuth2 SUBDIR += p5-LWP-Authen-Wsse SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests SUBDIR += p5-LWP-MediaTypes Added: head/www/p5-LWP-Authen-OAuth2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-LWP-Authen-OAuth2/Makefile Mon Feb 25 15:40:29 2019 (r493878) @@ -0,0 +1,24 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= LWP-Authen-OAuth2 +PORTVERSION= 0.15 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= zi@FreeBSD.org +COMMENT= Perl extension to generate signed OAuth2 requests + +LICENSE= ART20 + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \ + p5-Mozilla-CA>0:www/p5-Mozilla-CA \ + p5-JSON>0:converters/p5-JSON + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/www/p5-LWP-Authen-OAuth2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-LWP-Authen-OAuth2/distinfo Mon Feb 25 15:40:29 2019 (r493878) @@ -0,0 +1,3 @@ +TIMESTAMP = 1551108168 +SHA256 (LWP-Authen-OAuth2-0.15.tar.gz) = dc67e11a724eaf4f14f7e1441cff3610c05e78c5fdcb5ffc22da0ea379099924 +SIZE (LWP-Authen-OAuth2-0.15.tar.gz) = 40448 Added: head/www/p5-LWP-Authen-OAuth2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-LWP-Authen-OAuth2/pkg-descr Mon Feb 25 15:40:29 2019 (r493878) @@ -0,0 +1,5 @@ +This module provides a sub-class of LWP::UserAgent that generates +OAuth 2.0 signed requests. You should familiarise yourself with OAuth +at http://oauth.net/. + +WWW: https://metacpan.org/release/LWP-Authen-OAuth2 Added: head/www/p5-LWP-Authen-OAuth2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-LWP-Authen-OAuth2/pkg-plist Mon Feb 25 15:40:29 2019 (r493878) @@ -0,0 +1,20 @@ +%%SITE_PERL%%/LWP/Authen/OAuth2.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/AccessToken.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/AccessToken/Bearer.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/Args.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/Overview.pod +%%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Dwolla.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Google.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Line.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Line/AccessToken.pm +%%SITE_PERL%%/LWP/Authen/OAuth2/ServiceProvider/Strava.pm +%%PERL5_MAN3%%/LWP::Authen::OAuth2.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::AccessToken.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::AccessToken::Bearer.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::Overview.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider::Dwolla.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider::Google.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider::Line.3.gz +%%PERL5_MAN3%%/LWP::Authen::OAuth2::ServiceProvider::Strava.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902251540.x1PFeU3r027950>