From owner-freebsd-ports Tue Jan 1 0:20:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0811637B41E for ; Tue, 1 Jan 2002 00:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g018K2x91246; Tue, 1 Jan 2002 00:20:02 -0800 (PST) (envelope-from gnats) Received: from mail.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 7ADF737B426 for ; Tue, 1 Jan 2002 00:12:21 -0800 (PST) Received: (qmail 17084 invoked by uid 85); 1 Jan 2002 08:08:26 -0000 Message-Id: <20020101080824.17078.qmail@pris.polaris.ca> Date: 1 Jan 2002 08:08:24 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33433: New port: Converts numeric values into their English string equivalents Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33433 >Category: ports >Synopsis: New port: Converts numeric values into their English string equivalents >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: Tue Jan 01 00:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >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-Lingua-EN-Numbers # p5-Lingua-EN-Numbers/Makefile # p5-Lingua-EN-Numbers/distinfo # p5-Lingua-EN-Numbers/pkg-comment # p5-Lingua-EN-Numbers/pkg-descr # p5-Lingua-EN-Numbers/pkg-plist # echo c - p5-Lingua-EN-Numbers mkdir -p p5-Lingua-EN-Numbers > /dev/null 2>&1 echo x - p5-Lingua-EN-Numbers/Makefile sed 's/^X//' >p5-Lingua-EN-Numbers/Makefile << 'END-of-p5-Lingua-EN-Numbers/Makefile' X# New ports collection makefile for: Lingua::EN::Numbers X# Date created: 31 Dec 2001 X# Whom: Seamus Venasse X# X# $FreeBSD$ X# X XPORTNAME= Lingua-EN-Numbers XPORTVERSION= 0.01 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Lingua XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XPERL_CONFIGURE= yes X XMAN3= Lingua::EN::Numbers.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Lingua-EN-Numbers/Makefile echo x - p5-Lingua-EN-Numbers/distinfo sed 's/^X//' >p5-Lingua-EN-Numbers/distinfo << 'END-of-p5-Lingua-EN-Numbers/distinfo' XMD5 (Lingua-EN-Numbers-0.01.tar.gz) = a9b41cdd936707d8ecbc4b116b34f85c END-of-p5-Lingua-EN-Numbers/distinfo echo x - p5-Lingua-EN-Numbers/pkg-comment sed 's/^X//' >p5-Lingua-EN-Numbers/pkg-comment << 'END-of-p5-Lingua-EN-Numbers/pkg-comment' XConverts numeric values into their English string equivalents END-of-p5-Lingua-EN-Numbers/pkg-comment echo x - p5-Lingua-EN-Numbers/pkg-descr sed 's/^X//' >p5-Lingua-EN-Numbers/pkg-descr << 'END-of-p5-Lingua-EN-Numbers/pkg-descr' XLingua::EN::Numbers converts arbitrary numbers into human-oriented XEnglish text. Limited support is included for parsing standardly Xformatted numbers (i.e. '3,213.23'). But no attempt has been made Xto handle any complex formats. Support for multiple variants of XEnglish are supported. Currently only "American" formatting is Xsupported. X XWWW: http://search.cpan.org/search?dist=Lingua-EN-Numbers X XSeamus Venasse END-of-p5-Lingua-EN-Numbers/pkg-descr echo x - p5-Lingua-EN-Numbers/pkg-plist sed 's/^X//' >p5-Lingua-EN-Numbers/pkg-plist << 'END-of-p5-Lingua-EN-Numbers/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Numbers.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers/.packlist X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true END-of-p5-Lingua-EN-Numbers/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