Passphrases and Passwords as objects for Dancer https://metacpan.org/module/Dancer::Plugin::Passphrase Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->culot I'll take it.
culot 2012-01-24 13:51:08 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Dancer-Plugin-Passphrase Makefile distinfo pkg-descr pkg-plist Log: Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps, allowing developers to follow best cryptography practice without having to become a cryptography expert. It uses the bcrypt algorithm as the default, wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function provided by Digest. WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/ PR: ports/164427 Submitted by: Grzegorz Blach <magik@roorback.net> Revision Changes Path 1.1245 +1 -0 ports/security/Makefile 1.1 +32 -0 ports/security/p5-Dancer-Plugin-Passphrase/Makefile (new) 1.1 +2 -0 ports/security/p5-Dancer-Plugin-Passphrase/distinfo (new) 1.1 +7 -0 ports/security/p5-Dancer-Plugin-Passphrase/pkg-descr (new) 1.1 +7 -0 ports/security/p5-Dancer-Plugin-Passphrase/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes (Makefile's header updated and removed dependencies already in core). Thanks!