diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-15 22:41:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-15 22:41:09 +0000 |
commit | 35e31b4b643db3af84a284365f8534ce2ff47863 (patch) | |
tree | fcb7f74bc4c754ca93c871dc84c0588e9636c91b /finance | |
parent | 02c32c813abea65ccf4b018d6ba5303cdfa6fa4c (diff) | |
download | pkgsrc-35e31b4b643db3af84a284365f8534ce2ff47863.tar.gz |
Update to 1.13:
2007-01-07 David Hampton
* CVSTAG: finance_quote_1_13
* lib/Finance/Quote.pm: Update version to 1.13.
* lib/Finance/Quote.pm: Update the store_date() function for the
case when the year isn't explicitly stated. If the specified
month would put the quote in the future, then consider this a
quite from last year. manly intended to handle the rollover from
December to January on web sites that don't specify the year.
Suggestion from Christian Lupien.
* lib/Finance/Quote/BMONesbittBurns.pm: Enhance module to support
mutual fund quotes (which have less data than stock quotes).
Correct date format parsing. Fix from Christian Lupien
* lib/Finance/Quote/StockHouseCanada.pm: The fund name seems to be
a moving target. Search all tables of depth one looking for it.
2007-01-01 David Hampton
* lib/Finance/Quote/FTPortfolios.pm: Rewrite this module for the
new web site design.
* lib/Finance/Quote/TSP.pm: Strip spaces around the dollar values.
* lib/Finance/Quote/FinanceCanada.pm: Rewrite this module for the
new web site design.
* test/*.t: Some restructuring of tests. Add a couple more tests
on dates. Replace a couple of test stocks that are no longer
valid.
* test/*.t: Accept last year as a valid date. Comes in hand when
testing modules at the start of the new year.
* lib/Finance/Quote/ZA.pm: Update for changes in the display of
the web site.
2006-12-31 David Hampton
* lib/Finance/Quote/StockHouseCanada.pm:
* test/stockhousecanada.t: New module for getting Canadian Mutual
fund quotes from Chris Carton
* lib/Finance/Quote/Deka.pm: Update for changes in the display
of the web site. Now uses an https url.
* lib/Finance/Quote/LeRevenu.pm: Updates from Dominique Corbex for
changes in the display of the web site.
* lib/Finance/Quote/Trustnet.pm: Update for changes in the display
of the web site.
2006-09-11 David Hampton
* Move AIA.pm to AIAHK.pm since AIA has sites in multiple
countries.
2006-09-10 David Hampton
* lib/Finance/Quote/AIA.pm:
* test/aia.pm: New module to access American International
Assurance fund information. Based on perl script from Wouter van
Marle
* lib/Finance/Quote/Bourso.pm: Update the URL to track changes on
the web site.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 4 | ||||
-rw-r--r-- | finance/p5-Finance-Quote/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 752e114d76f..01abe9c2e2e 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2006/08/06 11:07:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/01/15 22:41:09 wiz Exp $ -DISTNAME= Finance-Quote-1.12 +DISTNAME= Finance-Quote-1.13 PKGNAME= p5-${DISTNAME} CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} diff --git a/finance/p5-Finance-Quote/distinfo b/finance/p5-Finance-Quote/distinfo index 23f55566e5f..5bdfda8700e 100644 --- a/finance/p5-Finance-Quote/distinfo +++ b/finance/p5-Finance-Quote/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/08/06 11:07:30 wiz Exp $ +$NetBSD: distinfo,v 1.5 2007/01/15 22:41:09 wiz Exp $ -SHA1 (Finance-Quote-1.12.tar.gz) = 49df017e2421ebfa2e45f957ab06cd09c9f14ccb -RMD160 (Finance-Quote-1.12.tar.gz) = 1bb54cdc6f7f94e022970ab9be41c98324c3ddbe -Size (Finance-Quote-1.12.tar.gz) = 91951 bytes +SHA1 (Finance-Quote-1.13.tar.gz) = 116b582ad656d8c43f8a83257fd4dedbf02f5627 +RMD160 (Finance-Quote-1.13.tar.gz) = 17a379d7f84a006ea47bf22fa0db2d293cb9c5ab +Size (Finance-Quote-1.13.tar.gz) = 96574 bytes |