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.
This commit is contained in:
parent
3b1d81195f
commit
3e83f021f6
4 changed files with 27 additions and 0 deletions
18
textproc/p5-Text-Autoformat/Makefile
Normal file
18
textproc/p5-Text-Autoformat/Makefile
Normal file
|
@ -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"
|
3
textproc/p5-Text-Autoformat/files/md5
Normal file
3
textproc/p5-Text-Autoformat/files/md5
Normal file
|
@ -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
|
5
textproc/p5-Text-Autoformat/pkg/DESCR
Normal file
5
textproc/p5-Text-Autoformat/pkg/DESCR
Normal file
|
@ -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.
|
1
textproc/p5-Text-Autoformat/pkg/PLIST
Normal file
1
textproc/p5-Text-Autoformat/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 18:30:53 jtb Exp $
|
Loading…
Reference in a new issue