diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-15 06:37:53 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-15 06:37:53 +0000 |
commit | f4bb75c77a98545504226de2fe01eeddcde5171b (patch) | |
tree | 27ae8b5b5da5a8f3966d3aad57ef91a014373758 /textproc/p5-Text-Format+NWrap | |
parent | 1a19f4af678981e4eebb39952d99268e18d5de00 (diff) | |
download | ports-f4bb75c77a98545504226de2fe01eeddcde5171b.tar.gz ports-f4bb75c77a98545504226de2fe01eeddcde5171b.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Format+NWrap')
-rw-r--r-- | textproc/p5-Text-Format+NWrap/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Text-Format+NWrap/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Format+NWrap/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Format+NWrap/pkg-plist | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/p5-Text-Format+NWrap/Makefile b/textproc/p5-Text-Format+NWrap/Makefile new file mode 100644 index 000000000000..970dccdc9a6a --- /dev/null +++ b/textproc/p5-Text-Format+NWrap/Makefile @@ -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> diff --git a/textproc/p5-Text-Format+NWrap/distinfo b/textproc/p5-Text-Format+NWrap/distinfo new file mode 100644 index 000000000000..ccba9295e7fb --- /dev/null +++ b/textproc/p5-Text-Format+NWrap/distinfo @@ -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 diff --git a/textproc/p5-Text-Format+NWrap/pkg-descr b/textproc/p5-Text-Format+NWrap/pkg-descr new file mode 100644 index 000000000000..2230b3cae21f --- /dev/null +++ b/textproc/p5-Text-Format+NWrap/pkg-descr @@ -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. diff --git a/textproc/p5-Text-Format+NWrap/pkg-plist b/textproc/p5-Text-Format+NWrap/pkg-plist new file mode 100644 index 000000000000..c5c49b83317d --- /dev/null +++ b/textproc/p5-Text-Format+NWrap/pkg-plist @@ -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 |