diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-12 11:24:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-12 11:24:07 +0000 |
commit | 51416fdfbca9ec71601c1eb588b67d60a51d1ff8 (patch) | |
tree | 33cd9b4098b44b3a4f033d96e9731d694aba5fdc /devel/p5-Env-PS1/pkg-descr | |
parent | 9dc99562f1bca81370603044acd5ab2081814c5a (diff) | |
download | ports-51416fdfbca9ec71601c1eb588b67d60a51d1ff8.tar.gz ports-51416fdfbca9ec71601c1eb588b67d60a51d1ff8.zip |
Notes
Diffstat (limited to 'devel/p5-Env-PS1/pkg-descr')
-rw-r--r-- | devel/p5-Env-PS1/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Env-PS1/pkg-descr b/devel/p5-Env-PS1/pkg-descr new file mode 100644 index 000000000000..68fd021ea0e9 --- /dev/null +++ b/devel/p5-Env-PS1/pkg-descr @@ -0,0 +1,7 @@ +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/ |