From rbt@home.rbt.ca  Sat Aug  6 03:22:31 2005
Return-Path: <rbt@home.rbt.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 41BC716A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Aug 2005 03:22:31 +0000 (GMT)
	(envelope-from rbt@home.rbt.ca)
Received: from home.rbt.ca (209-161-192-161.dsl.look.ca [209.161.192.161])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D321F43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Aug 2005 03:22:30 +0000 (GMT)
	(envelope-from rbt@home.rbt.ca)
Received: from home.rbt.ca (localhost [127.0.0.1])
	by home.rbt.ca (8.13.1/8.13.1) with ESMTP id j763HdlD047143
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 5 Aug 2005 23:17:40 -0400 (EDT)
	(envelope-from rbt@home.rbt.ca)
Received: (from rbt@localhost)
	by home.rbt.ca (8.13.1/8.13.1/Submit) id j763Hdln047142;
	Fri, 5 Aug 2005 23:17:39 -0400 (EDT)
	(envelope-from rbt)
Message-Id: <200508060317.j763Hdln047142@home.rbt.ca>
Date: Fri, 5 Aug 2005 23:17:39 -0400 (EDT)
From: Rod Taylor <ports@rbt.ca>
Reply-To: Rod Taylor <ports@rbt.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: devel/p5-Term-ReadPassword
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84604
>Category:       ports
>Synopsis:       New Port: devel/p5-Term-ReadPassword
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 06 03:30:15 GMT 2005
>Closed-Date:    Tue Aug 30 06:13:28 GMT 2005
>Last-Modified:  Tue Aug 30 06:13:28 GMT 2005
>Originator:     Rod Taylor
>Release:        FreeBSD 5.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home 5.3-RELEASE FreeBSD 5.3-RELEASE #8: Thu May 12 00:34:34 EDT 2005 root@home:/usr/obj/usr/src/sys/HOME amd64


	
>Description:
	A new port for reading password from the keyword in perl.

    It is a requirement for the newer versions of Bricolage.
	
>How-To-Repeat:
	
>Fix:

	

--- readpassword.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-Term-ReadPassword
#	p5-Term-ReadPassword/Makefile
#	p5-Term-ReadPassword/distinfo
#	p5-Term-ReadPassword/pkg-descr
#	p5-Term-ReadPassword/pkg-plist
#
echo c - p5-Term-ReadPassword
mkdir -p p5-Term-ReadPassword > /dev/null 2>&1
echo x - p5-Term-ReadPassword/Makefile
sed 's/^X//' >p5-Term-ReadPassword/Makefile << 'END-of-p5-Term-ReadPassword/Makefile'
X# New ports collection makefile for:    p5-Term-ReadPassword
X# Date created:				5 August 2005
X# Whom:	      				Rod Taylor <ports@rbt.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Term-ReadPassword
XPORTVERSION=	0.05
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Term
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@rbt.ca
XCOMMENT=	A Perl5 module to read a password from a terminal.
X
XPERL_CONFIGURE=	YES
X
XMAN3=		Term::ReadPassword.3
X
X.include <bsd.port.mk>
END-of-p5-Term-ReadPassword/Makefile
echo x - p5-Term-ReadPassword/distinfo
sed 's/^X//' >p5-Term-ReadPassword/distinfo << 'END-of-p5-Term-ReadPassword/distinfo'
XMD5 (Term-ReadPassword-0.05.tar.gz) = 34a61a0ede9a1057685fa80c76ff9e54
XSIZE (Term-ReadPassword-0.05.tar.gz) = 6462
END-of-p5-Term-ReadPassword/distinfo
echo x - p5-Term-ReadPassword/pkg-descr
sed 's/^X//' >p5-Term-ReadPassword/pkg-descr << 'END-of-p5-Term-ReadPassword/pkg-descr'
XExcerpted from the README file:
X
XTerm::Password lets you ask the user for a password in the
Xtraditional way, from the keyboard, without echoing.
X
XThe read_password function prompts for input, reads a line of
Xtext from the keyboard, then returns that line to the caller.
XThe line of text doesn't include the newline character, so
Xthere's no need to use chomp.
X
XWWW: http://search.cpan.org/~phoenix/Term-ReadPassword/
END-of-p5-Term-ReadPassword/pkg-descr
echo x - p5-Term-ReadPassword/pkg-plist
sed 's/^X//' >p5-Term-ReadPassword/pkg-plist << 'END-of-p5-Term-ReadPassword/pkg-plist'
X%%SITE_PERL%%/Term/ReadPassword.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadPassword/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadPassword
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Term 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true
END-of-p5-Term-ReadPassword/pkg-plist
exit
--- readpassword.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Aug 30 06:12:35 GMT 2005 
State-Changed-Why:  
Already added by kuriyama who apparently did not see that this PR was 
pending.  Thanks for the submission, anyways. 

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