mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-String-Truncate 0.102, a module for when strings are too long to
be displayed in....
This commit is contained in:
parent
075e4f768b
commit
3a3b9b6e55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245284
5 changed files with 32 additions and 0 deletions
|
@ -605,6 +605,7 @@
|
|||
SUBDIR += p5-String-ShowDiff
|
||||
SUBDIR += p5-String-Strip
|
||||
SUBDIR += p5-String-Tokenizer
|
||||
SUBDIR += p5-String-Truncate
|
||||
SUBDIR += p5-Syntax-Highlight-Engine-Kate
|
||||
SUBDIR += p5-Syntax-Highlight-Perl-Improved
|
||||
SUBDIR += p5-TeX-Encode
|
||||
|
|
21
textproc/p5-String-Truncate/Makefile
Normal file
21
textproc/p5-String-Truncate/Makefile
Normal file
|
@ -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>
|
3
textproc/p5-String-Truncate/distinfo
Normal file
3
textproc/p5-String-Truncate/distinfo
Normal file
|
@ -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
|
4
textproc/p5-String-Truncate/pkg-descr
Normal file
4
textproc/p5-String-Truncate/pkg-descr
Normal file
|
@ -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/
|
3
textproc/p5-String-Truncate/pkg-plist
Normal file
3
textproc/p5-String-Truncate/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue