diff options
author | Lars Thegler <lth@FreeBSD.org> | 2009-12-06 14:39:30 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2009-12-06 14:39:30 +0000 |
commit | 3a3b9b6e55b73ac402e0bca9fd17b5ae47b11f58 (patch) | |
tree | 40443175469ea11e38541473ba60dd4505d27362 /textproc/p5-String-Truncate | |
parent | 075e4f768b98cf8c16f20f19c9317a71ac567f2d (diff) |
Notes
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 |