From d4362209e624dcbfea287bb7a7e050a71e9d9409 Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 16 Apr 2001 18:30:53 +0000 Subject: 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 in PR #12636. --- textproc/p5-Text-Autoformat/Makefile | 18 ++++++++++++++++++ textproc/p5-Text-Autoformat/files/md5 | 3 +++ textproc/p5-Text-Autoformat/pkg/DESCR | 5 +++++ textproc/p5-Text-Autoformat/pkg/PLIST | 1 + 4 files changed, 27 insertions(+) create mode 100644 textproc/p5-Text-Autoformat/Makefile create mode 100644 textproc/p5-Text-Autoformat/files/md5 create mode 100644 textproc/p5-Text-Autoformat/pkg/DESCR create mode 100644 textproc/p5-Text-Autoformat/pkg/PLIST (limited to 'textproc') 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 $ -- cgit v1.2.3