From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 11:10:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C38916A41F for ; Wed, 3 Aug 2005 11:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32DC843D5C for ; Wed, 3 Aug 2005 11:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j73BADER097626 for ; Wed, 3 Aug 2005 11:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j73BACWh097625; Wed, 3 Aug 2005 11:10:13 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2005 11:10:13 GMT Resent-Message-Id: <200508031110.j73BACWh097625@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "ports@c0decafe.net" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E15416A41F for ; Wed, 3 Aug 2005 11:05:42 +0000 (GMT) (envelope-from ports@c0decafe.net) Received: from typhoon.idm.net.lb (typhoon.idm.net.lb [194.126.5.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id D150343D48 for ; Wed, 3 Aug 2005 11:05:41 +0000 (GMT) (envelope-from ports@c0decafe.net) Received: from atlantis.local ([213.175.165.218]) by typhoon.idm.net.lb (iPlanet Messaging Server 5.2 HotFix 1.26 (built Mar 31 2004)) with ESMTP id <0IKN001YP7OX8Z@typhoon.idm.net.lb> for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Aug 2005 13:55:47 +0300 (GMT) Received: from atlantis.local (localhost [127.0.0.1]) by atlantis.local (8.13.3/8.13.3) with ESMTP id j73B32hw078052 for ; Wed, 03 Aug 2005 14:03:02 +0300 (EEST envelope-from ports@c0decafe.net) Received: (from bartender@localhost) by atlantis.local (8.13.3/8.13.3/Submit) id j73B32aO078051; Wed, 03 Aug 2005 14:03:02 +0300 (EEST envelope-from ports@c0decafe.net) Message-Id: <200508031103.j73B32aO078051@atlantis.local> Date: Wed, 03 Aug 2005 14:03:02 +0300 (EEST) From: "ports@c0decafe.net" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84513: [NEW PORT] security/p5-Data-Password: Perl extension for assessing password quality X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 11:10:17 -0000 >Number: 84513 >Category: ports >Synopsis: [NEW PORT] security/p5-Data-Password: Perl extension for assessing password quality >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 11:10:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD atlantis.local 5.4-STABLE FreeBSD 5.4-STABLE #2: Mon Jul 25 17:09:48 EEST 2005 >Description: This modules checks potential passwords for crackability. It checks that the password is in the appropriate length, that it has enough character groups, that it does not contain the same chars repeatedly or ascending or descending characters, or charcters close to each other in the keyboard. It will also attempt to search the ispell word file for existance of whole words. Author: Raz Information Systems WWW: http://search.cpan.org/~razinf/Data-Password/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Data-Password-1.05.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Data-Password # p5-Data-Password/pkg-descr # p5-Data-Password/Makefile # p5-Data-Password/pkg-plist # p5-Data-Password/distinfo # echo c - p5-Data-Password mkdir -p p5-Data-Password > /dev/null 2>&1 echo x - p5-Data-Password/pkg-descr sed 's/^X//' >p5-Data-Password/pkg-descr << 'END-of-p5-Data-Password/pkg-descr' XThis modules checks potential passwords for crackability. XIt checks that the password is in the appropriate length, that it has Xenough character groups, that it does not contain the same chars repeatedly Xor ascending or descending characters, or charcters close to each other in Xthe keyboard. It will also attempt to search the ispell word file for Xexistance of whole words. X XAuthor: Raz Information Systems XWWW: http://search.cpan.org/~razinf/Data-Password/ END-of-p5-Data-Password/pkg-descr echo x - p5-Data-Password/Makefile sed 's/^X//' >p5-Data-Password/Makefile << 'END-of-p5-Data-Password/Makefile' X# New ports collection makefile for: p5-Data-Password X# Date created: 2005-08-02 X# Whom: ports@c0decafe.net X# X# $FreeBSD$ X# X XPORTNAME= Data-Password XPORTVERSION= 1.05 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Data XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@c0decafe.net XCOMMENT= Perl extension for assessing password quality X XPERL_CONFIGURE= yes X XMAN3= Data::Password.3 X X.include END-of-p5-Data-Password/Makefile echo x - p5-Data-Password/pkg-plist sed 's/^X//' >p5-Data-Password/pkg-plist << 'END-of-p5-Data-Password/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/mach/auto/Data/Password/.packlist X@dirrm %%SITE_PERL%%/mach/auto/Data/Password X%%SITE_PERL%%/Data/Password.pm END-of-p5-Data-Password/pkg-plist echo x - p5-Data-Password/distinfo sed 's/^X//' >p5-Data-Password/distinfo << 'END-of-p5-Data-Password/distinfo' XMD5 (Data-Password-1.05.tar.gz) = 0fa2f19f5e4dbf3366396214a30ff634 XSIZE (Data-Password-1.05.tar.gz) = 4610 END-of-p5-Data-Password/distinfo exit --- p5-Data-Password-1.05.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: