pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Reflow Import of Perl module Text-Ref...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56f1d56c19a4
branches:  trunk
changeset: 516021:56f1d56c19a4
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Jul 12 17:41:04 2006 +0000

description:
Import of Perl module Text-Reflow 1.05.

Text::Reflow is a Perl module for reflowing paragraphs of text using
Knuth's paragraphing algorithm.  The program looks for "optimal"
places to insert line breaks in order to avoid breaking up phrases.
This results in more ragged, but more readable paragraphs.

diffstat:

 textproc/p5-Text-Reflow/DESCR    |   4 ++++
 textproc/p5-Text-Reflow/Makefile |  19 +++++++++++++++++++
 textproc/p5-Text-Reflow/PLIST    |   1 +
 textproc/p5-Text-Reflow/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 5daa586e999a -r 56f1d56c19a4 textproc/p5-Text-Reflow/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Reflow/DESCR     Wed Jul 12 17:41:04 2006 +0000
@@ -0,0 +1,4 @@
+Text::Reflow is a Perl module for reflowing paragraphs of text using
+Knuth's paragraphing algorithm.  The program looks for "optimal"
+places to insert line breaks in order to avoid breaking up phrases.
+This results in more ragged, but more readable paragraphs.
diff -r 5daa586e999a -r 56f1d56c19a4 textproc/p5-Text-Reflow/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Reflow/Makefile  Wed Jul 12 17:41:04 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/12 17:41:04 heinz Exp $
+#
+
+DISTNAME=              Text-Reflow-1.05
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5rfl
+CATEGORIES=            textproc perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER=            heinz%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Text-Reflow/
+COMMENT=               Reflowing of text using Knuth's paragraphing algorithm
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Text/Reflow/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5daa586e999a -r 56f1d56c19a4 textproc/p5-Text-Reflow/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Reflow/PLIST     Wed Jul 12 17:41:04 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/12 17:41:04 heinz Exp $
diff -r 5daa586e999a -r 56f1d56c19a4 textproc/p5-Text-Reflow/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Reflow/distinfo  Wed Jul 12 17:41:04 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/07/12 17:41:04 heinz Exp $
+
+SHA1 (Text-Reflow-1.05.tar.gz) = a6c7f787e112693e22af06b54e54c1122e9483b5
+RMD160 (Text-Reflow-1.05.tar.gz) = 2b31cd536c495b22e2da573823db9f16e7b8bc19
+Size (Text-Reflow-1.05.tar.gz) = 15532 bytes



Home | Main Index | Thread Index | Old Index