- 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:
parent
e1dbb0bdc6
commit
a6d83c682a
23
textproc/p5-Text-Wrapper/Makefile
Normal file
23
textproc/p5-Text-Wrapper/Makefile
Normal 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>
|
3
textproc/p5-Text-Wrapper/distinfo
Normal file
3
textproc/p5-Text-Wrapper/distinfo
Normal 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
|
7
textproc/p5-Text-Wrapper/pkg/DESCR
Normal file
7
textproc/p5-Text-Wrapper/pkg/DESCR
Normal 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).
|
4
textproc/p5-Text-Wrapper/pkg/PLIST
Normal file
4
textproc/p5-Text-Wrapper/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user