- Initial import of Text-Wrapper-1.000

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).
This commit is contained in:
msf 2004-12-22 03:09:18 +00:00
parent e1dbb0bdc6
commit a6d83c682a
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/22 03:09:18 msf Exp $
COMMENT= "simple word wrapping routine"
DISTNAME= Text-Wrapper-1.000
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Text-Wrapper-1.000.tar.gz) = 9f78b13b4c32c61e6aac5cefd75989dd
RMD160 (Text-Wrapper-1.000.tar.gz) = 418f9146222df9508939f3156ff276f918a01e1a
SHA1 (Text-Wrapper-1.000.tar.gz) = 573bc7c1b90dbddfdbe2f273548abbf57847842b

View File

@ -0,0 +1,7 @@
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).

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/22 03:09:18 msf Exp $
${P5SITE}/Text/
${P5SITE}/Text/Wrapper.pm
@man man/man3p/Text::Wrapper.3p