diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-15 14:37:53 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-15 14:37:53 +0800 |
commit | 4c338c1fe53e6e1c219b30a750d5ebddd13d2712 (patch) | |
tree | bcde5bd3466d232078abf68324a73dd8ae2025c6 | |
parent | b310cd2649042cb93796a5096e50ee4e1f70084c (diff) | |
download | freebsd-ports-gnome-4c338c1fe53e6e1c219b30a750d5ebddd13d2712.tar.gz freebsd-ports-gnome-4c338c1fe53e6e1c219b30a750d5ebddd13d2712.tar.zst freebsd-ports-gnome-4c338c1fe53e6e1c219b30a750d5ebddd13d2712.zip |
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>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6eb18ee5e50e..49f4d94fc095 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 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 |