diff options
author | adrianp <adrianp> | 2004-11-03 20:58:21 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2004-11-03 20:58:21 +0000 |
commit | 35118ae7a81b20b4024dde9df772cba207bcee2e (patch) | |
tree | becf11fc4985405e631ad8c5855d83a85a95d624 /textproc | |
parent | ac4e6a5e9a59ead7361b0870f5dd4eab580cba8b (diff) | |
download | pkgsrc-35118ae7a81b20b4024dde9df772cba207bcee2e.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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/DESCR | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/distinfo | 4 |
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 |