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

Add p5-Text-Wrapper 1.000, a perl module that includes a simple word

wrapping routine.

PR:		23964
Submitted by:	Anton Berezin <tobez@tobez.org>
This commit is contained in:
Will Andrews 2000-12-31 05:35:34 +00:00
parent e0d218180e
commit 6a5e36c56c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36503
6 changed files with 41 additions and 0 deletions

View File

@ -83,6 +83,7 @@
SUBDIR += p5-Text-Flowchart
SUBDIR += p5-Text-Format
SUBDIR += p5-Text-Template
SUBDIR += p5-Text-Wrapper
SUBDIR += p5-XML-DOM
SUBDIR += p5-XML-Parser
SUBDIR += p5-XML-RSS

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: textproc/p5- Text-Wrapper
# Date created: 30 December 2000
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Text-Wrapper
PORTVERSION= 1.000
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::Wrapper.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Text-Wrapper-1.000.tar.gz) = 9f78b13b4c32c61e6aac5cefd75989dd

View File

@ -0,0 +1 @@
Simple word wrapping routine

View File

@ -0,0 +1,10 @@
This module provides simple word wrapping. It breaks long lines, but
does not alter spacing or remove existing line breaks. If you're
looking for more sophisticated text formatting, try the Text::Format
module.
In short, Text::Wrapper is the object-oriented equivalent of Text::Wrap,
but with fewer bugs (I hope).
-Anton
<tobez@tobez.org>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Wrapper/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Text/Wrapper.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Wrapper
@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