Bug 164427 - New Port: security/p5-Dancer-Plugin-Passphrase
Summary: New Port: security/p5-Dancer-Plugin-Passphrase
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 22:50 UTC by Grzegorz Blach
Modified: 2012-01-24 14:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.34 KB, text/plain)
2012-01-23 22:50 UTC, Grzegorz Blach
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2012-01-23 22:50:08 UTC
Passphrases and Passwords as objects for Dancer

https://metacpan.org/module/Dancer::Plugin::Passphrase

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-23 22:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2012-01-24 04:55:06 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-24 13:51:22 UTC
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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2012-01-24 13:51:57 UTC
State Changed
From-To: open->closed

New port added, with minor changes (Makefile's header updated and 
removed dependencies already in core). Thanks!