Skip site navigation (1)Skip section navigation (2)
Date:      4 Feb 2003 07:05:29 -0000
From:      Toby Allsopp <toby@mi6.gen.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47882: New port: updated version of Text::Wrap and Text::Tabs from CPAN
Message-ID:  <20030204070529.33814.qmail@mcbain.there>

next in thread | raw e-mail | index | archive | help

>Number:         47882
>Category:       ports
>Synopsis:       New port: updated version of Text::Wrap and Text::Tabs from CPAN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 23:10:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Toby Allsopp
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD mcbain.there 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Wed Jan 8 17:44:18 NZDT 2003 root@mcbain.there:/usr/obj/usr/src/sys/MCBAIN i386


>Description:
Bugzilla version 2.16.2 (see separate PR for the update) depends
on a later version of Text::Wrap to that included in the base system.
This port packages the latest version from CPAN so the bugzilla can
depend on it.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	textproc/p5-Text-Tabs+Wrap
#	textproc/p5-Text-Tabs+Wrap/Makefile
#	textproc/p5-Text-Tabs+Wrap/pkg-comment
#	textproc/p5-Text-Tabs+Wrap/distinfo
#	textproc/p5-Text-Tabs+Wrap/pkg-descr
#	textproc/p5-Text-Tabs+Wrap/pkg-plist
#	textproc/p5-Text-Tabs+Wrap/distinfo.old
#	textproc/p5-Text-Tabs+Wrap/files
#	textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL
#
echo c - textproc/p5-Text-Tabs+Wrap
mkdir -p textproc/p5-Text-Tabs+Wrap > /dev/null 2>&1
echo x - textproc/p5-Text-Tabs+Wrap/Makefile
sed 's/^X//' >textproc/p5-Text-Tabs+Wrap/Makefile << 'END-of-textproc/p5-Text-Tabs+Wrap/Makefile'
X# New ports collection makefile for:	textproc/p5- Text-Wrap
X# Date created:				4 February 2003
X# Whom:					Toby Allsopp <toby@mi6.gen.nz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-Tabs+Wrap
XPORTVERSION=	2001.0929
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	toby@mi6.gen.nz
X
XPERL_CONFIGURE=	YES
X
XMAN3=		Text::Wrap.3 Text::Tabs.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-textproc/p5-Text-Tabs+Wrap/Makefile
echo x - textproc/p5-Text-Tabs+Wrap/pkg-comment
sed 's/^X//' >textproc/p5-Text-Tabs+Wrap/pkg-comment << 'END-of-textproc/p5-Text-Tabs+Wrap/pkg-comment'
XLine wrapping to form simple paragraphs (updated from CPAN)
END-of-textproc/p5-Text-Tabs+Wrap/pkg-comment
echo x - textproc/p5-Text-Tabs+Wrap/distinfo
sed 's/^X//' >textproc/p5-Text-Tabs+Wrap/distinfo << 'END-of-textproc/p5-Text-Tabs+Wrap/distinfo'
XMD5 (Text-Tabs+Wrap-2001.0929.tar.gz) = 2a2d5436efc9f9b8fc9e23f107abb010
END-of-textproc/p5-Text-Tabs+Wrap/distinfo
echo x - textproc/p5-Text-Tabs+Wrap/pkg-descr
sed 's/^X//' >textproc/p5-Text-Tabs+Wrap/pkg-descr << 'END-of-textproc/p5-Text-Tabs+Wrap/pkg-descr'
XText::Wrap::wrap() is a very simple paragraph formatter.  It formats a single
Xparagraph at a time by breaking lines at word boundaries.  Indentation is
Xcontrolled for the first line ($initial_tab) and all subsequent lines
X($subsequent_tab) independently.
X
XThis is a later version (from CPAN) than the one that comes with the base
Xsystem's perl 5.00503.
END-of-textproc/p5-Text-Tabs+Wrap/pkg-descr
echo x - textproc/p5-Text-Tabs+Wrap/pkg-plist
sed 's/^X//' >textproc/p5-Text-Tabs+Wrap/pkg-plist << 'END-of-textproc/p5-Text-Tabs+Wrap/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Wrap.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Tabs.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true
END-of-textproc/p5-Text-Tabs+Wrap/pkg-plist
echo x - textproc/p5-Text-Tabs+Wrap/distinfo.old
sed 's/^X//' >textproc/p5-Text-Tabs+Wrap/distinfo.old << 'END-of-textproc/p5-Text-Tabs+Wrap/distinfo.old'
XMD5 (Text-Wrapper-1.000.tar.gz) = 9f78b13b4c32c61e6aac5cefd75989dd
END-of-textproc/p5-Text-Tabs+Wrap/distinfo.old
echo c - textproc/p5-Text-Tabs+Wrap/files
mkdir -p textproc/p5-Text-Tabs+Wrap/files > /dev/null 2>&1
echo x - textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL
sed 's/^X//' >textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL << 'END-of-textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL'
X--- Makefile.PL~	Tue Feb  4 19:02:23 2003
X+++ Makefile.PL	Tue Feb  4 19:02:34 2003
X@@ -9,6 +9,5 @@
X 	    ('ABSTRACT' => 'Expand tabs and do simple line wrapping',
X 	     'AUTHOR'	=> 'David Muir Sharnoff <muir@idiom.com>') : ()),
X 	'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
X-	'INSTALLDIRS'	=> 'perl',
X 	);
X 
END-of-textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030204070529.33814.qmail>