diff options
author | heinz <heinz@pkgsrc.org> | 2006-07-12 17:41:04 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-07-12 17:41:04 +0000 |
commit | 435c20ab958d235df7c0808d25b38dde34780ace (patch) | |
tree | 0a3f4aecbc327af29281c4835ceda51ff766b28f /textproc/p5-Text-Reflow/Makefile | |
parent | 98a30f77081723e00781637092f6852afd0afde0 (diff) | |
download | pkgsrc-435c20ab958d235df7c0808d25b38dde34780ace.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/p5-Text-Reflow/Makefile')
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
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" |