1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add p5-Env-PS1 0.04, prompt string formatter.

PR:		ports/72049
Submitted by:	ijliao
This commit is contained in:
Mathieu Arnold 2004-10-12 11:24:07 +00:00
parent 9dc99562f1
commit 51416fdfbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118956
5 changed files with 54 additions and 0 deletions

View File

@ -767,6 +767,7 @@
SUBDIR += p5-Devel-ptkdb
SUBDIR += p5-Dialog
SUBDIR += p5-Encode-compat
SUBDIR += p5-Env-PS1
SUBDIR += p5-Errno
SUBDIR += p5-Event
SUBDIR += p5-Exception-Class

29
devel/p5-Env-PS1/Makefile Normal file
View File

@ -0,0 +1,29 @@
# ex:ts=8
# Ports collection makefile for: Env::PS1
# Date created: Sep 24, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Env-PS1
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Env
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Prompt string formatter
PERL_MODBUILD= yes
MAN3= Env::PS1.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Requiers perl 5.6+, install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Env-PS1-0.04.tar.gz) = 209351265bcefd1c48a21a683c45759b
SIZE (Env-PS1-0.04.tar.gz) = 7422

View File

@ -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/

View File

@ -0,0 +1,15 @@
%%SITE_PERL%%/Env/PS1.pm
%%SITE_PERL%%/auto/Env/PS1/C.al
%%SITE_PERL%%/auto/Env/PS1/D.al
%%SITE_PERL%%/auto/Env/PS1/H.al
%%SITE_PERL%%/auto/Env/PS1/L.al
%%SITE_PERL%%/auto/Env/PS1/P.al
%%SITE_PERL%%/auto/Env/PS1/P_a.al
%%SITE_PERL%%/auto/Env/PS1/P_b.al
%%SITE_PERL%%/auto/Env/PS1/P_t.al
%%SITE_PERL%%/auto/Env/PS1/S.al
%%SITE_PERL%%/auto/Env/PS1/autosplit.ix
%%SITE_PERL%%/auto/Env/PS1/dollar.al
@dirrm %%SITE_PERL%%/auto/Env/PS1
@unexec rmdir %D/%%SITE_PERL%%/Env 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/auto/Env 2>/dev/null || true