From owner-cvs-all@FreeBSD.ORG Fri Sep 2 01:34:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A2CE16A41F; Fri, 2 Sep 2005 01:34:10 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A19743D48; Fri, 2 Sep 2005 01:34:10 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j821Y9L7081244; Fri, 2 Sep 2005 01:34:09 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j821Y9pP081243; Fri, 2 Sep 2005 01:34:09 GMT (envelope-from jylefort) Message-Id: <200509020134.j821Y9pP081243@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 2 Sep 2005 01:34:09 +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-Data-Password Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 01:34:10 -0000 jylefort 2005-09-02 01:34:09 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Data-Password Makefile distinfo pkg-descr pkg-plist Log: Add p5-Data-Password. Data::Password checks potential passwords for crackability. It checks that the password has the appropriate length, that it has enough character groups, that it does not contain the same characters repeatedly, that it does not contain ascending or descending characters, or characters close to each other on the keyboard. It also searches for the password in the ispell word file. WWW: http://search.cpan.org/~razinf/Data-Password/ PR: ports/84513 Submitted by: ports@c0decafe.net Revision Changes Path 1.631 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/p5-Data-Password/Makefile (new) 1.1 +2 -0 ports/security/p5-Data-Password/distinfo (new) 1.1 +7 -0 ports/security/p5-Data-Password/pkg-descr (new) 1.1 +5 -0 ports/security/p5-Data-Password/pkg-plist (new)