diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-16 18:30:53 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-16 18:30:53 +0000 |
commit | 3e83f021f6c384fd8f60bc0609b3cb0ccac86113 (patch) | |
tree | fcda763eb8e55fdac2200a28ce8af53e51a6d69a /textproc | |
parent | 3b1d81195ff5718b513e7a3e7e723941ea41146a (diff) | |
download | pkgsrc-3e83f021f6c384fd8f60bc0609b3cb0ccac86113.tar.gz |
Initial import of p5-Text-Autoformat.
Text::Autoformat provides intelligent formatting of plaintext. It also
supplies a replacement for the built-in perl format()'ing mechanism. It
recognizes Internet quoting conventions, bulleting and numbering, and allows
for inter-word and inter-paragraph spatial adjustments, text justification,
and various capitialization schemes.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12636.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Autoformat/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Text-Autoformat/files/md5 | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Autoformat/pkg/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Autoformat/pkg/PLIST | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile new file mode 100644 index 00000000000..6c665be40c4 --- /dev/null +++ b/textproc/p5-Text-Autoformat/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 18:30:53 jtb Exp $ + +DISTNAME= Text-Autoformat-1.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cs.monash.edu.au/~damian/ +COMMENT= perl module for text wrapping and reformatting + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Autoformat/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Autoformat/files/md5 b/textproc/p5-Text-Autoformat/files/md5 new file mode 100644 index 00000000000..2706f5aec58 --- /dev/null +++ b/textproc/p5-Text-Autoformat/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/16 18:30:53 jtb Exp $ + +SHA1 (Text-Autoformat-1.04.tar.gz) = 37542dab1e1db7e4aada2886084c413fc2d2aaab diff --git a/textproc/p5-Text-Autoformat/pkg/DESCR b/textproc/p5-Text-Autoformat/pkg/DESCR new file mode 100644 index 00000000000..36d86ce61fd --- /dev/null +++ b/textproc/p5-Text-Autoformat/pkg/DESCR @@ -0,0 +1,5 @@ +Text::Autoformat provides intelligent formatting of plaintext. It also +supplies a replacement for the built-in perl format()'ing mechanism. It +recognizes Internet quoting conventions, bulleting and numbering, and allows +for inter-word and inter-paragraph spatial adjustments, text justification, +and various capitialization schemes. diff --git a/textproc/p5-Text-Autoformat/pkg/PLIST b/textproc/p5-Text-Autoformat/pkg/PLIST new file mode 100644 index 00000000000..d8c0f759896 --- /dev/null +++ b/textproc/p5-Text-Autoformat/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 18:30:53 jtb Exp $ |