diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-06 11:07:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-06 11:07:30 +0000 |
commit | 87d6140d4b0a2537586c36414f836f8a17f38f00 (patch) | |
tree | d8c779313feb67f93e3149079e4f4961d6cb3691 | |
parent | 9e20852329b9ea617967a52631c11a259c8009c5 (diff) | |
download | pkgsrc-87d6140d4b0a2537586c36414f836f8a17f38f00.tar.gz |
Update to 1.12:
2006-06-27 David Hampton
* Makefile.PL: State the dependency on Crypt::SSLeay that several
modules now have.
* lib/Finance/Quote/Yahoo/Base.pm: Don't set fields that are
defined but are empty..
* test/yahoo_brasil.t: Update the test module to have more cases
and use better stocks.
* lib/Finance/Quote/Yahoo/Brasil.pm: Update for the change of the
data separator from a semicolon to a comma.
* test/financecanada.t:
* test/hex.t: Add new test cases to cover the last untested
modules. All modules are now tested.
* lib/Finance/Quote/FinanceCanada.pm: Don't set the success flag
if the lookup failed.
* lib/Finance/Quote/Platinum.pm: Use the new url of the pricing
information.
* lib/Finance/Quote/ManInvestments.pm: Update for the new table
format on the web site.
* test/indiamutual.t:
* test/aex.t: Update the test cases to use currently listed funds.
* lib/Finance/Quote/ManInvestments.pm: The url for updating
quotes has changed, as has the table header.
* lib/Finance/Quote/Bourso.pm:
* lib/Finance/Quote/LeRevenu.pm:
* test/bourso.t:
* test/lerevenu.t: Updated modules from Dominique Corbex
The name field now returns the real name
and not ticker symbols, and other small fixes.
2006-04-08 David Hampton
* lib/Finance/Quote/Trustnet.pm: Work around the fact that gnucash
escapes the ampersand character when passing stock names to F::Q.
* lib/Finance/Quote/DWS.pm: Updated module from Klaus Dahlke
to retrieve quotes from the new DWS web page.
* lib/Finance/Quote/Tiaacref.pm: Explicitly state in the code that
this module requires ssl support (it uses an https:// url). This
prevents perl from trying to run the code when ssl support isn't
present.
* lib/Finance/Quote.pm:
* lib/Finance/Quote/HEX.pm:
* test/hex.t: New module from Mika Laari
to fetch quote information from the Helsinki stock exchange.
* Documentation/Hackers-Guide: Add a section on the q->store_date()
function. All modules should use this function to set the 'date'
and 'isodate' fields based on the retrieved textual date (or lack
thereof).
* test/lerevenu.t: Test the right module.
2006-04-07 David Hampton
* lib/Finance/Quote.pm:
* lib/Finance/Quote/LeRevenu.pm:
* test/lefrevenu.t: New module from Dominique Corbex
to fetch information from the LeRevenu.com site in France.
* t/yahoo_europe.t: New test cases for non-GBP London exchange
stocks. Use new stock for test of the XETRA exchange. (Can't
find a non-Euro stock there, so remove those tests.)
* lib/Finance/Quote/Yahoo/Base.pm: Patch from p1n0 at sourceforge.net
to only divide London exchange values by 100 if they are
denominated in pence.
2006-04-06 David Hampton
* lib/Finance/Quote.pm:
* lib/Finance/Quote/Bourso.pm:
* test/bourso.t: New module from Dominique Corbex
to fetch information from the "Paris Stock Exchange", http://www.boursorama.com.
* lib/Finance/Quote/VWD.pm: Updated module from Jörg Sommer that
is more tolerant of the advertising added to the web page.
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 5 | ||||
-rw-r--r-- | finance/p5-Finance-Quote/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index f8a7b92e4f8..752e114d76f 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2006/01/25 19:49:43 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/08/06 11:07:30 wiz Exp $ -DISTNAME= Finance-Quote-1.11 -PKGREVISION= 1 +DISTNAME= Finance-Quote-1.12 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 a6bac1bd19b..23f55566e5f 100644 --- a/finance/p5-Finance-Quote/distinfo +++ b/finance/p5-Finance-Quote/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/01/19 21:50:09 wiz Exp $ +$NetBSD: distinfo,v 1.4 2006/08/06 11:07:30 wiz Exp $ -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 +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 |