Date: Tue, 11 Feb 2014 11:33:25 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343734 - in head/www: . p5-Mojolicious-Plugin-Authentication Message-ID: <201402111133.s1BBXPPR058850@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Feb 11 11:33:24 2014 New Revision: 343734 URL: http://svnweb.freebsd.org/changeset/ports/343734 QAT: https://qat.redports.org/buildarchive/r343734/ Log: Add p5-Mojolicious-Plugin-Authentication 1.26, mojolicious plugin to make authentication a bit easier. Sponsored by: Absolight Added: head/www/p5-Mojolicious-Plugin-Authentication/ head/www/p5-Mojolicious-Plugin-Authentication/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-Authentication/distinfo (contents, props changed) head/www/p5-Mojolicious-Plugin-Authentication/pkg-descr (contents, props changed) head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Feb 11 11:20:52 2014 (r343733) +++ head/www/Makefile Tue Feb 11 11:33:24 2014 (r343734) @@ -1070,6 +1070,7 @@ SUBDIR += p5-Mojo-Server-FastCGI SUBDIR += p5-MojoMojo SUBDIR += p5-Mojolicious + SUBDIR += p5-Mojolicious-Plugin-Authentication SUBDIR += p5-Mojolicious-Plugin-Database SUBDIR += p5-Mojolicious-Plugin-Mongodb SUBDIR += p5-Mojolicious-Plugin-YamlConfig Added: head/www/p5-Mojolicious-Plugin-Authentication/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-Authentication/Makefile Tue Feb 11 11:33:24 2014 (r343734) @@ -0,0 +1,22 @@ +# Created by: Mathieu Arnold <mat@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Mojolicious-Plugin-Authentication +PORTVERSION= 1.26 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= Mojolicious plugin to make authentication a bit easier + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious +RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/www/p5-Mojolicious-Plugin-Authentication/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-Authentication/distinfo Tue Feb 11 11:33:24 2014 (r343734) @@ -0,0 +1,2 @@ +SHA256 (Mojolicious-Plugin-Authentication-1.26.tar.gz) = ca7d56c371d03c66cf87dc541d915d55f6df5cd5364fd1c16be8e6f31d154fcd +SIZE (Mojolicious-Plugin-Authentication-1.26.tar.gz) = 17864 Added: head/www/p5-Mojolicious-Plugin-Authentication/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-Authentication/pkg-descr Tue Feb 11 11:33:24 2014 (r343734) @@ -0,0 +1,4 @@ +Mojolicious::Plugin::Authentication is a module that helps you deal +with authenticating users in your Mojolicious application. + +WWW: http://search.cpan.org/dist/Mojolicious-Plugin-Authentication/ Added: head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-Authentication/pkg-plist Tue Feb 11 11:33:24 2014 (r343734) @@ -0,0 +1,9 @@ +%%PERL5_MAN3%%/Mojolicious::Plugin::Authentication.3.gz +%%SITE_PERL%%/Mojolicious/Plugin/Authentication.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Authentication/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Authentication +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/Mojolicious/Plugin +@dirrmtry %%SITE_PERL%%/Mojolicious
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111133.s1BBXPPR058850>