1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add p5-Text-Autoformat 1.04, a perl module for automatic and manual text

wrapping and reformating formatting.

PR:		23918
Submitted by:	Anton Berezin <tobez@tobez.org>
This commit is contained in:
Will Andrews 2000-12-31 05:17:09 +00:00
parent 9208fd7439
commit b8aa60da8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36494
6 changed files with 45 additions and 0 deletions

View File

@ -72,6 +72,7 @@
SUBDIR += p5-DelimMatch
SUBDIR += p5-Spreadsheet-ParseExcel
SUBDIR += p5-Spreadsheet-WriteExcel
SUBDIR += p5-Text-Autoformat
SUBDIR += p5-Text-CSV_XS
SUBDIR += p5-Text-Template
SUBDIR += p5-XML-DOM

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: textproc/p5-Text-Autoformat
# Date created: 28 December 2000
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Text-Autoformat
PORTVERSION= 1.04
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Text::Autoformat.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Text-Autoformat-1.04.tar.gz) = acb89d29e0508d14cd3310f3df13b799

View File

@ -0,0 +1 @@
Automatic and manual text wrapping and reformating formatting

View File

@ -0,0 +1,13 @@
Text::Autoformat provides intelligent formatting of plaintext without
the need for any kind of embedded mark-up. The module recognizes
Internet quoting conventions, a wide range of bulleting and number
schemes, centred text, and block quotations, and reformats each
appropriately. Other options allow the user to adjust inter-word and
inter-paragraph spacing, justify text, and impose various capitalization
schemes.
The module also supplies a re-entrant, highly configurable replacement
for the built-in Perl format() mechanism.
-Anton
<tobez@tobez.org>

View File

@ -0,0 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Autoformat/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Text/Autoformat.pm
lib/perl5/site_perl/%%PERL_VER%%/Text/demo.pl
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Autoformat
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true