From owner-svn-ports-head@freebsd.org Sat Oct 20 14:56:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8447FE86AB; Sat, 20 Oct 2018 14:56:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A60374691; Sat, 20 Oct 2018 14:56:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40DE51F848; Sat, 20 Oct 2018 14:56:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KEuV8i023776; Sat, 20 Oct 2018 14:56:31 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KEuUS9023771; Sat, 20 Oct 2018 14:56:30 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201810201456.w9KEuUS9023771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 20 Oct 2018 14:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482552 - in head/www: . p5-WWW-OAuth X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/www: . p5-WWW-OAuth X-SVN-Commit-Revision: 482552 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 14:56:32 -0000 Author: zi Date: Sat Oct 20 14:56:29 2018 New Revision: 482552 URL: https://svnweb.freebsd.org/changeset/ports/482552 Log: New port: www/p5-WWW-OAuth: WWW::OAuth implements OAuth 1.0 request authentication according to RFC 5849 (sometimes referred to as OAuth 1.0A). It does not implement the user agent requests needed for the complete OAuth 1.0 authorization flow; it only prepares and signs requests, leaving the rest up to your application. It can authenticate requests for LWP::UserAgent, Mojo::UserAgent, HTTP::Tiny, and can be extended to operate on other types of requests. WWW: https://metacpan.org/pod/WWW::OAuth Added: head/www/p5-WWW-OAuth/ head/www/p5-WWW-OAuth/Makefile (contents, props changed) head/www/p5-WWW-OAuth/distinfo (contents, props changed) head/www/p5-WWW-OAuth/pkg-descr (contents, props changed) head/www/p5-WWW-OAuth/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 20 14:54:03 2018 (r482551) +++ head/www/Makefile Sat Oct 20 14:56:29 2018 (r482552) @@ -1302,6 +1302,7 @@ SUBDIR += p5-WWW-Myspace SUBDIR += p5-WWW-NicoVideo-Download SUBDIR += p5-WWW-NioTV + SUBDIR += p5-WWW-OAuth SUBDIR += p5-WWW-OpenSVN SUBDIR += p5-WWW-OpenSearch SUBDIR += p5-WWW-Pastebin-PastebinCom-Create Added: head/www/p5-WWW-OAuth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WWW-OAuth/Makefile Sat Oct 20 14:56:29 2018 (r482552) @@ -0,0 +1,28 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= WWW-OAuth +PORTVERSION= 1.000 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Portable OAuth 1.0 authentication + +LICENSE= ART20 + +BUILD_DEPENDS= p5-libwww>0:www/p5-libwww \ + p5-Class-Tiny-Chained>0:devel/p5-Class-Tiny-Chained \ + p5-HTTP-Message>0:www/p5-HTTP-Message \ + p5-Module-Runtime>0:devel/p5-Module-Runtime \ + p5-Mojolicious>0:www/p5-Mojolicious \ + p5-Role-Tiny>0:devel/p5-Role-Tiny \ + p5-URI>0:net/p5-URI \ + p5-WWW-Form-UrlEncoded>0:www/p5-WWW-Form-UrlEncoded +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-WWW-OAuth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WWW-OAuth/distinfo Sat Oct 20 14:56:29 2018 (r482552) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540046396 +SHA256 (WWW-OAuth-1.000.tar.gz) = 5ec4350b2657a747f422e9ac76dc54da7dd824058b53aaa866c43fdac646762a +SIZE (WWW-OAuth-1.000.tar.gz) = 29304 Added: head/www/p5-WWW-OAuth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WWW-OAuth/pkg-descr Sat Oct 20 14:56:29 2018 (r482552) @@ -0,0 +1,8 @@ +WWW::OAuth implements OAuth 1.0 request authentication according to RFC 5849 +(sometimes referred to as OAuth 1.0A). It does not implement the user agent +requests needed for the complete OAuth 1.0 authorization flow; it only +prepares and signs requests, leaving the rest up to your application. It can +authenticate requests for LWP::UserAgent, Mojo::UserAgent, HTTP::Tiny, and +can be extended to operate on other types of requests. + +WWW: https://metacpan.org/pod/WWW::OAuth Added: head/www/p5-WWW-OAuth/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WWW-OAuth/pkg-plist Sat Oct 20 14:56:29 2018 (r482552) @@ -0,0 +1,12 @@ +%%SITE_PERL%%/WWW/OAuth.pm +%%SITE_PERL%%/WWW/OAuth/Request.pm +%%SITE_PERL%%/WWW/OAuth/Request/Basic.pm +%%SITE_PERL%%/WWW/OAuth/Request/HTTP_Request.pm +%%SITE_PERL%%/WWW/OAuth/Request/Mojo.pm +%%SITE_PERL%%/WWW/OAuth/Util.pm +%%PERL5_MAN3%%/WWW::OAuth.3.gz +%%PERL5_MAN3%%/WWW::OAuth::Request.3.gz +%%PERL5_MAN3%%/WWW::OAuth::Request::Basic.3.gz +%%PERL5_MAN3%%/WWW::OAuth::Request::HTTP_Request.3.gz +%%PERL5_MAN3%%/WWW::OAuth::Request::Mojo.3.gz +%%PERL5_MAN3%%/WWW::OAuth::Util.3.gz