summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-19 21:50:09 +0000
committerwiz <wiz>2006-01-19 21:50:09 +0000
commit9a566d4a592a9b4e1045241da8d1072c9f9a11df (patch)
tree6f2a9e6eecc09d4885776926cf1214246237e21f /finance
parent0bb7441b5fcd3581608e7e365822024e7bc5148b (diff)
downloadpkgsrc-9a566d4a592a9b4e1045241da8d1072c9f9a11df.tar.gz
Update to 1.11:
2006-01-10 David Hampton * test/dws.t: * test/maninvestments.t: * test/yahoo_brasil.t: Accept dates in both the previous and current year as valid responses. * test/aex.t: Change test currency to one still on the exchange. * lib/Finance/Quote/VWD.pm: Jörg Sommer's patch to work better with invalid WKNs and to extract the exchange information from its new location. 2005-11-18 David Hampton * lib/Finance/Quote/AEX.pm: Use the store_date function. * lib/Finance/Quote/ASX.pm: * lib/Finance/Quote/Cdnfundlibrary.pm: * lib/Finance/Quote/Platinum.pm: * lib/Finance/Quote/Trustnet.pm: * lib/Finance/Quote/Yahoo/Base.pm: Add code to protect against empty tables, data fields, etc. * test/aex.t: Correct the number of test cases. Changed test stock to one that is still on the exchange. Site no longer provides time (date only) so remove tests for time of quote. Futures quotes don't always have bid/ask values so comment out those tests. * test/indiamutual.t: * test/trustnet.t: * test/union.t: * test/yahoo.t: Changed test stock to one that is still on the exchange. * test/yahoo_brasil.t: All returned prices (for all stocks I tried) return a price of zero, so comment out the test for non-zero. 2005-10-23 David Hampton * lib/Finance/Quote/VWD.pm: Put back the call to the HTML::TableExtract first_table_state_found() function for now. At some point this should be removed and the 2.0 version of HTML::TableExtract required. * lib/Finance/Quote.pm: Make note of an alternate yahoo URL that can be used to obtain currency quotes. From Gerry Barksdale 2005-10-22 David Hampton * lib/Finance/Quote/Tiaacref.pm: * test/tiaacref.t: Add Support for TIAA-CREF mutual funds from Brandon * lib/Finance/Quote/VWD.pm: Remove the thousands separator character from quote values. * lib/Finance/Quote/TSP.pm: * test/tsp.t: Frank Mori Hess's change to add support for the TSP lifecycle L funds. * ChangeLog: Archive pre-2005 data into a separate file. * lib/Finance/Quote/Deka.pm: Add a new module to retrieve German investment fund prices from Deka. Module from Knut Franke * lib/Finance/Quote/USFedBonds.pm: * test/usfedbonds.t: Add a new US Federal Bonds stock quote module from Stephen Langenhoven 2005-10-21 David Hampton * lib/Finance/Quote.pm: Updated to work with new Yahoo currency conversion pages. * lib/Finance/Quote/Tiaacref.pm: New URL from Kevin Foss. Uses https, so the Crypt::SSLeay module is now required for TIAA-CREF quotes. * lib/Finance/Quote/ZI.pm: Zürich Invest has been purchased by Deutsche Bank and integrated into DWS. The DWS.pm module should now be used in place of the ZI.pm module. * lib/Finance/Quote/VWD.pm: Patch from Rainer Dorsch to return the current price as 'last'. The HTML::TableExtract first_table_state_found() function has been deprecated. Accept both the old and new values as correct answers. * lib/Finance/Quote/ZA.pm: * test/za.t: Add a new South African stock quote module from Stephen Langenhoven 2005-08-10 David Hampton * lib/Finance/Quote/VWD.pm: Handle invalid ISINs better. VWD delivers a 404 error instead of a blank page. Fix suggested by Uwe Simon
Diffstat (limited to 'finance')
-rw-r--r--finance/p5-Finance-Quote/Makefile5
-rw-r--r--finance/p5-Finance-Quote/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile
index ecd3eb12dfc..98c07696288 100644
--- a/finance/p5-Finance-Quote/Makefile
+++ b/finance/p5-Finance-Quote/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2005/10/26 02:12:45 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/01/19 21:50:09 wiz Exp $
-DISTNAME= Finance-Quote-1.10
+DISTNAME= Finance-Quote-1.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= finance perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/}
@@ -10,6 +10,7 @@ HOMEPAGE= http://finance-quote.sourceforge.net/
COMMENT= Perl module to get stock quotes from Yahoo
DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract
+DEPENDS+= p5-Crypt-SSLeay-[0-9]:../../security/p5-SSLeay
DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
CONFLICTS= p5-finance-quote-[0-9]*
diff --git a/finance/p5-Finance-Quote/distinfo b/finance/p5-Finance-Quote/distinfo
index 4641b869ef2..a6bac1bd19b 100644
--- a/finance/p5-Finance-Quote/distinfo
+++ b/finance/p5-Finance-Quote/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/10/19 23:43:15 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/01/19 21:50:09 wiz Exp $
-SHA1 (Finance-Quote-1.10.tar.gz) = 387bc8b26d09da3588dd3b0d6476333cd80ae959
-RMD160 (Finance-Quote-1.10.tar.gz) = cfe13184d5ecab33fcc66d48d85459900fa6750f
-Size (Finance-Quote-1.10.tar.gz) = 74176 bytes
+SHA1 (Finance-Quote-1.11.tar.gz) = dbeae0069e3b81e9a5d01d31e5cc51623966955d
+RMD160 (Finance-Quote-1.11.tar.gz) = 9e4497a5e801dec09169135a188a7420d704ae8a
+Size (Finance-Quote-1.11.tar.gz) = 86497 bytes