diff options
author | heinz <heinz> | 2006-07-12 17:41:04 +0000 |
---|---|---|
committer | heinz <heinz> | 2006-07-12 17:41:04 +0000 |
commit | 69af6b605d9bf065144471f105615c0bed5b5b01 (patch) | |
tree | 0a3f4aecbc327af29281c4835ceda51ff766b28f /textproc | |
parent | cbb3b1fe0d0611fc2dd7e4b5b27ede3d841b4643 (diff) | |
download | pkgsrc-69af6b605d9bf065144471f105615c0bed5b5b01.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Reflow/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-Reflow/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Reflow/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-Text-Reflow/DESCR b/textproc/p5-Text-Reflow/DESCR new file mode 100644 index 00000000000..d111e00dae5 --- /dev/null +++ b/textproc/p5-Text-Reflow/DESCR @@ -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 --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile new file mode 100644 index 00000000000..1694f4e59f8 --- /dev/null +++ b/textproc/p5-Text-Reflow/Makefile @@ -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 +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 --git a/textproc/p5-Text-Reflow/PLIST b/textproc/p5-Text-Reflow/PLIST new file mode 100644 index 00000000000..69d53cbac9c --- /dev/null +++ b/textproc/p5-Text-Reflow/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/12 17:41:04 heinz Exp $ diff --git a/textproc/p5-Text-Reflow/distinfo b/textproc/p5-Text-Reflow/distinfo new file mode 100644 index 00000000000..433576fce50 --- /dev/null +++ b/textproc/p5-Text-Reflow/distinfo @@ -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 |