pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-JWT



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 13 08:16:48 UTC 2020

Added Files:
        pkgsrc/security/p5-Crypt-JWT: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Crypt-JWT/DESCR \
    pkgsrc/security/p5-Crypt-JWT/Makefile \
    pkgsrc/security/p5-Crypt-JWT/distinfo

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

Added files:

Index: pkgsrc/security/p5-Crypt-JWT/DESCR
diff -u /dev/null pkgsrc/security/p5-Crypt-JWT/DESCR:1.1
--- /dev/null   Sun Sep 13 08:16:48 2020
+++ pkgsrc/security/p5-Crypt-JWT/DESCR  Sun Sep 13 08:16:48 2020
@@ -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.
Index: pkgsrc/security/p5-Crypt-JWT/Makefile
diff -u /dev/null pkgsrc/security/p5-Crypt-JWT/Makefile:1.1
--- /dev/null   Sun Sep 13 08:16:48 2020
+++ pkgsrc/security/p5-Crypt-JWT/Makefile       Sun Sep 13 08:16:48 2020
@@ -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"
Index: pkgsrc/security/p5-Crypt-JWT/distinfo
diff -u /dev/null pkgsrc/security/p5-Crypt-JWT/distinfo:1.1
--- /dev/null   Sun Sep 13 08:16:48 2020
+++ pkgsrc/security/p5-Crypt-JWT/distinfo       Sun Sep 13 08:16:48 2020
@@ -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