Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  5 Jan 2007 21:39:15 -0500 (EST)
From:      Christopher Boumenot <boumenot@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107603: [NEW PORT] finance/p5-Finance-Amortization: Simple amortization schedules
Message-ID:  <20070106023915.EB901F189B@crash.divebomb.org>
Resent-Message-ID: <200701060240.l062eG5N065609@freefall.freebsd.org>

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

>Number:         107603
>Category:       ports
>Synopsis:       [NEW PORT] finance/p5-Finance-Amortization: Simple amortization schedules
>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:   Sat Jan 06 02:40:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Boumenot
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006
>Description:
Finance::Amortization is a simple object oriented interface to an amortization
table. Pass in the principal to be amortized, the number of payments to be
made, and the interest rate per payment. It will calculate the rest on demand,
and provides a few methods to ask for the state of the table after a given
number of periods.

Authors: Nathan Wagner <nw@hydaspes.if.org>
WWW: http://search.cpan.org/dist/Finance-Amortization/

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

--- p5-Finance-Amortization-0.4.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-Finance-Amortization
#	p5-Finance-Amortization/pkg-plist
#	p5-Finance-Amortization/pkg-descr
#	p5-Finance-Amortization/distinfo
#	p5-Finance-Amortization/Makefile
#
echo c - p5-Finance-Amortization
mkdir -p p5-Finance-Amortization > /dev/null 2>&1
echo x - p5-Finance-Amortization/pkg-plist
sed 's/^X//' >p5-Finance-Amortization/pkg-plist << 'END-of-p5-Finance-Amortization/pkg-plist'
X%%SITE_PERL%%/Finance/Amortization.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Amortization/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Amortization
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance
X@dirrmtry %%SITE_PERL%%/Finance
END-of-p5-Finance-Amortization/pkg-plist
echo x - p5-Finance-Amortization/pkg-descr
sed 's/^X//' >p5-Finance-Amortization/pkg-descr << 'END-of-p5-Finance-Amortization/pkg-descr'
XFinance::Amortization is a simple object oriented interface to an amortization
Xtable. Pass in the principal to be amortized, the number of payments to be
Xmade, and the interest rate per payment. It will calculate the rest on demand,
Xand provides a few methods to ask for the state of the table after a given
Xnumber of periods.
X
XAuthors: Nathan Wagner <nw@hydaspes.if.org>
XWWW: http://search.cpan.org/dist/Finance-Amortization/
END-of-p5-Finance-Amortization/pkg-descr
echo x - p5-Finance-Amortization/distinfo
sed 's/^X//' >p5-Finance-Amortization/distinfo << 'END-of-p5-Finance-Amortization/distinfo'
XMD5 (Finance-Amortization-0.4.tar.gz) = c8e85333348070f52a2399cbc66009b4
XSHA256 (Finance-Amortization-0.4.tar.gz) = 0777bde786071484ad2da17b9f14194897b63606d708476b500fdd491db3e1d6
XSIZE (Finance-Amortization-0.4.tar.gz) = 3505
END-of-p5-Finance-Amortization/distinfo
echo x - p5-Finance-Amortization/Makefile
sed 's/^X//' >p5-Finance-Amortization/Makefile << 'END-of-p5-Finance-Amortization/Makefile'
X# New ports collection makefile for:	Class-Gomor
X# Date created:							3 Jan 2007
X# Whom:					Christopher Boumenot <boumenot@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Finance-Amortization
XPORTVERSION=	0.4
XCATEGORIES=	finance perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	boumenot@gmail.com
XCOMMENT=	Simple amortization schedules
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Finance::Amortization.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=Needs perl 5.6.0 or higher, install lang/perl5.6 and try again.
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Finance-Amortization/Makefile
exit
--- p5-Finance-Amortization-0.4.shar ends here ---

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



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