pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
add p5-Net-OAuth2-AuthorizationServer
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Thu Nov 29 16:41:03 2018 +0200
Changeset: df6c71744f92d4df8e03e9607f4489182805dc48
Added Files:
p5-Net-OAuth2-AuthorizationServer/DESCR
p5-Net-OAuth2-AuthorizationServer/Makefile
p5-Net-OAuth2-AuthorizationServer/distinfo
Log Message:
add 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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=df6c71744f92d4df8e03e9607f4489182805dc48
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Net-OAuth2-AuthorizationServer/DESCR | 10 ++++++++++
p5-Net-OAuth2-AuthorizationServer/Makefile | 23 +++++++++++++++++++++++
p5-Net-OAuth2-AuthorizationServer/distinfo | 6 ++++++
3 files changed, 39 insertions(+)
diffs:
diff --git a/p5-Net-OAuth2-AuthorizationServer/DESCR b/p5-Net-OAuth2-AuthorizationServer/DESCR
new file mode 100644
index 0000000000..4dbdfd007d
--- /dev/null
+++ b/p5-Net-OAuth2-AuthorizationServer/DESCR
@@ -0,0 +1,10 @@
+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.
diff --git a/p5-Net-OAuth2-AuthorizationServer/Makefile b/p5-Net-OAuth2-AuthorizationServer/Makefile
new file mode 100644
index 0000000000..9ac422ea53
--- /dev/null
+++ b/p5-Net-OAuth2-AuthorizationServer/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.139 2018/09/02 07:55:30 wiz 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.18
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AWS/LEEJO/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Net::OAuth2::AuthorizationServer
+COMMENT= Easier implementation of an OAuth2 Authorization Server
+LICENSE= ${PERL5_LICENSE}
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Net/OAuth2/AuthorizationServer/.packlist
+
+DEPENDS+= p5-CryptX-[0-9]*:../../security/p5-CryptX
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Net-OAuth2-AuthorizationServer/distinfo b/p5-Net-OAuth2-AuthorizationServer/distinfo
new file mode 100644
index 0000000000..a13972b055
--- /dev/null
+++ b/p5-Net-OAuth2-AuthorizationServer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.130 2018/09/02 07:55:30 wiz Exp $
+
+SHA1 (Net-OAuth2-AuthorizationServer-0.18.tar.gz) = ce3375bf6f64aaa443306ce4a995b1926bcad6ba
+RMD160 (Net-OAuth2-AuthorizationServer-0.18.tar.gz) = ade8ba90f2498c67f99fb771d1b2e2395e3e7e21
+SHA512 (Net-OAuth2-AuthorizationServer-0.18.tar.gz) = 43a02b4746941dc7cf844710b849daefa53aa88d70d8c2836b58384edada0fbb20b61daac791eb18a8bb40293ad662953db28e4fbaf8b600f1dc609cb065bf08
+Size (Net-OAuth2-AuthorizationServer-0.18.tar.gz) = 31475 bytes
Home |
Main Index |
Thread Index |
Old Index