Date: Sun, 13 Nov 2016 10:31:26 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426026 - in head/security: . p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP Message-ID: <201611131031.uADAVQmI041307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Nov 13 10:31:26 2016 New Revision: 426026 URL: https://svnweb.freebsd.org/changeset/ports/426026 Log: New port: security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP IMAP authentication provider for Dancer2::Plugin::Auth::Extensible See Dancer2::Plugin::Auth::Extensible for details on how to use the authentication framework. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-IMAP/ PR: 214280 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/distinfo (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-descr (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Nov 13 10:19:22 2016 (r426025) +++ head/security/Makefile Sun Nov 13 10:31:26 2016 (r426026) @@ -603,6 +603,7 @@ SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Dancer2-Plugin-Auth-Extensible SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC + SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer2-Plugin-Passphrase SUBDIR += p5-Data-Entropy Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/Makefile Sun Nov 13 10:31:26 2016 (r426026) @@ -0,0 +1,24 @@ +# Created by: Henk van Oers <hvo.pm@xs4all.nl> +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-IMAP +PORTVERSION= 0.003 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Extensible authentication for D2 apps using Net::IMAP::Simple + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer2-Plugin-Auth-Extensible>=0.620:security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Net-IMAP-Simple>=0:mail/p5-Net-IMAP-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/distinfo Sun Nov 13 10:31:26 2016 (r426026) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478458686 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-IMAP-0.003.tar.gz) = 685fc0168343e71a487f71834dbf4139c6edc6626cce59cd5766199cacb0d09d +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-IMAP-0.003.tar.gz) = 6022 Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-descr Sun Nov 13 10:31:26 2016 (r426026) @@ -0,0 +1,6 @@ +IMAP authentication provider for Dancer2::Plugin::Auth::Extensible + +See Dancer2::Plugin::Auth::Extensible for details on how to use +the authentication framework. + +WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-IMAP/ Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-plist Sun Nov 13 10:31:26 2016 (r426026) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/IMAP.pm +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::IMAP.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611131031.uADAVQmI041307>