pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Initial import of p5-JSON-WebToken 0.10.



Module Name:	pkgsrc-wip
Committed By:	Sergey Svishchev <shattered%NetBSD.org@localhost>
Pushed By:	shattered
Date:		Sat Feb 20 01:39:01 2016 +0300
Changeset:	2bb5c8bab0bc3f03f3c0f009e3bee1bf3526f24e

Added Files:
	p5-JSON-WebToken/DESCR
	p5-JSON-WebToken/Makefile
	p5-JSON-WebToken/distinfo

Log Message:
Initial import of p5-JSON-WebToken 0.10.

This module aims to implement JSON Web Token Internet Draft specification
(RFC 7519)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bb5c8bab0bc3f03f3c0f009e3bee1bf3526f24e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-JSON-WebToken/DESCR    |  2 ++
 p5-JSON-WebToken/Makefile | 19 +++++++++++++++++++
 p5-JSON-WebToken/distinfo |  6 ++++++
 3 files changed, 27 insertions(+)

diffs:
diff --git a/p5-JSON-WebToken/DESCR b/p5-JSON-WebToken/DESCR
new file mode 100644
index 0000000..6de3626
--- /dev/null
+++ b/p5-JSON-WebToken/DESCR
@@ -0,0 +1,2 @@
+This module aims to implement JSON Web Token Internet Draft specification
+(RFC 7519)
diff --git a/p5-JSON-WebToken/Makefile b/p5-JSON-WebToken/Makefile
new file mode 100644
index 0000000..87f7da3
--- /dev/null
+++ b/p5-JSON-WebToken/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.26 2015/06/12 10:48:32 wiz Exp $
+
+DISTNAME=	JSON-WebToken-0.10
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	www perl5 
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=JSON/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://search.cpan.org/dist/JSON-WebToken/
+COMMENT=	JSON Web Token (JWT) implementation for Perl
+LICENSE=	${PERL5_LICENSE}
+
+DEPENDS+=	p5-Crypt-OpenSSL-RSA>0:../../security/p5-Crypt-OpenSSL-RSA
+
+PERL5_MODULE_TYPE=	Module::Build
+PERL5_PACKLIST=		auto/JSON/WebToken/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-JSON-WebToken/distinfo b/p5-JSON-WebToken/distinfo
new file mode 100644
index 0000000..d18c7d3
--- /dev/null
+++ b/p5-JSON-WebToken/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (JSON-WebToken-0.10.tar.gz) = 4113d0093b3bff1b05156498e1157a908e8962a3
+RMD160 (JSON-WebToken-0.10.tar.gz) = 58e7b62016412247b38360ec820fccabff314fdf
+SHA512 (JSON-WebToken-0.10.tar.gz) = ce4acd42814db12fc16c60a8937a4e7d420b0243c3ca26f96a36ee2a2fb4a14f93538340b199fcce9cfbb090d60de5d7e24d5f008a84e1365d7c31f6db9ee312
+Size (JSON-WebToken-0.10.tar.gz) = 24623 bytes


Home | Main Index | Thread Index | Old Index