diff options
author | lth <lth@FreeBSD.org> | 2009-12-06 22:39:30 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2009-12-06 22:39:30 +0800 |
commit | ddc449c1d32e55df4b85953c0d1091a495f5005f (patch) | |
tree | 5c917f9593be60068cd37b3e5d000e1c3215fc6e /textproc/p5-String-Truncate | |
parent | 530edea00858415c448ac52227945f7176f602cb (diff) | |
download | freebsd-ports-gnome-ddc449c1d32e55df4b85953c0d1091a495f5005f.tar.gz freebsd-ports-gnome-ddc449c1d32e55df4b85953c0d1091a495f5005f.tar.zst freebsd-ports-gnome-ddc449c1d32e55df4b85953c0d1091a495f5005f.zip |
Add p5-String-Truncate 0.102, a module for when strings are too long to
be displayed in....
Diffstat (limited to 'textproc/p5-String-Truncate')
-rw-r--r-- | textproc/p5-String-Truncate/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-String-Truncate/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-String-Truncate/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-String-Truncate/pkg-plist | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-String-Truncate/Makefile b/textproc/p5-String-Truncate/Makefile new file mode 100644 index 000000000000..547862b311a3 --- /dev/null +++ b/textproc/p5-String-Truncate/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: textproc/p5-String-Truncate +# Date created: 6 December 2009 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= String-Truncate +PORTVERSION= 0.102 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= A module for when strings are too long to be displayed in... + +PERL_CONFIGURE= yes + +MAN3= String::Truncate.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-String-Truncate/distinfo b/textproc/p5-String-Truncate/distinfo new file mode 100644 index 000000000000..9348043e8833 --- /dev/null +++ b/textproc/p5-String-Truncate/distinfo @@ -0,0 +1,3 @@ +MD5 (String-Truncate-0.102.tar.gz) = fa992b5bdb562c6b8ae6e74dd51dff53 +SHA256 (String-Truncate-0.102.tar.gz) = dab7266ffea16ba553cb345f0663fe8350be8f0d0228cf8787f31fd8db200edd +SIZE (String-Truncate-0.102.tar.gz) = 13555 diff --git a/textproc/p5-String-Truncate/pkg-descr b/textproc/p5-String-Truncate/pkg-descr new file mode 100644 index 000000000000..9601af333f6e --- /dev/null +++ b/textproc/p5-String-Truncate/pkg-descr @@ -0,0 +1,4 @@ +This module handles the simple but common problem of long strings +and finite terminal width. + +WWW: http://search.cpan.org/dist/String-Truncate/ diff --git a/textproc/p5-String-Truncate/pkg-plist b/textproc/p5-String-Truncate/pkg-plist new file mode 100644 index 000000000000..7f3e0290ca11 --- /dev/null +++ b/textproc/p5-String-Truncate/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/String/Truncate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Truncate/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Truncate |