SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
textproc/p5-Text-Wrapper/Makefile
Normal file
12
textproc/p5-Text-Wrapper/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT= simple word wrapping routine
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Text-Wrapper-1.05
|
||||
CATEGORIES= textproc
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Text-Wrapper/distinfo
Normal file
2
textproc/p5-Text-Wrapper/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Text-Wrapper-1.05.tar.gz) = ZCaOFZg6nfR+HZGZpJHzlOifVC5Ur7M/S3jz8xjgmrk=
|
||||
SIZE (Text-Wrapper-1.05.tar.gz) = 18609
|
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).
|
3
textproc/p5-Text-Wrapper/pkg/PLIST
Normal file
3
textproc/p5-Text-Wrapper/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Text/
|
||||
${P5SITE}/Text/Wrapper.pm
|
||||
@man man/man3p/Text::Wrapper.3p
|
Loading…
Add table
Add a link
Reference in a new issue