diff options
author | cube <cube@pkgsrc.org> | 2004-02-20 15:23:42 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-02-20 15:23:42 +0000 |
commit | 65d4ced462b8c1c2c5a77beb4fb0b24ee99eae49 (patch) | |
tree | 9cc9720c393f35deae836e52f4e801d94daa6476 /finance | |
parent | ed5e39f04ef115fb0672fdc604187d639efcd4ae (diff) | |
download | pkgsrc-65d4ced462b8c1c2c5a77beb4fb0b24ee99eae49.tar.gz |
Update to version 1.08.
finance_quote_1_07:
* Updated Yahoo::Europe.pm so that stocks fetched from the
Stockholm exhcnage (.ST) are correctly listed as being in
Swedish Krona (SEK).
* Added Finance::Quote::Yahoo::Asia to provide lookup of
Asian stock quotes (not including Japan).
* Patched Quote.pm after currency conversion started to fail.
* Updated documentation in ASX.pm and Trustnet.pm to note their
current functional unhappiness.
finance_quote_1_08:
* Added ZI.pm and Union.pm modules.
* Fixed VWD problem whereby no symbol was being returned.
* Updated TrustNet documentation (#666349).
* Fixed currency conversion problems. (#232075)
* Fixed ASX problems whereby quotes were not being obtained
(#653025).
* Fixed problem where no symbol tag was being defined in ASX.
(#653035).
* Fixed problem where undefined currencies would be returned
as zero, and not undefined as occured in previous versions.
* Fixed tests in currency.t which assumed that conversion
could be done between EUR and former European currencies.
These are no longer supported due to a change in the
lookups provided by Yahoo.
* Updated Fidelity.pm to indicate its current non-working status.
* Added patches which provide a troweprice_direct method.
(#666351).
* As above, for the Fidelity module. (#666353)
* Accepted David Hampton's patch to Yahoo currencies.
The correct currency will now be flagged on stocks regardless
of the module used to grab them. (#666361)
* Added Keith Refson's module to obtain quotes from
First Trust Portfolios L.P. (#670202).
* Added Ganesan Rajagopal's excellent IndiaMutal module.
(#720896)
* Fixed Cdnfundlibrary to correctly set the success flag
when successful. (#752395).
* Updated Tdwaterhouse.pm with Robert Clark's changes to
work with the new TD Waterhouse website. (#750843).
* Added the BM Nesbitt Burns module (#752423).
* Updated BMONesbittBurns module to provide better date
handling, screening out of high-ascii characters from
fields, and removal of spurious debug output.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-finance-quote/Makefile | 6 | ||||
-rw-r--r-- | finance/p5-finance-quote/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/finance/p5-finance-quote/Makefile b/finance/p5-finance-quote/Makefile index 9e3052e8a8a..133c1c6e003 100644 --- a/finance/p5-finance-quote/Makefile +++ b/finance/p5-finance-quote/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:46:27 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/20 15:23:42 cube Exp $ -DISTNAME= Finance-Quote-1.06 -PKGNAME= p5-finance-quote-1.06 +DISTNAME= Finance-Quote-1.08 +PKGNAME= p5-finance-quote-1.08 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 3191848a2aa..a1444d0179a 100644 --- a/finance/p5-finance-quote/distinfo +++ b/finance/p5-finance-quote/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/10/30 13:23:03 damon Exp $ +$NetBSD: distinfo,v 1.2 2004/02/20 15:23:42 cube Exp $ -SHA1 (Finance-Quote-1.06.tar.gz) = 9c0e3d5a22749bc607349fe51e4f1d8b83085bf4 -Size (Finance-Quote-1.06.tar.gz) = 51658 bytes +SHA1 (Finance-Quote-1.08.tar.gz) = 8901ae89ae1493e0ffc83530d2ff1e0222492c15 +Size (Finance-Quote-1.08.tar.gz) = 59128 bytes |