From andrew@weka.zoo.tapsentertainment.com  Thu Aug 14 03:41:14 2003
Return-Path: <andrew@weka.zoo.tapsentertainment.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 713B537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Aug 2003 03:41:14 -0700 (PDT)
Received: from weka.zoo.tapsentertainment.com (eth1383.nsw.adsl.internode.on.net [150.101.203.102])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2B82143FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Aug 2003 03:41:13 -0700 (PDT)
	(envelope-from andrew@weka.zoo.tapsentertainment.com)
Received: from weka.zoo.tapsentertainment.com (localhost.tapsentertainment.com [127.0.0.1])
	by weka.zoo.tapsentertainment.com (8.12.8p1/8.12.8) with ESMTP id h7EAfCdx068659;
	Thu, 14 Aug 2003 20:41:12 +1000 (EST)
	(envelope-from andrew@weka.zoo.tapsentertainment.com)
Received: (from andrew@localhost)
	by weka.zoo.tapsentertainment.com (8.12.8p1/8.12.8/Submit) id h7EAfCpb068658;
	Thu, 14 Aug 2003 20:41:12 +1000 (EST)
Message-Id: <200308141041.h7EAfCpb068658@weka.zoo.tapsentertainment.com>
Date: Thu, 14 Aug 2003 20:41:12 +1000 (EST)
From: Andrew McNaughton <andrew@scoop.co.nz>
Reply-To: Andrew McNaughton <andrew@scoop.co.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: andrew@scoop.co.nz
Subject: New port: p5-Crypt-GeneratePassword
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55575
>Category:       ports
>Synopsis:       New port: p5-Crypt-GeneratePassword
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 14 03:50:14 PDT 2003
>Closed-Date:    Wed Aug 20 00:00:46 PDT 2003
>Last-Modified:  Wed Aug 20 00:00:46 PDT 2003
>Originator:     Andrew McNaughton
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD weka.tapsentertainment.com 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #1: Mon Aug 11 23:02:55 EST 2003 andrew@weka.tapsentertainment.com:/usr/obj/usr/src/sys/weka i386


>Description:
rypt/GeneratePassword version 0.02
===================================

This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.

>How-To-Repeat:
>Fix:


--- p5-Crypt-GeneratePassword.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-Crypt-GeneratePassword
#	p5-Crypt-GeneratePassword/Makefile
#	p5-Crypt-GeneratePassword/distinfo
#	p5-Crypt-GeneratePassword/pkg-descr
#	p5-Crypt-GeneratePassword/pkg-plist
#
echo c - p5-Crypt-GeneratePassword
mkdir -p p5-Crypt-GeneratePassword > /dev/null 2>&1
echo x - p5-Crypt-GeneratePassword/Makefile
sed 's/^X//' >p5-Crypt-GeneratePassword/Makefile << 'END-of-p5-Crypt-GeneratePassword/Makefile'
X# New ports collection makefile for:	p5-Crypt-GeneratePassword
X# Date created:		14 August 2003
X# Whom:	      		andrew@scoop.co.nz
X#
X# $FreeBSD:  $
X#
X
XPORTNAME=	Crypt-GeneratePassword
XPORTVERSION=	0.02
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Crypt
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	andrew@scoop.co.nz
XCOMMENT=	Generate secure random pronounceable passwords
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Crypt::GeneratePassword.3
X
X.include <bsd.port.mk>
END-of-p5-Crypt-GeneratePassword/Makefile
echo x - p5-Crypt-GeneratePassword/distinfo
sed 's/^X//' >p5-Crypt-GeneratePassword/distinfo << 'END-of-p5-Crypt-GeneratePassword/distinfo'
XMD5 (Crypt-GeneratePassword-0.02.tar.gz) = a361420e59af50a2073f142506a713b0
END-of-p5-Crypt-GeneratePassword/distinfo
echo x - p5-Crypt-GeneratePassword/pkg-descr
sed 's/^X//' >p5-Crypt-GeneratePassword/pkg-descr << 'END-of-p5-Crypt-GeneratePassword/pkg-descr'
XCrypt/GeneratePassword version 0.02
X===================================
X
XThis module lets you generate secure random passwords
Xwith a reasonable amount of pronounceability. It avoids
Xthe problems associated with the FIPS-181 NIST standard
Xas used by Crypt::RandPasswd. See perldoc for more
Xdetails.
END-of-p5-Crypt-GeneratePassword/pkg-descr
echo x - p5-Crypt-GeneratePassword/pkg-plist
sed 's/^X//' >p5-Crypt-GeneratePassword/pkg-plist << 'END-of-p5-Crypt-GeneratePassword/pkg-plist'
X%%SITE_PERL%%/Crypt/GeneratePassword/en.pm
X%%SITE_PERL%%/Crypt/GeneratePassword.pm
X%%SITE_PERL%%/Crypt/GeneratePassword/de.pm
END-of-p5-Crypt-GeneratePassword/pkg-plist
exit
--- p5-Crypt-GeneratePassword.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Wed Aug 20 00:00:27 PDT 2003 
State-Changed-Why:  
Port added, thanks! 

I also fixed pkg-plist for this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55575 
>Unformatted:
