From 6a5e36c56cdfaecfbbc52e9eccb0d731b747a6dc Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 31 Dec 2000 05:35:34 +0000 Subject: Add p5-Text-Wrapper 1.000, a perl module that includes a simple word wrapping routine. PR: 23964 Submitted by: Anton Berezin --- textproc/p5-Text-Wrapper/Makefile | 23 +++++++++++++++++++++++ textproc/p5-Text-Wrapper/distinfo | 1 + textproc/p5-Text-Wrapper/pkg-comment | 1 + textproc/p5-Text-Wrapper/pkg-descr | 10 ++++++++++ textproc/p5-Text-Wrapper/pkg-plist | 5 +++++ 5 files changed, 40 insertions(+) create mode 100644 textproc/p5-Text-Wrapper/Makefile create mode 100644 textproc/p5-Text-Wrapper/distinfo create mode 100644 textproc/p5-Text-Wrapper/pkg-comment create mode 100644 textproc/p5-Text-Wrapper/pkg-descr create mode 100644 textproc/p5-Text-Wrapper/pkg-plist (limited to 'textproc/p5-Text-Wrapper') 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 +# +# $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 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 + 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 -- cgit v1.2.3