Skip site navigation (1)Skip section navigation (2)
Date:      4 Nov 2001 23:57:36 -0000
From:      Seamus Venasse <svenasse@polaris.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31760: New port: Perl extension for formatting numbers
Message-ID:  <20011104235736.80682.qmail@pris.polaris.ca>

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

>Number:         31760
>Category:       ports
>Synopsis:       New port: Perl extension for formatting numbers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 04 16:00:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Polaris Computing
>Environment:
System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386


	
>Description:
Number::Format is a library for formatting numbers.  Functions are
provided for converting numbers to strings in a variety of ways, and to
convert strings that contain numbers back into numeric form.  The output
formats may include thousands separators - characters inserted between
each group of three characters counting right to left from the decimal
point.  The characters used for the decimal point and the thousands
separator come from the locale information or can be specified by the
user.

>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-Number-Format
#	p5-Number-Format/Makefile
#	p5-Number-Format/distinfo
#	p5-Number-Format/pkg-comment
#	p5-Number-Format/pkg-descr
#	p5-Number-Format/pkg-plist
#
echo c - p5-Number-Format
mkdir -p p5-Number-Format > /dev/null 2>&1
echo x - p5-Number-Format/Makefile
sed 's/^X//' >p5-Number-Format/Makefile << 'END-of-p5-Number-Format/Makefile'
X# New ports collection makefile for:	Number::Format
X# Date created:				27 Oct 2001
X# Whom:					Seamus Venasse <svenasse@polaris.ca>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=		Number-Format
XPORTVERSION=		1.42
XCATEGORIES=		textproc perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Number
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=		svenasse@polaris.ca
X
XPERL_CONFIGURE=		yes
X
XMAN3=			Number::Format.3
XMANPREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Number-Format/Makefile
echo x - p5-Number-Format/distinfo
sed 's/^X//' >p5-Number-Format/distinfo << 'END-of-p5-Number-Format/distinfo'
XMD5 (Number-Format-1.42.tar.gz) = 6c7e7f53d4fedaeef979340f35e9c59b
END-of-p5-Number-Format/distinfo
echo x - p5-Number-Format/pkg-comment
sed 's/^X//' >p5-Number-Format/pkg-comment << 'END-of-p5-Number-Format/pkg-comment'
XPerl extension for formatting numbers
END-of-p5-Number-Format/pkg-comment
echo x - p5-Number-Format/pkg-descr
sed 's/^X//' >p5-Number-Format/pkg-descr << 'END-of-p5-Number-Format/pkg-descr'
XNumber::Format is a library for formatting numbers.  Functions are
Xprovided for converting numbers to strings in a variety of ways, and to
Xconvert strings that contain numbers back into numeric form.  The output
Xformats may include thousands separators - characters inserted between
Xeach group of three characters counting right to left from the decimal
Xpoint.  The characters used for the decimal point and the thousands
Xseparator come from the locale information or can be specified by the
Xuser.
X
XWWW: http://www.bayview.com/~wrw/
X
XSeamus Venasse <svenasse@polaris.ca>
END-of-p5-Number-Format/pkg-descr
echo x - p5-Number-Format/pkg-plist
sed 's/^X//' >p5-Number-Format/pkg-plist << 'END-of-p5-Number-Format/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number/Format/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Number/Format.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number/Format
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Number 2>/dev/null || true
END-of-p5-Number-Format/pkg-plist
exit

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

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




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