Index: head/finance/Makefile =================================================================== --- head/finance/Makefile (revision 181808) +++ head/finance/Makefile (revision 181809) @@ -1,71 +1,72 @@ # $FreeBSD$ # COMMENT = Monetary, financial and related applications SUBDIR += aqbanking SUBDIR += aqmoney SUBDIR += cbb SUBDIR += expense SUBDIR += gnofin SUBDIR += gnomepm SUBDIR += gnucash SUBDIR += gnucash-docs SUBDIR += grisbi SUBDIR += homebank SUBDIR += kexchange SUBDIR += khacc SUBDIR += kmymoney2 SUBDIR += ktoblzcheck SUBDIR += ledger SUBDIR += libofx SUBDIR += libstocks SUBDIR += mybudget SUBDIR += myphpmoney SUBDIR += openhbci SUBDIR += opentaxsolver SUBDIR += p5-Business-CreditCard SUBDIR += p5-Business-OCV SUBDIR += p5-Business-OnlinePayment SUBDIR += p5-Business-OnlinePayment-2CheckOut SUBDIR += p5-Business-OnlinePayment-AuthorizeNet SUBDIR += p5-Business-OnlinePayment-BankOfAmerica SUBDIR += p5-Business-OnlinePayment-Beanstream SUBDIR += p5-Business-OnlinePayment-Cardstream SUBDIR += p5-Business-OnlinePayment-Jettis SUBDIR += p5-Business-OnlinePayment-LinkPoint SUBDIR += p5-Business-OnlinePayment-MerchantCommerce SUBDIR += p5-Business-OnlinePayment-Network1Financial SUBDIR += p5-Business-OnlinePayment-OCV SUBDIR += p5-Business-OnlinePayment-PayConnect SUBDIR += p5-Business-OnlinePayment-PayflowPro SUBDIR += p5-Business-OnlinePayment-PaymentsGateway SUBDIR += p5-Business-OnlinePayment-SurePay SUBDIR += p5-Business-OnlinePayment-TCLink SUBDIR += p5-Business-OnlinePayment-VirtualNet SUBDIR += p5-Business-OnlinePayment-eSec SUBDIR += p5-Business-OnlinePayment-iAuthorizer SUBDIR += p5-Business-WorldPay-Junior + SUBDIR += p5-Finance-Amortization SUBDIR += p5-Finance-Currency-Convert SUBDIR += p5-Finance-Currency-Convert-WebserviceX SUBDIR += p5-Finance-Currency-Convert-XE SUBDIR += p5-Finance-Quote SUBDIR += p5-Finance-QuoteHist SUBDIR += p5-Finance-TW-TSEQuote SUBDIR += p5-Locale-Currency-Format SUBDIR += p5-Math-Financial SUBDIR += p5-PFProAPI SUBDIR += pfpro SUBDIR += php4-pfpro SUBDIR += qhacc SUBDIR += qtstalker SUBDIR += quantlib SUBDIR += sql-ledger SUBDIR += tinyerp-server SUBDIR += venice SUBDIR += wmstock SUBDIR += xinvest SUBDIR += xquote SUBDIR += xtrader .include Property changes on: head/finance/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.47 \ No newline at end of property +1.48 \ No newline at end of property Index: head/finance/p5-Finance-Amortization/Makefile =================================================================== --- head/finance/p5-Finance-Amortization/Makefile (nonexistent) +++ head/finance/p5-Finance-Amortization/Makefile (revision 181809) @@ -0,0 +1,27 @@ +# New ports collection makefile for: Class-Gomor +# Date created: 3 Jan 2007 +# Whom: Christopher Boumenot +# +# $FreeBSD$ +# + +PORTNAME= Finance-Amortization +PORTVERSION= 0.4 +CATEGORIES= finance perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= boumenot@gmail.com +COMMENT= Simple amortization schedules + +PERL_CONFIGURE= yes + +MAN3= Finance::Amortization.3 + +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE=Needs perl 5.6.0 or higher, install lang/perl5.6 and try again. +.endif + +.include Property changes on: head/finance/p5-Finance-Amortization/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/finance/p5-Finance-Amortization/distinfo =================================================================== --- head/finance/p5-Finance-Amortization/distinfo (nonexistent) +++ head/finance/p5-Finance-Amortization/distinfo (revision 181809) @@ -0,0 +1,3 @@ +MD5 (Finance-Amortization-0.4.tar.gz) = c8e85333348070f52a2399cbc66009b4 +SHA256 (Finance-Amortization-0.4.tar.gz) = 0777bde786071484ad2da17b9f14194897b63606d708476b500fdd491db3e1d6 +SIZE (Finance-Amortization-0.4.tar.gz) = 3505 Property changes on: head/finance/p5-Finance-Amortization/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/finance/p5-Finance-Amortization/pkg-descr =================================================================== --- head/finance/p5-Finance-Amortization/pkg-descr (nonexistent) +++ head/finance/p5-Finance-Amortization/pkg-descr (revision 181809) @@ -0,0 +1,8 @@ +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 +WWW: http://search.cpan.org/dist/Finance-Amortization/ Property changes on: head/finance/p5-Finance-Amortization/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/finance/p5-Finance-Amortization/pkg-plist =================================================================== --- head/finance/p5-Finance-Amortization/pkg-plist (nonexistent) +++ head/finance/p5-Finance-Amortization/pkg-plist (revision 181809) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Finance/Amortization.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Amortization/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Amortization +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance +@dirrmtry %%SITE_PERL%%/Finance Property changes on: head/finance/p5-Finance-Amortization/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property