From tobez@tobez.org  Sat Dec 30 10:41:47 2000
Return-Path: <tobez@tobez.org>
Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254])
	by hub.freebsd.org (Postfix) with ESMTP id 9256537B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Dec 2000 10:41:46 -0800 (PST)
Received: by heechee.tobez.org (Postfix, from userid 1001)
	id 8D9F954E2; Sat, 30 Dec 2000 19:41:32 +0100 (CET)
Message-Id: <20001230184132.8D9F954E2@heechee.tobez.org>
Date: Sat, 30 Dec 2000 19:41:32 +0100 (CET)
From: tobez@tobez.org
Reply-To: tobez@tobez.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: textproc/p5-Text-Format (Various subroutines to format text)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         23963
>Category:       ports
>Synopsis:       New port: textproc/p5-Text-Format (Various subroutines to format text)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 30 10:50:01 PST 2000
>Closed-Date:    Sat Dec 30 21:34:31 PST 2000
>Last-Modified:  Sat Dec 30 21:34:38 PST 2000
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
>Description:

The format routine will format under all circumstances even if the width
isn't enough to contain the longest words. Text::Wrap will die under
these circumstances, although I am told this is fixed. If columns is set
to a small number and words are longer than that and the leading
'whitespace' than there will be a single word on each line. This will
let you make a simple word list which could be indented or right
aligned.

>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:
#
#	p5-Text-Format
#	p5-Text-Format/pkg-plist
#	p5-Text-Format/pkg-descr
#	p5-Text-Format/pkg-comment
#	p5-Text-Format/distinfo
#	p5-Text-Format/Makefile
#
echo c - p5-Text-Format
mkdir -p p5-Text-Format > /dev/null 2>&1
echo x - p5-Text-Format/pkg-plist
sed 's/^X//' >p5-Text-Format/pkg-plist << 'END-of-p5-Text-Format/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Format/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Format.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Format
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true
END-of-p5-Text-Format/pkg-plist
echo x - p5-Text-Format/pkg-descr
sed 's/^X//' >p5-Text-Format/pkg-descr << 'END-of-p5-Text-Format/pkg-descr'
XThe format routine will format under all circumstances even if the width
Xisn't enough to contain the longest words. Text::Wrap will die under
Xthese circumstances, although I am told this is fixed. If columns is set
Xto a small number and words are longer than that and the leading
X'whitespace' than there will be a single word on each line. This will
Xlet you make a simple word list which could be indented or right
Xaligned.
X
X-Anton
X<tobez@tobez.org>
END-of-p5-Text-Format/pkg-descr
echo x - p5-Text-Format/pkg-comment
sed 's/^X//' >p5-Text-Format/pkg-comment << 'END-of-p5-Text-Format/pkg-comment'
XVarious subroutines to format text
END-of-p5-Text-Format/pkg-comment
echo x - p5-Text-Format/distinfo
sed 's/^X//' >p5-Text-Format/distinfo << 'END-of-p5-Text-Format/distinfo'
XMD5 (Text-Format0.52.tar.gz) = 9b1936e65ee05d904bb329e32259814f
END-of-p5-Text-Format/distinfo
echo x - p5-Text-Format/Makefile
sed 's/^X//' >p5-Text-Format/Makefile << 'END-of-p5-Text-Format/Makefile'
X# New ports collection makefile for:	textproc/p5-Text-Format
X# Date created:				30 December 2000
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-Format
XPORTVERSION=	0.52
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
XDISTNAME=	${PORTNAME}${PORTVERSION}
X
XMAINTAINER=	tobez@tobez.org
X
XUSE_PERL5=	yes
XPERL_CONFIGURE=	yes
X
XMAN3=		Text::Format.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Text-Format/Makefile
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Sat Dec 30 21:34:31 PST 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23963 
>Unformatted:
