pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Tabs+Wrap Text::Tabs performs the sam...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1ce60939b89
branches:  trunk
changeset: 482843:b1ce60939b89
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Nov 03 20:58:21 2004 +0000

description:
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:

 textproc/p5-Text-Tabs+Wrap/DESCR    |   8 ++++++++
 textproc/p5-Text-Tabs+Wrap/Makefile |  16 ++++++++++++++++
 textproc/p5-Text-Tabs+Wrap/PLIST    |   1 +
 textproc/p5-Text-Tabs+Wrap/distinfo |   4 ++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 9aa0ebfb4968 -r b1ce60939b89 textproc/p5-Text-Tabs+Wrap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Tabs+Wrap/DESCR  Wed Nov 03 20:58:21 2004 +0000
@@ -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 -r 9aa0ebfb4968 -r b1ce60939b89 textproc/p5-Text-Tabs+Wrap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Tabs+Wrap/Makefile       Wed Nov 03 20:58:21 2004 +0000
@@ -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@localhost
+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 -r 9aa0ebfb4968 -r b1ce60939b89 textproc/p5-Text-Tabs+Wrap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Tabs+Wrap/PLIST  Wed Nov 03 20:58:21 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/03 20:58:21 adrianp Exp $
diff -r 9aa0ebfb4968 -r b1ce60939b89 textproc/p5-Text-Tabs+Wrap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Tabs+Wrap/distinfo       Wed Nov 03 20:58:21 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index