diff options
Diffstat (limited to 'devel')
-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 d88f4ff30996..026fc853998d 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 000000000000..2c3f1335c5e9 --- /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 000000000000..6d64d6f12aaf --- /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 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/ diff --git a/devel/p5-Env-PS1/pkg-plist b/devel/p5-Env-PS1/pkg-plist new file mode 100644 index 000000000000..2d688d99b907 --- /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 |