ports/66804: [NEW PORT] textproc/p5-Text-TabularDisplay: Display text in formatted table output

Lars Thegler lars at thegler.dk
Tue May 18 12:54:58 UTC 2004


>Number:         66804
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-Text-TabularDisplay: Display text in formatted table output
>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:   Tue May 18 05:50:19 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.10-BETA i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.10-BETA FreeBSD 4.10-BETA #3: Mon Apr 12 17:02:50 CEST 2004
>Description:
Text::TabularDisplay simplifies displaying textual data in a table.
The output is identical to the columnar display of query results
in the mysql text monitor.

WWW: http://search.cpan.org/dist/Text-TabularDisplay

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-Text-TabularDisplay-1.18.shar begins here ---
# 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:
#
#	p5-Text-TabularDisplay
#	p5-Text-TabularDisplay/files
#	p5-Text-TabularDisplay/files/patch-TabularDisplay.pm
#	p5-Text-TabularDisplay/Makefile
#	p5-Text-TabularDisplay/pkg-descr
#	p5-Text-TabularDisplay/pkg-plist
#	p5-Text-TabularDisplay/distinfo
#
echo c - p5-Text-TabularDisplay
mkdir -p p5-Text-TabularDisplay > /dev/null 2>&1
echo c - p5-Text-TabularDisplay/files
mkdir -p p5-Text-TabularDisplay/files > /dev/null 2>&1
echo x - p5-Text-TabularDisplay/files/patch-TabularDisplay.pm
sed 's/^X//' >p5-Text-TabularDisplay/files/patch-TabularDisplay.pm << 'END-of-p5-Text-TabularDisplay/files/patch-TabularDisplay.pm'
X--- TabularDisplay.pm.orig	Sun May 16 23:07:02 2004
X+++ TabularDisplay.pm	Mon May 17 23:56:08 2004
X@@ -240,7 +240,7 @@
X 
X         push @data, $add->[$i];
X         $length->[$i] = $l
X-            unless $length->[$i] > $l;
X+            unless defined $length->[$i] and $length->[$i] > $l;
X     }
X     push @$where, \@data;
X }
END-of-p5-Text-TabularDisplay/files/patch-TabularDisplay.pm
echo x - p5-Text-TabularDisplay/Makefile
sed 's/^X//' >p5-Text-TabularDisplay/Makefile << 'END-of-p5-Text-TabularDisplay/Makefile'
X# New ports collection makefile for:	p5-Text-TabularDisplay
X# Date created:				16 May 2004
X# Whom:					Lars Thegler <lars at thegler.dk>
X#
X# $FreeBSD$
X
XPORTNAME=	Text-TabularDisplay
XPORTVERSION=	1.18
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars at thegler.dk
XCOMMENT=	Display text in formatted table output
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Text::TabularDisplay.3
X
X.include <bsd.port.pre.mk>
X.if ${PERL_LEVEL} <= 500503
X# make PREFIX-clean under perl 5.005_03
Xpost-configure:
X	${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
X.endif
X.include <bsd.port.post.mk>
END-of-p5-Text-TabularDisplay/Makefile
echo x - p5-Text-TabularDisplay/pkg-descr
sed 's/^X//' >p5-Text-TabularDisplay/pkg-descr << 'END-of-p5-Text-TabularDisplay/pkg-descr'
XText::TabularDisplay simplifies displaying textual data in a table.
XThe output is identical to the columnar display of query results
Xin the mysql text monitor.
X
XWWW: http://search.cpan.org/dist/Text-TabularDisplay
END-of-p5-Text-TabularDisplay/pkg-descr
echo x - p5-Text-TabularDisplay/pkg-plist
sed 's/^X//' >p5-Text-TabularDisplay/pkg-plist << 'END-of-p5-Text-TabularDisplay/pkg-plist'
X%%SITE_PERL%%/Text/TabularDisplay.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/TabularDisplay/.packlist
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/TabularDisplay
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
END-of-p5-Text-TabularDisplay/pkg-plist
echo x - p5-Text-TabularDisplay/distinfo
sed 's/^X//' >p5-Text-TabularDisplay/distinfo << 'END-of-p5-Text-TabularDisplay/distinfo'
XMD5 (Text-TabularDisplay-1.18.tar.gz) = 06b48726ca3281b2b3ab41eec9c06460
XSIZE (Text-TabularDisplay-1.18.tar.gz) = 13557
END-of-p5-Text-TabularDisplay/distinfo
exit
--- p5-Text-TabularDisplay-1.18.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list