diff --git a/textproc/p5-Text-Wrapper/Makefile b/textproc/p5-Text-Wrapper/Makefile new file mode 100644 index 00000000000..20ee4a909cb --- /dev/null +++ b/textproc/p5-Text-Wrapper/Makefile @@ -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 + +# 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 diff --git a/textproc/p5-Text-Wrapper/distinfo b/textproc/p5-Text-Wrapper/distinfo new file mode 100644 index 00000000000..7d0a8620bf6 --- /dev/null +++ b/textproc/p5-Text-Wrapper/distinfo @@ -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 diff --git a/textproc/p5-Text-Wrapper/pkg/DESCR b/textproc/p5-Text-Wrapper/pkg/DESCR new file mode 100644 index 00000000000..a112df087e1 --- /dev/null +++ b/textproc/p5-Text-Wrapper/pkg/DESCR @@ -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). diff --git a/textproc/p5-Text-Wrapper/pkg/PLIST b/textproc/p5-Text-Wrapper/pkg/PLIST new file mode 100644 index 00000000000..34cd40b77ab --- /dev/null +++ b/textproc/p5-Text-Wrapper/pkg/PLIST @@ -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