diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-04-25 14:30:45 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-04-25 14:30:45 +0000 |
commit | b95d20ac808bc9e7ead1c577e49bc3f60e795a94 (patch) | |
tree | e7966e3e388a8e0a91c5fd4e43a56b422609ac0d /security/erlang-p1_oauth2 | |
parent | 9cd74d69e393e46aeea2bfc1d314cd11bb38d3f2 (diff) | |
download | pkgsrc-b95d20ac808bc9e7ead1c577e49bc3f60e795a94.tar.gz |
Import p1_oauth2-0.6.1 as security/erlang-p1_oauth2.
This library is designed to simplify the implementation of the
server side of OAuth2. It provides no support for developing
clients.
Diffstat (limited to 'security/erlang-p1_oauth2')
-rw-r--r-- | security/erlang-p1_oauth2/DESCR | 2 | ||||
-rw-r--r-- | security/erlang-p1_oauth2/Makefile | 20 | ||||
-rw-r--r-- | security/erlang-p1_oauth2/PLIST | 9 | ||||
-rw-r--r-- | security/erlang-p1_oauth2/distinfo | 6 |
4 files changed, 37 insertions, 0 deletions
diff --git a/security/erlang-p1_oauth2/DESCR b/security/erlang-p1_oauth2/DESCR new file mode 100644 index 00000000000..5bdda6095cf --- /dev/null +++ b/security/erlang-p1_oauth2/DESCR @@ -0,0 +1,2 @@ +This library is designed to simplify the implementation of the server +side of OAuth2. It provides no support for developing clients. diff --git a/security/erlang-p1_oauth2/Makefile b/security/erlang-p1_oauth2/Makefile new file mode 100644 index 00000000000..e94604b0cce --- /dev/null +++ b/security/erlang-p1_oauth2/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2016/04/25 14:30:45 fhajny Exp $ + +DISTNAME= p1_oauth2-0.6.1 +PKGNAME= erlang-${DISTNAME} +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/p1_oauth2/ +COMMENT= Erlang Oauth2 implementation +LICENSE= mit + +GITHUB_PROJECT= oauth2 + +ERL_MOD_DIR= lib/erlang/lib/${DISTNAME} + +BUILD_TARGET= compile + +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/erlang-p1_oauth2/PLIST b/security/erlang-p1_oauth2/PLIST new file mode 100644 index 00000000000..66ea1301990 --- /dev/null +++ b/security/erlang-p1_oauth2/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:30:45 fhajny Exp $ +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_backend.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_config.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_priv_set.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_response.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_token.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_token_generation.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/p1_oauth2.app diff --git a/security/erlang-p1_oauth2/distinfo b/security/erlang-p1_oauth2/distinfo new file mode 100644 index 00000000000..468b167aaab --- /dev/null +++ b/security/erlang-p1_oauth2/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/25 14:30:45 fhajny Exp $ + +SHA1 (p1_oauth2-0.6.1.tar.gz) = 1878104da449f8af6212dcfb238fe8ea0de4d3f9 +RMD160 (p1_oauth2-0.6.1.tar.gz) = 7680376e6a6a6d57d0efa4472b810f29ee91ecdf +SHA512 (p1_oauth2-0.6.1.tar.gz) = 2509d48775579a26178fb5a082e628a8487c986b1b4d4abe974b653a1e0b7605bed934d59f6d62927582bdb95a53ba454816d326d99a77c5360928c4973ade4a +Size (p1_oauth2-0.6.1.tar.gz) = 212804 bytes |