aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Tabs+Wrap
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-03-24 14:37:47 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-03-24 14:37:47 +0000
commit4f389c03da7ed8381b9b0f77069359d1d097309a (patch)
tree064afc489426e0e2fff79b30c48dd13c62397cc1 /textproc/p5-Text-Tabs+Wrap
parentf4ae7932b7a7b944ab955025d5eee20d37c797de (diff)
downloadports-4f389c03da7ed8381b9b0f77069359d1d097309a.tar.gz
ports-4f389c03da7ed8381b9b0f77069359d1d097309a.zip
New port: very simple paragraph formatter
PR: 47882
Notes
Notes: svn path=/head/; revision=77387
Diffstat (limited to 'textproc/p5-Text-Tabs+Wrap')
-rw-r--r--textproc/p5-Text-Tabs+Wrap/Makefile23
-rw-r--r--textproc/p5-Text-Tabs+Wrap/distinfo1
-rw-r--r--textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL9
-rw-r--r--textproc/p5-Text-Tabs+Wrap/pkg-descr7
-rw-r--r--textproc/p5-Text-Tabs+Wrap/pkg-plist5
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/p5-Text-Tabs+Wrap/Makefile b/textproc/p5-Text-Tabs+Wrap/Makefile
new file mode 100644
index 000000000000..e180decea27b
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/p5- Text-Wrap
+# Date created: 4 February 2003
+# Whom: Toby Allsopp <toby@mi6.gen.nz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Tabs+Wrap
+PORTVERSION= 2001.0929
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= toby@mi6.gen.nz
+COMMENT= Line wrapping to form simple paragraphs
+
+PERL_CONFIGURE= YES
+
+MAN3= Text::Wrap.3 Text::Tabs.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Tabs+Wrap/distinfo b/textproc/p5-Text-Tabs+Wrap/distinfo
new file mode 100644
index 000000000000..f5184864c726
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/distinfo
@@ -0,0 +1 @@
+MD5 (Text-Tabs+Wrap-2001.0929.tar.gz) = 2a2d5436efc9f9b8fc9e23f107abb010
diff --git a/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL b/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL
new file mode 100644
index 000000000000..e7b0e6f8ee9f
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL
@@ -0,0 +1,9 @@
+--- Makefile.PL~ Tue Feb 4 19:02:23 2003
++++ Makefile.PL Tue Feb 4 19:02:34 2003
+@@ -9,6 +9,5 @@
+ ('ABSTRACT' => 'Expand tabs and do simple line wrapping',
+ 'AUTHOR' => 'David Muir Sharnoff <muir@idiom.com>') : ()),
+ 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
+- 'INSTALLDIRS' => 'perl',
+ );
+
diff --git a/textproc/p5-Text-Tabs+Wrap/pkg-descr b/textproc/p5-Text-Tabs+Wrap/pkg-descr
new file mode 100644
index 000000000000..1e5dc8e909f3
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/pkg-descr
@@ -0,0 +1,7 @@
+Text::Wrap::wrap() is a very simple paragraph formatter. It formats a single
+paragraph at a time by breaking lines at word boundaries. Indentation is
+controlled for the first line ($initial_tab) and all subsequent lines
+($subsequent_tab) independently.
+
+This is a later version (from CPAN) than the one that comes with the base
+system's perl 5.00503.
diff --git a/textproc/p5-Text-Tabs+Wrap/pkg-plist b/textproc/p5-Text-Tabs+Wrap/pkg-plist
new file mode 100644
index 000000000000..5c4effac55d8
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Text/Wrap.pm
+lib/perl5/site_perl/%%PERL_VER%%/Text/Tabs.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true