Bug 107603 - [NEW PORT] finance/p5-Finance-Amortization: Simple amortization schedules
Summary: [NEW PORT] finance/p5-Finance-Amortization: Simple amortization schedules
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-06 02:40 UTC by Christopher Boumenot
Modified: 2007-01-08 23:00 UTC (History)
0 users

See Also:


Attachments
p5-Finance-Amortization-0.4.shar (2.66 KB, text/plain)
2007-01-06 02:40 UTC, Christopher Boumenot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Boumenot 2007-01-06 02:40:16 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-06 08:48:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-08 22:59:11 UTC
miwi        2007-01-08 22:59:05 UTC

  FreeBSD ports repository

  Modified files:
    finance              Makefile 
  Added files:
    finance/p5-Finance-Amortization Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  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/
  
  PR:             ports/107603
  Submitted by:   Christopher Boumenot <boumenot at gmail.com>
  
  Revision  Changes    Path
  1.48      +1 -0      ports/finance/Makefile
  1.1       +27 -0     ports/finance/p5-Finance-Amortization/Makefile (new)
  1.1       +3 -0      ports/finance/p5-Finance-Amortization/distinfo (new)
  1.1       +8 -0      ports/finance/p5-Finance-Amortization/pkg-descr (new)
  1.1       +5 -0      ports/finance/p5-Finance-Amortization/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-08 22:59:17 UTC
State Changed
From-To: open->closed

New port added. Thanks!