aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-15 06:37:53 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-15 06:37:53 +0000
commitf4bb75c77a98545504226de2fe01eeddcde5171b (patch)
tree27ae8b5b5da5a8f3966d3aad57ef91a014373758
parent1a19f4af678981e4eebb39952d99268e18d5de00 (diff)
downloadports-f4bb75c77a98545504226de2fe01eeddcde5171b.tar.gz
ports-f4bb75c77a98545504226de2fe01eeddcde5171b.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>
Notes
Notes: svn path=/head/; revision=167865
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-Format+NWrap/Makefile25
-rw-r--r--textproc/p5-Text-Format+NWrap/distinfo3
-rw-r--r--textproc/p5-Text-Format+NWrap/pkg-descr10
-rw-r--r--textproc/p5-Text-Format+NWrap/pkg-plist5
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