pkgsrc-WIP-changes archive

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

Mojolicious::Plugin::Authentication - a plugin to make authentication a bit easier



Module Name:	pkgsrc-wip
Committed By:	Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By:	bartosz.kuzma
Date:		Sat Dec 21 05:38:24 2024 +0000
Changeset:	bccbb9c983c4344efecd86d7e9df0589dfbeab05

Modified Files:
	Makefile
Added Files:
	p5-Mojolicious-Plugin-Authenticate/DESCR
	p5-Mojolicious-Plugin-Authenticate/Makefile
	p5-Mojolicious-Plugin-Authenticate/distinfo

Log Message:
Mojolicious::Plugin::Authentication - a plugin to make authentication a bit easier

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

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

diffstat:
 Makefile                                    |  1 +
 p5-Mojolicious-Plugin-Authenticate/DESCR    |  2 ++
 p5-Mojolicious-Plugin-Authenticate/Makefile | 19 +++++++++++++++++++
 p5-Mojolicious-Plugin-Authenticate/distinfo |  5 +++++
 4 files changed, 27 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6dbebd0d2c..04cd55f358 100644
--- a/Makefile
+++ b/Makefile
@@ -2884,6 +2884,7 @@ SUBDIR+=	p5-Metadata
 SUBDIR+=	p5-Module-Pluggable-Fast
 SUBDIR+=	p5-Module-Pluggable-Ordered
 SUBDIR+=	p5-Module-Starter-Plugin-CGIApp
+SUBDIR+=	p5-Mojolicious-Plugin-Authenticate
 SUBDIR+=	p5-MojoX-Log-Log4perl-Tiny
 SUBDIR+=	p5-MongoDB
 SUBDIR+=	p5-MooseX-Iterator
diff --git a/p5-Mojolicious-Plugin-Authenticate/DESCR b/p5-Mojolicious-Plugin-Authenticate/DESCR
new file mode 100644
index 0000000000..8d257e217f
--- /dev/null
+++ b/p5-Mojolicious-Plugin-Authenticate/DESCR
@@ -0,0 +1,2 @@
+Mojolicious::Plugin::Authentication provides methods that facilitate
+user authentication in Mojolicious web applications.
diff --git a/p5-Mojolicious-Plugin-Authenticate/Makefile b/p5-Mojolicious-Plugin-Authenticate/Makefile
new file mode 100644
index 0000000000..a55175112f
--- /dev/null
+++ b/p5-Mojolicious-Plugin-Authenticate/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	Mojolicious-Plugin-Authentication-1.39
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Mojolicious/}
+
+MAINTAINER=	bartosz.kuzma%gmail.com@localhost
+HOMEPAGE=	https://metacpan.org/pod/Mojolicious::Plugin::Authentication
+COMMENT=	Authentication plugin for the Mojolicious framework
+LICENSE=	${PERL5_LICENSE}
+
+DEPENDS+=	p5-Mojolicious>=8.0:../../www/p5-Mojolicious
+
+PERL5_PACKLIST=	auto/Mojolicious/Plugin/Authentication/.packlist
+USE_LANGUAGES=	# none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Mojolicious-Plugin-Authenticate/distinfo b/p5-Mojolicious-Plugin-Authenticate/distinfo
new file mode 100644
index 0000000000..8e45c3d344
--- /dev/null
+++ b/p5-Mojolicious-Plugin-Authenticate/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 286d6a9e99faabeead96de3b9e47f066ce51f14550e8fd2005c343fb48f69a41
+SHA512 (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 05b2f1a4dcbb32a2727a1ff37b78eb7882b8c4fae5753db6b016c2303794f33c36c78de60242b61bb89ae4d0c821ada6fe2538a20b073905d3b5d7bc5762fd1d
+Size (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 27979 bytes


Home | Main Index | Thread Index | Old Index