summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-11-03 20:58:21 +0000
committeradrianp <adrianp@pkgsrc.org>2004-11-03 20:58:21 +0000
commitca17e891eae51c7a9c670b8224c90c2655db65de (patch)
treebecf11fc4985405e631ad8c5855d83a85a95d624
parent52f80268312ec529ff83ff5296a4018a6cde3a96 (diff)
downloadpkgsrc-ca17e891eae51c7a9c670b8224c90c2655db65de.tar.gz
Text::Tabs performs the same job that the unix expand(1) and unexpand(1)
commands do: adding or removing tabs from a document. Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break up long lines, it will not join short lines together. Text::Fill::fill() will reformat blocks of text into paragraphs. It uses Text::Wrap::wrap() to do the work
-rw-r--r--textproc/p5-Text-Tabs+Wrap/DESCR8
-rw-r--r--textproc/p5-Text-Tabs+Wrap/Makefile16
-rw-r--r--textproc/p5-Text-Tabs+Wrap/PLIST1
-rw-r--r--textproc/p5-Text-Tabs+Wrap/distinfo4
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-Text-Tabs+Wrap/DESCR b/textproc/p5-Text-Tabs+Wrap/DESCR
new file mode 100644
index 00000000000..f7a6f19a135
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/DESCR
@@ -0,0 +1,8 @@
+Text::Tabs performs the same job that the unix expand(1) and unexpand(1)
+commands do: adding or removing tabs from a document.
+
+Text::Wrap::wrap() will reformat lines into paragraphs. All it does is
+break up long lines, it will not join short lines together.
+
+Text::Fill::fill() will reformat blocks of text into paragraphs. It
+uses Text::Wrap::wrap() to do the work
diff --git a/textproc/p5-Text-Tabs+Wrap/Makefile b/textproc/p5-Text-Tabs+Wrap/Makefile
new file mode 100644
index 00000000000..5f78773ab8d
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 20:58:21 adrianp Exp $
+
+DISTNAME= Text-Tabs+Wrap-2001.0929
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~muir/${DISTNAME}
+COMMENT= Line wrapping to form simple paragraphs
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Text-Tabs+Wrap/PLIST b/textproc/p5-Text-Tabs+Wrap/PLIST
new file mode 100644
index 00000000000..d01692efa4b
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/03 20:58:21 adrianp Exp $
diff --git a/textproc/p5-Text-Tabs+Wrap/distinfo b/textproc/p5-Text-Tabs+Wrap/distinfo
new file mode 100644
index 00000000000..9f756fd4b15
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/03 20:58:21 adrianp Exp $
+
+SHA1 (Text-Tabs+Wrap-2001.0929.tar.gz) = 1883ed48477311dcc1830e5f7d75f4fe94110a18
+Size (Text-Tabs+Wrap-2001.0929.tar.gz) = 7557 bytes