svn commit: r372963 - in head/security: . p5-Dancer2-Plugin-Passphrase
Kurt Jaeger
pi at FreeBSD.org
Thu Nov 20 21:20:50 UTC 2014
Author: pi
Date: Thu Nov 20 21:20:48 2014
New Revision: 372963
URL: https://svnweb.freebsd.org/changeset/ports/372963
QAT: https://qat.redports.org/buildarchive/r372963/
Log:
New port: security/p5-Dancer2-Plugin-Passphrase
Dancer2::Plugin::Passphrase manages the hashing of passwords for
Dancer apps, allowing developers to follow cryptography best practices
without having to become a cryptography expert. It uses the bcrypt
algorithm as the default, while also supporting any hashing function
provided by Digest.
WWW: http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/
PR: 194962
Submitted by: Henk van Oers <hvo.pm at xs4all.nl>
Added:
head/security/p5-Dancer2-Plugin-Passphrase/
head/security/p5-Dancer2-Plugin-Passphrase/Makefile (contents, props changed)
head/security/p5-Dancer2-Plugin-Passphrase/distinfo (contents, props changed)
head/security/p5-Dancer2-Plugin-Passphrase/pkg-descr (contents, props changed)
head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Thu Nov 20 21:09:16 2014 (r372962)
+++ head/security/Makefile Thu Nov 20 21:20:48 2014 (r372963)
@@ -534,6 +534,7 @@
SUBDIR += p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup
SUBDIR += p5-Dancer-Plugin-Passphrase
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible
+ SUBDIR += p5-Dancer2-Plugin-Passphrase
SUBDIR += p5-Data-Entropy
SUBDIR += p5-Data-Password
SUBDIR += p5-Digest
Added: head/security/p5-Dancer2-Plugin-Passphrase/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/p5-Dancer2-Plugin-Passphrase/Makefile Thu Nov 20 21:20:48 2014 (r372963)
@@ -0,0 +1,25 @@
+# Created by: Henk van Oers <hvo.pm at xs4all.nl>
+# $FreeBSD$
+
+PORTNAME= Dancer2-Plugin-Passphrase
+PORTVERSION= 2.0.3
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= hvo.pm at xs4all.nl
+COMMENT= Passphrases and Passwords as objects for Dancer2
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 \
+ p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
+ p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
+ p5-Digest-SHA>=5.74:${PORTSDIR}/security/p5-Digest-SHA
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/security/p5-Dancer2-Plugin-Passphrase/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/p5-Dancer2-Plugin-Passphrase/distinfo Thu Nov 20 21:20:48 2014 (r372963)
@@ -0,0 +1,2 @@
+SHA256 (Dancer2-Plugin-Passphrase-2.0.3.tar.gz) = daf2fd1a9c5e1409291d045dbe30e9ec66b50193638a8a39ab9f938cad113947
+SIZE (Dancer2-Plugin-Passphrase-2.0.3.tar.gz) = 17923
Added: head/security/p5-Dancer2-Plugin-Passphrase/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/p5-Dancer2-Plugin-Passphrase/pkg-descr Thu Nov 20 21:20:48 2014 (r372963)
@@ -0,0 +1,6 @@
+Dancer2::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
+allowing developers to follow cryptography best practices without having to
+become a cryptography expert. It uses the bcrypt algorithm as the default,
+while also supporting any hashing function provided by Digest.
+
+WWW: http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/
Added: head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist Thu Nov 20 21:20:48 2014 (r372963)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Dancer2/Plugin/Passphrase.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2/Plugin/Passphrase/.packlist
+%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase.3.gz
More information about the svn-ports-head
mailing list