diff options
author | mat <mat@FreeBSD.org> | 2004-10-12 11:24:07 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-10-12 11:24:07 +0000 |
commit | 7f2b7679ec5beddc4e89b630e1ef68076d5e3fe3 (patch) | |
tree | d02c724f83a35a379d0845cb5c1cb58477cb0675 | |
parent | a8da78dcfbddfc660d69caaa30e984ad5124875c (diff) | |
download | FreeBSD-ports-7f2b7679ec5beddc4e89b630e1ef68076d5e3fe3.zip FreeBSD-ports-7f2b7679ec5beddc4e89b630e1ef68076d5e3fe3.tar.gz |
Add p5-Env-PS1 0.04, prompt string formatter.
PR: ports/72049
Submitted by: ijliao
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Env-PS1/Makefile | 29 | ||||
-rw-r--r-- | devel/p5-Env-PS1/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Env-PS1/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Env-PS1/pkg-plist | 15 |
5 files changed, 54 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d88f4ff..026fc85 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Env-PS1/Makefile b/devel/p5-Env-PS1/Makefile new file mode 100644 index 0000000..2c3f133 --- /dev/null +++ b/devel/p5-Env-PS1/Makefile @@ -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> diff --git a/devel/p5-Env-PS1/distinfo b/devel/p5-Env-PS1/distinfo new file mode 100644 index 0000000..6d64d6f --- /dev/null +++ b/devel/p5-Env-PS1/distinfo @@ -0,0 +1,2 @@ +MD5 (Env-PS1-0.04.tar.gz) = 209351265bcefd1c48a21a683c45759b +SIZE (Env-PS1-0.04.tar.gz) = 7422 diff --git a/devel/p5-Env-PS1/pkg-descr b/devel/p5-Env-PS1/pkg-descr new file mode 100644 index 0000000..68fd021 --- /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/ diff --git a/devel/p5-Env-PS1/pkg-plist b/devel/p5-Env-PS1/pkg-plist new file mode 100644 index 0000000..2d688d9 --- /dev/null +++ b/devel/p5-Env-PS1/pkg-plist @@ -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 |