1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add p5-Text-Format+NWrap 0.52, various subroutines to format and wrap

text.

PR:		ports/100264
Submitted by:	Vivek Khera <vivek at khera.org>
This commit is contained in:
Cheng-Lung Sung 2006-07-15 06:37:53 +00:00
parent 1a19f4af67
commit f4bb75c77a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167865
5 changed files with 44 additions and 0 deletions

View File

@ -483,6 +483,7 @@
SUBDIR += p5-Text-FixedLength-Extra
SUBDIR += p5-Text-Flowchart
SUBDIR += p5-Text-Format
SUBDIR += p5-Text-Format+NWrap
SUBDIR += p5-Text-FormatTable
SUBDIR += p5-Text-German
SUBDIR += p5-Text-Glob

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: textproc/p5-Text-Format+NWrap
# Date created: 12-JUL-2006
# Whom: Vivek Khera <vivek@khera.org>
#
# $FreeBSD$
#
PORTNAME= Text-Format+NWrap
PORTVERSION= 0.52
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
DISTNAME= Text-Format0.52+NWrap0.11
MAINTAINER= vivek@khera.org
COMMENT= Various subroutines to format and wrap text
CONFLICTS= p5-Text-Format-[0-9]*
PERL_CONFIGURE= yes
MAN3= Text::Format.3 Text::NWrap.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Text-Format0.52+NWrap0.11.tar.gz) = b8a6e301b87a5fdc88d91fe629e7fde5
SHA256 (Text-Format0.52+NWrap0.11.tar.gz) = 33d653ddfe9a1d16207807a578a02d99f1c85074e630011f6669e9d97e299565
SIZE (Text-Format0.52+NWrap0.11.tar.gz) = 12395

View File

@ -0,0 +1,10 @@
The format routine will format under all circumstances even if the width
isn't enough to contain the longest words. Text::Wrap will die under
these circumstances, although I am told this is fixed. If columns is set
to a small number and words are longer than that and the leading
'whitespace' than there will be a single word on each line. This will
let you make a simple word list which could be indented or right
aligned.
This port is a superset of p5-Text-Format -- it includes the Text::NWrap
module.

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text-Format+NWrap/.packlist
%%SITE_PERL%%/Text/Format.pm
%%SITE_PERL%%/Text/NWrap.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text-Format+NWrap
@dirrmtry %%SITE_PERL%%/Text