From ijliao@FreeBSD.csie.NCTU.edu.tw  Fri Sep 24 04:05:06 2004
Return-Path: <ijliao@FreeBSD.csie.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6E6C716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Sep 2004 04:05:06 +0000 (GMT)
Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E006543D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Sep 2004 04:05:04 +0000 (GMT)
	(envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 4A196106C5B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Sep 2004 12:04:58 +0800 (CST)
Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1])
 by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 97061-05 for <FreeBSD-gnats-submit@freebsd.org>;
 Fri, 24 Sep 2004 12:04:57 +0800 (CST)
Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041)
	id 7D949106C69; Fri, 24 Sep 2004 12:04:57 +0800 (CST)
Message-Id: <20040924040457.7D949106C69@FreeBSD.csie.NCTU.edu.tw>
Date: Fri, 24 Sep 2004 12:04:57 +0800 (CST)
From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-Env-PS1: Prompt string formatter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72049
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Env-PS1: Prompt string formatter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 24 04:10:27 GMT 2004
>Closed-Date:    Tue Oct 12 11:23:55 GMT 2004
>Last-Modified:  Tue Oct 12 11:23:55 GMT 2004
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004
>Description:
This package supplies variables that are "tied" to environment variables like
'PS1' and 'PS2', if read it takes the contents of the variable as a format
string like the ones bash(1) uses to format the prompt.

It is intended to be used in combination with the various ReadLine packages.

WWW: http://search.cpan.org/dist/Env-PS1/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Env-PS1-0.04.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-Env-PS1
#	p5-Env-PS1/Makefile
#	p5-Env-PS1/distinfo
#	p5-Env-PS1/pkg-descr
#	p5-Env-PS1/pkg-plist
#
echo c - p5-Env-PS1
mkdir -p p5-Env-PS1 > /dev/null 2>&1
echo x - p5-Env-PS1/Makefile
sed 's/^X//' >p5-Env-PS1/Makefile << 'END-of-p5-Env-PS1/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	Env::PS1
X# Date created:			Sep 24, 2004
X# Whom:				ijliao
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Env-PS1
XPORTVERSION=	0.04
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Env
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Prompt string formatter
X
XPERL_MODBUILD=	yes
X
XMAN3=	Env::PS1.3
X
X.include <bsd.port.mk>
END-of-p5-Env-PS1/Makefile
echo x - p5-Env-PS1/distinfo
sed 's/^X//' >p5-Env-PS1/distinfo << 'END-of-p5-Env-PS1/distinfo'
XMD5 (Env-PS1-0.04.tar.gz) = 209351265bcefd1c48a21a683c45759b
XSIZE (Env-PS1-0.04.tar.gz) = 7422
END-of-p5-Env-PS1/distinfo
echo x - p5-Env-PS1/pkg-descr
sed 's/^X//' >p5-Env-PS1/pkg-descr << 'END-of-p5-Env-PS1/pkg-descr'
XThis package supplies variables that are "tied" to environment variables like
X'PS1' and 'PS2', if read it takes the contents of the variable as a format
Xstring like the ones bash(1) uses to format the prompt.
X
XIt is intended to be used in combination with the various ReadLine packages.
X
XWWW: http://search.cpan.org/dist/Env-PS1/
END-of-p5-Env-PS1/pkg-descr
echo x - p5-Env-PS1/pkg-plist
sed 's/^X//' >p5-Env-PS1/pkg-plist << 'END-of-p5-Env-PS1/pkg-plist'
X%%SITE_PERL%%/Env/PS1.pm
X%%SITE_PERL%%/auto/Env/PS1/C.al
X%%SITE_PERL%%/auto/Env/PS1/D.al
X%%SITE_PERL%%/auto/Env/PS1/H.al
X%%SITE_PERL%%/auto/Env/PS1/L.al
X%%SITE_PERL%%/auto/Env/PS1/P.al
X%%SITE_PERL%%/auto/Env/PS1/P_a.al
X%%SITE_PERL%%/auto/Env/PS1/P_b.al
X%%SITE_PERL%%/auto/Env/PS1/P_t.al
X%%SITE_PERL%%/auto/Env/PS1/S.al
X%%SITE_PERL%%/auto/Env/PS1/autosplit.ix
X%%SITE_PERL%%/auto/Env/PS1/dollar.al
X@dirrm %%SITE_PERL%%/auto/Env/PS1
X@unexec rmdir %D/%%SITE_PERL%%/Env 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/auto/Env 2>/dev/null || true
END-of-p5-Env-PS1/pkg-plist
exit
--- p5-Env-PS1-0.04.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Sat Sep 25 18:37:48 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72047 
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Sat Sep 25 18:37:48 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72048 
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Sat Sep 25 18:37:48 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72049 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Tue Oct 12 11:23:50 GMT 2004 
State-Changed-Why:  
Port added, thanks ! 

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