From owner-cvs-ports@FreeBSD.ORG Tue Jan 24 13:51:09 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EDF3106566B; Tue, 24 Jan 2012 13:51:09 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 138098FC0C; Tue, 24 Jan 2012 13:51:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q0ODp8Bb019391; Tue, 24 Jan 2012 13:51:08 GMT (envelope-from culot@repoman.freebsd.org) Received: (from culot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q0ODp8u2019390; Tue, 24 Jan 2012 13:51:08 GMT (envelope-from culot) Message-Id: <201201241351.q0ODp8u2019390@repoman.freebsd.org> From: Frederic Culot Date: Tue, 24 Jan 2012 13:51:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Dancer-Plugin-Passphrase Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2012 13:51:09 -0000 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 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)