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 Subject: ports/72049: [NEW PORT] devel/p5-Env-PS1: Prompt string formatter Message-ID: <20040924040457.7D949106C69@FreeBSD.csie.NCTU.edu.tw> Resent-Message-ID: <200409240410.i8O4ASDj027526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72049 >Category: ports >Synopsis: [NEW PORT] devel/p5-Env-PS1: Prompt string formatter >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: Fri Sep 24 04:10:27 GMT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040924040457.7D949106C69>