pkgsrc-WIP-changes archive

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

remove p5-Mojo-JWT, imported



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Feb 27 19:01:29 2023 +0100
Changeset:	ac0edb28bf59091bbcaba3cacf07b99970348e14

Modified Files:
	Makefile
Removed Files:
	p5-Mojo-JWT/DESCR
	p5-Mojo-JWT/Makefile
	p5-Mojo-JWT/distinfo

Log Message:
remove p5-Mojo-JWT, imported

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

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

diffstat:
 Makefile             |  1 -
 p5-Mojo-JWT/DESCR    | 11 -----------
 p5-Mojo-JWT/Makefile | 25 -------------------------
 p5-Mojo-JWT/distinfo |  5 -----
 4 files changed, 42 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ad6f06f986..77bdfd7c42 100644
--- a/Makefile
+++ b/Makefile
@@ -2893,7 +2893,6 @@ SUBDIR+=	p5-Metadata
 SUBDIR+=	p5-Module-Pluggable-Fast
 SUBDIR+=	p5-Module-Pluggable-Ordered
 SUBDIR+=	p5-Module-Starter-Plugin-CGIApp
-SUBDIR+=	p5-Mojo-JWT
 SUBDIR+=	p5-MojoX-Log-Log4perl-Tiny
 SUBDIR+=	p5-Mojolicious-Plugin-OAuth2-Server
 SUBDIR+=	p5-MongoDB
diff --git a/p5-Mojo-JWT/DESCR b/p5-Mojo-JWT/DESCR
deleted file mode 100644
index 2b05295365..0000000000
--- a/p5-Mojo-JWT/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-JSON Web Token is described in https://tools.ietf.org/html/rfc7519.
-Mojo::JWT implements that standard with an API that should feel
-familiar to Mojolicious users (though of course it is useful
-elsewhere). Indeed, JWT is much like Mojolicious::Sessions except
-that the result is a url-safe text string rather than a cookie.
-
-In JWT, the primary payload is called the claims, and a few claims
-are reserved, as seen in the IETF document. The header and the
-claims are signed when stringified to guard against tampering. Note
-that while signed, the data is not encrypted, so don't use it to
-send secrets over clear channels.
diff --git a/p5-Mojo-JWT/Makefile b/p5-Mojo-JWT/Makefile
deleted file mode 100644
index 704915dd4a..0000000000
--- a/p5-Mojo-JWT/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $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=	Mojo-JWT-0.08
-PKGNAME=	p5-${DISTNAME}
-CATEGORIES=	www perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Mojolicious/JBERGER/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://metacpan.org/pod/Mojo::JWT
-COMMENT=	JSON Web Token the Mojo way
-LICENSE=	${PERL5_LICENSE}
-
-DEPENDS+=	p5-Mojolicious-[0-9]*:../../www/p5-Mojolicious
-
-USE_LANGUAGES=	# empty
-PERL5_PACKLIST=	auto/Mojo/JWT/.packlist
-
-PERL5_MODULE_TYPE=	Module::Build::Tiny
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Mojo-JWT/distinfo b/p5-Mojo-JWT/distinfo
deleted file mode 100644
index 6ce02a78d3..0000000000
--- a/p5-Mojo-JWT/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.130 2018/09/02 07:55:30 wiz Exp $
-
-RMD160 (Mojo-JWT-0.08.tar.gz) = d6e9502c19efc9944a504502fc536ad00feed3ed
-SHA512 (Mojo-JWT-0.08.tar.gz) = e041d99ffd00397677d4bca1000a98cdbc2a769df4e6bb7e9d9064bd79667694eb4c0849dd16795f0a8a5876c8997dc0184eba4dc5b871bf845fb1a1d6f86812
-Size (Mojo-JWT-0.08.tar.gz) = 13647 bytes


Home | Main Index | Thread Index | Old Index