Subject: CVS commit: pkgsrc/finance/p5-Finance-Quote
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2006 21:50:09
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Jan 19 21:50:09 UTC 2006

Modified Files:
	pkgsrc/finance/p5-Finance-Quote: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/finance/p5-Finance-Quote/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/finance/p5-Finance-Quote/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.