Thu Feb 16 19:51:21 2023 UTC ()
Import www/p5-Net-OAuth2-AuthorizationServer as p5-Net-OAuth2-AuthorizationServer version 0.28

Imported from wip/p5-Net-OAuth2-AuthorizationServer

This module is the gateway to the various OAuth2 grant flows, as
documented at https://tools.ietf.org/html/rfc6749. Each module
implements a specific grant flow and is designed to "just work"
with minimal detail and effort.

Please see Net::OAuth2::AuthorizationServer::Manual for more
information on how to use this module and the various grant types.
You should use the manual in conjunction with the grant type module
you are using to understand how to override the defaults if the
"just work" mode isn't good enough for you.


(nikita)
diff -r1.1684 -r1.1685 pkgsrc/www/Makefile
diff -r0 -r1.1 pkgsrc/www/p5-Net-OAuth2-AuthorizationServer/DESCR
diff -r0 -r1.1 pkgsrc/www/p5-Net-OAuth2-AuthorizationServer/Makefile
diff -r0 -r1.1 pkgsrc/www/p5-Net-OAuth2-AuthorizationServer/distinfo

cvs diff -r1.1684 -r1.1685 pkgsrc/www/Makefile (expand / switch to unified diff)

--- pkgsrc/www/Makefile 2023/02/13 15:30:26 1.1684
+++ pkgsrc/www/Makefile 2023/02/16 19:51:21 1.1685
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1684 2023/02/13 15:30:26 he Exp $ 1# $NetBSD: Makefile,v 1.1685 2023/02/16 19:51:21 nikita Exp $
2# 2#
3 3
4COMMENT= Packages related to the World Wide Web 4COMMENT= Packages related to the World Wide Web
5 5
6SUBDIR+= R-RCurl 6SUBDIR+= R-RCurl
7SUBDIR+= R-bslib 7SUBDIR+= R-bslib
8SUBDIR+= R-curl 8SUBDIR+= R-curl
9SUBDIR+= R-diffviewer 9SUBDIR+= R-diffviewer
10SUBDIR+= R-downlit 10SUBDIR+= R-downlit
11SUBDIR+= R-gargle 11SUBDIR+= R-gargle
12SUBDIR+= R-gh 12SUBDIR+= R-gh
13SUBDIR+= R-googledrive 13SUBDIR+= R-googledrive
14SUBDIR+= R-htmlwidgets 14SUBDIR+= R-htmlwidgets
@@ -505,26 +505,27 @@ SUBDIR+= p5-LWP-ConsoleLogger @@ -505,26 +505,27 @@ SUBDIR+= p5-LWP-ConsoleLogger
505SUBDIR+= p5-LWP-MediaTypes 505SUBDIR+= p5-LWP-MediaTypes
506SUBDIR+= p5-LWP-Online 506SUBDIR+= p5-LWP-Online
507SUBDIR+= p5-LWP-Protocol-Net-Curl 507SUBDIR+= p5-LWP-Protocol-Net-Curl
508SUBDIR+= p5-LWP-Protocol-PSGI 508SUBDIR+= p5-LWP-Protocol-PSGI
509SUBDIR+= p5-LWP-Protocol-https 509SUBDIR+= p5-LWP-Protocol-https
510SUBDIR+= p5-LWP-UserAgent-Determined 510SUBDIR+= p5-LWP-UserAgent-Determined
511SUBDIR+= p5-LWPx-ParanoidAgent 511SUBDIR+= p5-LWPx-ParanoidAgent
512SUBDIR+= p5-LWPx-TimedHTTP 512SUBDIR+= p5-LWPx-TimedHTTP
513SUBDIR+= p5-MasonX-Request-WithApacheSession 513SUBDIR+= p5-MasonX-Request-WithApacheSession
514SUBDIR+= p5-Mojolicious 514SUBDIR+= p5-Mojolicious
515SUBDIR+= p5-Net-Curl 515SUBDIR+= p5-Net-Curl
516SUBDIR+= p5-Net-FastCGI 516SUBDIR+= p5-Net-FastCGI
517SUBDIR+= p5-Net-HTTP 517SUBDIR+= p5-Net-HTTP
 518SUBDIR+= p5-Net-OAuth2-AuthorizationServer
518SUBDIR+= p5-POE-Component-Server-PSGI 519SUBDIR+= p5-POE-Component-Server-PSGI
519SUBDIR+= p5-POE-Component-Server-SOAP 520SUBDIR+= p5-POE-Component-Server-SOAP
520SUBDIR+= p5-POE-Component-Server-SimpleHTTP 521SUBDIR+= p5-POE-Component-Server-SimpleHTTP
521SUBDIR+= p5-POE-Filter-HTTP-Parser 522SUBDIR+= p5-POE-Filter-HTTP-Parser
522SUBDIR+= p5-PSGI 523SUBDIR+= p5-PSGI
523SUBDIR+= p5-ParallelUserAgent 524SUBDIR+= p5-ParallelUserAgent
524SUBDIR+= p5-Plack 525SUBDIR+= p5-Plack
525SUBDIR+= p5-Plack-App-Proxy 526SUBDIR+= p5-Plack-App-Proxy
526SUBDIR+= p5-Plack-Handler-AnyEvent-HTTPD 527SUBDIR+= p5-Plack-Handler-AnyEvent-HTTPD
527SUBDIR+= p5-Plack-Handler-AnyEvent-ReverseHTTP 528SUBDIR+= p5-Plack-Handler-AnyEvent-ReverseHTTP
528SUBDIR+= p5-Plack-Handler-AnyEvent-SCGI 529SUBDIR+= p5-Plack-Handler-AnyEvent-SCGI
529SUBDIR+= p5-Plack-Handler-SCGI 530SUBDIR+= p5-Plack-Handler-SCGI
530SUBDIR+= p5-Plack-Middleware-Auth-Digest 531SUBDIR+= p5-Plack-Middleware-Auth-Digest

File Added: pkgsrc/www/p5-Net-OAuth2-AuthorizationServer/DESCR
This module is the gateway to the various OAuth2 grant flows, as
documented at https://tools.ietf.org/html/rfc6749. Each module
implements a specific grant flow and is designed to "just work"
with minimal detail and effort.

Please see Net::OAuth2::AuthorizationServer::Manual for more
information on how to use this module and the various grant types.
You should use the manual in conjunction with the grant type module
you are using to understand how to override the defaults if the
"just work" mode isn't good enough for you.

File Added: pkgsrc/www/p5-Net-OAuth2-AuthorizationServer/Makefile
# $NetBSD: Makefile,v 1.1 2023/02/16 19:51:21 nikita Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen,
# which is quite often.

DISTNAME=	Net-OAuth2-AuthorizationServer-0.28
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=AWS/LEEJO/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/pod/Net::OAuth2::AuthorizationServer
COMMENT=	Easier implementation of an OAuth2 Authorization Server
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-CryptX-[0-9]*:../../security/p5-CryptX
DEPENDS+=	p5-Crypt-JWT-[0-9]*:../../security/p5-Crypt-JWT
DEPENDS+=	p5-Moo-[0-9]*:../../devel/p5-Moo
DEPENDS+=	p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
TEST_DEPENDS+=	p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
TEST_DEPENDS+=	p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
TEST_DEPENDS+=	p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny

USE_LANGUAGES=	# empty
PERL5_PACKLIST=	auto/Net/OAuth2/AuthorizationServer/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/p5-Net-OAuth2-AuthorizationServer/distinfo
$NetBSD: distinfo,v 1.1 2023/02/16 19:51:21 nikita Exp $

BLAKE2s (Net-OAuth2-AuthorizationServer-0.28.tar.gz) = 93022a4b3b24e237a314edd85a5eb4945ec261736d3d875366a9f040a8df79e8
SHA512 (Net-OAuth2-AuthorizationServer-0.28.tar.gz) = 80b24aca6c20b52c0405632359160afc35155547adef7feb98b8bcf9231944a0351082c9f3f75c8d9ff7e3320f39ce1c94e01be3bccef5a972ce091108ca74fb
Size (Net-OAuth2-AuthorizationServer-0.28.tar.gz) = 33989 bytes