diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:35:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:35:34 +0000 |
commit | 6a5e36c56cdfaecfbbc52e9eccb0d731b747a6dc (patch) | |
tree | 607b4a5cc0676ceab4f795a44f899b481982ab53 /textproc/p5-Text-Wrapper | |
parent | e0d218180e51e704b8a556cfae31f5ab75a0cf0d (diff) | |
download | ports-6a5e36c56cdfaecfbbc52e9eccb0d731b747a6dc.tar.gz ports-6a5e36c56cdfaecfbbc52e9eccb0d731b747a6dc.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Wrapper')
-rw-r--r-- | textproc/p5-Text-Wrapper/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-Wrapper/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Wrapper/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Wrapper/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Wrapper/pkg-plist | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/p5-Text-Wrapper/Makefile b/textproc/p5-Text-Wrapper/Makefile new file mode 100644 index 000000000000..2ea53c43316a --- /dev/null +++ b/textproc/p5-Text-Wrapper/Makefile @@ -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> diff --git a/textproc/p5-Text-Wrapper/distinfo b/textproc/p5-Text-Wrapper/distinfo new file mode 100644 index 000000000000..de2e796a6cc8 --- /dev/null +++ b/textproc/p5-Text-Wrapper/distinfo @@ -0,0 +1 @@ +MD5 (Text-Wrapper-1.000.tar.gz) = 9f78b13b4c32c61e6aac5cefd75989dd diff --git a/textproc/p5-Text-Wrapper/pkg-comment b/textproc/p5-Text-Wrapper/pkg-comment new file mode 100644 index 000000000000..3a9667101a44 --- /dev/null +++ b/textproc/p5-Text-Wrapper/pkg-comment @@ -0,0 +1 @@ +Simple word wrapping routine diff --git a/textproc/p5-Text-Wrapper/pkg-descr b/textproc/p5-Text-Wrapper/pkg-descr new file mode 100644 index 000000000000..3ca7da001c18 --- /dev/null +++ b/textproc/p5-Text-Wrapper/pkg-descr @@ -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> diff --git a/textproc/p5-Text-Wrapper/pkg-plist b/textproc/p5-Text-Wrapper/pkg-plist new file mode 100644 index 000000000000..a6c8643e2ef1 --- /dev/null +++ b/textproc/p5-Text-Wrapper/pkg-plist @@ -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 |