pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-JWT security/p5-Crypt-JWT: import p5...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab6b8b046909
branches: trunk
changeset: 438968:ab6b8b046909
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 13 08:16:48 2020 +0000
description:
security/p5-Crypt-JWT: import p5-Crypt-JWT-0.029
This perl module implements JSON Web Token (JWT). The implementation
covers not only JSON Web Signature (JWS), but also JSON Web Encryption
(JWE).
The module implements all algorithms defined in JSON Web Algorithms
(JWA).
This module supports Compact JWS/JWE and Flattened JWS/JWE JSON
serialization, general JSON serialization is not supported yet.
diffstat:
security/p5-Crypt-JWT/DESCR | 9 +++++++++
security/p5-Crypt-JWT/Makefile | 21 +++++++++++++++++++++
security/p5-Crypt-JWT/distinfo | 6 ++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 7782f66c9658 -r ab6b8b046909 security/p5-Crypt-JWT/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-JWT/DESCR Sun Sep 13 08:16:48 2020 +0000
@@ -0,0 +1,9 @@
+This perl module implements JSON Web Token (JWT). The implementation
+covers not only JSON Web Signature (JWS), but also JSON Web Encryption
+(JWE).
+
+The module implements all algorithms defined in JSON Web Algorithms
+(JWA).
+
+This module supports Compact JWS/JWE and Flattened JWS/JWE JSON
+serialization, general JSON serialization is not supported yet.
diff -r 7782f66c9658 -r ab6b8b046909 security/p5-Crypt-JWT/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-JWT/Makefile Sun Sep 13 08:16:48 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/09/13 08:16:48 wiz Exp $
+
+DISTNAME= Crypt-JWT-0.029
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Crypt::JWT
+COMMENT= Perl5 module for JSON Web Tokens
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
+DEPENDS+= p5-CryptX-[0-9]*:../../security/p5-CryptX
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Crypt/JWT/.packlist
+#PERL5_MODULE_TYPE= Module::Install::Bundled
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7782f66c9658 -r ab6b8b046909 security/p5-Crypt-JWT/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-JWT/distinfo Sun Sep 13 08:16:48 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/13 08:16:48 wiz Exp $
+
+SHA1 (Crypt-JWT-0.029.tar.gz) = e5001a82a49d08358a63694c9512b62b55253c3e
+RMD160 (Crypt-JWT-0.029.tar.gz) = 349a0dc343f546e559943bce34fc36b062142a49
+SHA512 (Crypt-JWT-0.029.tar.gz) = a09db9afa231a2b24ca7e88e610d62f9c60bb36076219dd661defb4e19d7399d83102c1aedb79069ea973d25e0e3d17221007684053e41f644aad92dbd4d825e
+Size (Crypt-JWT-0.029.tar.gz) = 83868 bytes
Home |
Main Index |
Thread Index |
Old Index