The NetBSD Project

CVS log for pkgsrc/finance/p5-Finance-Quote/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / finance / p5-Finance-Quote

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.47 / (download) - annotate - [select for diffs], Sun Aug 13 17:56:01 2023 UTC (5 weeks, 5 days ago) by gutteridge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored)

p5-Finance-Quote: update to 1.58

1.58      2023-08-12 10:59:05-07:00 America/Los_Angeles
	* Consorsbank.pm - New module - PR #329
	* Stooq.pm - New module - Issue #203
	* Bloomberg.pm - Changed modules to utilize cookie jar - PR #331 - Issue #324
	* AlphaVantage.pm - Apply currency scaling (GBp -> GBP) when symbol
	  had additional ".X" suffix - Issue #281
	  Fixed check for "Information" JSON usually returned when daily API
	  limit has been reached.
	* YahooWeb.pm - Fixed incorrect pricing for single character symbols
	  and changed URL to get trade date - Issues #314 #319
	* Another fix to the URL in YahooJSON and CurrencyRates/YahooJSON - Issue #318

Revision 1.46 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:34 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

*: recursive bump for perl 5.38

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jul 5 22:09:22 2023 UTC (2 months, 2 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

p5-Finance-Quote: update to 1.57

1.57      2023-07-01 12:37:07-07:00 America/Los_Angeles
        * Correct set exchange in YahooJSON.pm - Issue #306
        * Added close, change and p_change to Tradegate, XETRA and Sinvestor
          Added optional parameter INST_ID to specify the institute id.
          Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304
        * Added GoogleWeb Module
        * YahooWeb module added - PR #296
        * Added MarketWatch Module
        * Replaced cached file with IO::String object in IndiaMutual.pm
        * Fixed missing date in AEX.pm - Issue #298
        * Fixed Examples in POD Documentation in a few modules - PR #295
        * move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
        * remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
        * removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290
        * Fixed Fool.pm and fool.t - PR #289

Revision 1.44 / (download) - annotate - [select for diffs], Sun Jun 11 00:32:02 2023 UTC (3 months, 1 week ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

p5-Finance-Quote: update to 1.56

1.56      2023-05-29 14:56:23-07:00 America/Los_Angeles
	* Replaced Tradeville.pm with BVB.pm - Issue #269
	* Added new TwelveData module
	* Updated YahooJSON.pm and CurrencyRates/YahooJSON.pm to use https://query2.finance.yahoo.com/v11 - PR #284
	* Bourso.pm - Squash anything but numbers and period in quote values.
	* Renamed MStarUK.pm to MorningstarUK.pm
	* Added get_features method - PR #260

1.55      2023-05-13 12:22:00-07:00 America/Los_Angeles
	* Added YahooJSON currency rate module PR #270
	* Added TRV => CAD in AlphaVantage.pm. Issue #265 - PR #267
	* Quick fix for YahooJSON.pm API
	* URL Change for MorningstarJP. Issue #261
	* Regex fix in FTfunds.pm and changed test cases ftfunds.t. PR #262

1.54      2022-12-26 15:25:02-08:00 America/Los_Angeles
	* Fix to AEX.pm - Issue #235 - PR #244
	* New modules Sinvestor.pm Tradegate.pm and XETRA.pm PR #243
	* Updates to TMX.pm (Toronto Stock Exchange) PR #248 and #253
	* Reverted API change (PR #230) in
	  CurrencyRates/AlphaVantage.pm PR #249
	* Fix to Fondsweb.pm PR #250

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jan 29 10:22:12 2023 UTC (7 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.42: +52 -5 lines
Diff to previous 1.42 (colored)

p5-Finance-Quote: update DEPENDS and TEST_DEPENDS to reality

Bump PKGREVISION.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Dec 2 23:10:13 2022 UTC (9 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.41: +2 -3 lines
Diff to previous 1.41 (colored)

p5-Finance-Quote: update to 1.53.

1.53      2022-10-08 12:26:55-07:00 America/Los_Angeles
	* dist.ini - changed bugtracker.web to
	  https://github.com/finance-quote/finance-quote/issues
	* DWS.pm - Set $info{$symbol, 'symbol'} to $symbol.
	* Union.pm - #231 - reworked for a different CSV file.
        * CurrencyRates/AlphaVantage.pm - API CURRENCY_EXCHANGE_RATE
          no longer accepts free API keys. Changed to use FX_DAILY API.
          Issue #229 PR #230
        * Set minimum version for LWP::UserAgent in dist.ini to
          honor redirects.
        * CurrencyRates/AlphaVantage.pm - Added logic to account
          for empty JSON returned from currency exchange fetch.
        * Bourso.pm - Added Europe and France back as failover
          methods. These were removed some time ago in commit e26484b.
        * Tradeville.pm - Changed hostname in URL to tradeville.ro.
          Added logic to better account for the symbol not being
          found.
        * YahooJSON.pm - #202 - Account for symbols with '&'.
        * Minor change to isoTime function in Quote.pm.
        * Updated TSP.pm - PR #227 - update URL and handling of dates.

1.52      2022-07-03 15:15:38-07:00 America/Los_Angeles
        * Quote.pm - Fixed logic for FQ_LOAD_QUOTELET starting with "-defaults"
          reported in issue #197. PR #199.
        * AlphaVantage currency module: Don't recurse infinitely when exchange
          rate is less than .001 (PR 193)
        * Bourso.pm - Fixed data bug reported in issue #174 with PR #194.
        * TSP.pm - Minor fix for URL used to retrieve data. PR #195.
          Note: URL was changed after the PR was merged.
          Module remains in a non-working status.
        * TesouroDireto.pm - New module for Brazilian's National Treasury
          public bounds. PR #198.
        * Bloomberg.pm - Update Bloomberg class names #205. Correct html
          parsing errors.
        * MorningstarCH.pm - Re-enabled and fixed in #207.
        * ZA.pm - Change to return price from sharenet in major denomination.
          PR #208.
        * Changes to SourceForge project website HTML files.
        * Add [Prereqs] to dist.ini. #215

1.51      2021-07-04 14:41:59-07:00 America/Los_Angeles
        * Fix bugs in t/fq-object-methods.t
        * Add code to hide warning in t/currency_lookup.t

1.50      2021-06-26 20:52:16-07:00 America/Los_Angeles
        * New modules: CurrencyRates
        * Updated modules: ASX, TIAA-CREF, Fool, Currencies
        * Corrected some POD issues (thanks to the Debian Perl Group)

Revision 1.41 / (download) - annotate - [select for diffs], Mon Aug 8 10:11:57 2022 UTC (13 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

p5-Finance-Quote: update COMMENT

Revision 1.40 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:52 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

*: recursive bump for perl 5.36

Revision 1.39 / (download) - annotate - [select for diffs], Mon May 24 19:52:13 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

*: recursive bump for perl 5.34

Revision 1.38 / (download) - annotate - [select for diffs], Mon Sep 7 10:40:14 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.37: +9 -11 lines
Diff to previous 1.37 (colored)

p5-Finance-Quote: update to 1.49.

Fix dependencies.

1.49      2019-06-30 12:20:58+02:00 Europe/Brussels
        * Alphavantage: Removed Time::HiRes dependency due to mswin32
          not supporting clock_gettime calls.

1.48      2019-06-30 01:19:14+02:00 Europe/Brussels
        * Alphavantage: Add a waiting mechanism to comply to
          alphavantage use terms
        * Alphavantage: Added several stock exchange support and
          currency
        * Updated modules: Union, Deka, Indiamutual, ASX, Yahoojson,
          TSP, AEX, Fool
        * New modules: IEXTrading, MorningstarAU, MorningstarCH,
          IEXCloud
        * Yahoo: removed modules referring to yahoo API, which yahoo
          stopped
        * BUGFIX: 'use of uninitialized value' returned by perl could
          make gnucash fail when more than 15 quotes where requested
        * BUGFIX: MS Windows does not support %T in strftime call
        * Added new documentation files: Release.txt, Hackers-Guide,
          Modules-README.yml
        * We started moving known failing tests into TODO blocks
        * This release is the result of hard work by Bruce Schuck,
          Vincent Lucarelli, Pieter-Jan Vandormael, Manuel Friedli,
          Jalon Avens, Chris Good, Mark J. Cox, Eelco Dolstra, Henrik
          Ahlgren, Vinay Shastry, Mike Alexander, Erik Colson.
        * Special thanks go to Bruce Schuck and Vincent Lucarelli
          which joined the maintainers team!

Revision 1.37 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:30 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Mar 20 11:57:38 2020 UTC (3 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

*: Convert broken sourceforge HOMEPAGEs back to http

Revision 1.35 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:52 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:00 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:06 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

Recursive bump for perl5-5.28.0

Revision 1.32 / (download) - annotate - [select for diffs], Tue Nov 14 09:45:44 2017 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

p5-Finance-Quote: update to 1.47.

1.47      2017-11-12 17:19:42+01:00 Europe/Brussels
        * Use AlphaVantage for currency quotes instead of Yahoo (Mike Alexander)

1.46      2017-11-12 17:13:15+01:00 Europe/Brussels
        * Drop long-obsolete debian directory (Florian Schlichting)
        * AlphaVantage:
          - added support for .IL => USD currency and division (Adriano Baldi)
          - graceful error catchup (Mike Alexander)
        * Yahoojson:
          - module adapted to new URL and returned json (Rafael Casali)

Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 13 15:19:41 2017 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

p5-Finance-Quote: update to 1.45.

1.45      2017-11-08 21:35:51+01:00 Europe/Brussels
        * alphavantage
          * more suffix - currency pairs added
          * GBP and GBX divided by 100

Revision 1.30 / (download) - annotate - [select for diffs], Wed Nov 8 20:55:49 2017 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -3 lines
Diff to previous 1.29 (colored)

p5-Finance-Quote: update to 1.44.

1.44      2017-11-07 21:57:57+01:00 Europe/Brussels
        * Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
        * Setup a pause of .7s between queries in AlphaVantage.pm to limit queries

1.43      2017-11-06 23:41:47+01:00 Europe/Brussels
        * Added currency for .DE market
        * BUGFIX in currency determination regex

1.42      2017-11-06 19:04:25+01:00 Europe/Brussels
        * more tests in alphavantage.t
        * BUG resolved: removed time from $last_refresh when markets are open

1.41      2017-11-06 16:06:41+01:00 Europe/Brussels
        * return symbol for AlphaVantage data

1.39
        * added AlphaVantage module (Matthew Patterson)
        * some other module changes: yahoojson, Morningstar, Bourso, TSX (not working)

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:58 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:51 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Aug 23 14:08:20 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored)

Update to 1.38:

1.38      2015-08-22 13:22:56+02:00 Europe/Brussels
        * module updates: tiaacref, yahooJSON, FTfunds, MStaruk, USFedBonds, GoldMoney
        * new modules: fidelityfixed (Peter Ratzlaff), yahooYQL
        * removed modules: MTGox
        * more tests: yahoo_speed.t, tiaacref.t

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:05 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Feb 4 12:22:42 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Update to 1.37. Remove Crypt-SSLeai dependency, add DateTime.

1.37      2015-02-01 20:24:32+01:00 Europe/Brussels
        * modified 00-use.t to show more info
        * Remove Crypt::SSLeay dependency in favor of LWP::Protocol::https (Geert Janssens)
        * Updated HU.pm and test file to current website (Kristof Marussy)

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 1 18:31:26 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored)

Update to 1.36: No changes found, the entry is just:

1.36      2015-01-31 18:46:44+01:00 Europe/Brussels

Revision 1.23 / (download) - annotate - [select for diffs], Fri Oct 31 09:51:25 2014 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.22: +4 -1 lines
Diff to previous 1.22 (colored)

Add missing dependencies.
Bump PKGREVISION.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Sep 6 12:45:14 2014 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

Update to 1.35:

1.35      2014-06-17 08:06:14+02:00 Europe/Brussels
        * BUGFIX: VWD - currency returned.

1.34      2014-06-15 21:30:03+02:00 Europe/Brussels
        * VWD adapted to recent website change.

1.33      2014-06-01 11:24:24+02:00 Europe/Brussels
        * BUGFIX: yahoo_json never returns currency. so don't set a default.
                  yahoo_json returned current timestamp instead of quote date.

1.32      2014-05-18 21:55:12+02:00 Europe/Brussels
        * return "symbol" for yahoo_json module
        * allow to retrieve ISIN codes with VWD module

1.31      2014-05-04 22:56:45+02:00 Europe/Brussels
        * Case mismatch in ZA_UnitTrusts pod

1.30      2014-05-04 21:56:34+02:00 Europe/Brussels
        * Bourso.pm works on current website changes. Thanks to Guillaume
        * New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock
          Exchange (CSE) in Sri Lanka.

1.29      2014-04-08 08:28:25+02:00 Europe/Brussels
        * New module za_unittrusts. kudos to Rolf Endres.
	* Indiamutual patched to current website. kudos to Vinay S Shastry.

1.28      2014-03-16 12:05:19+01:00 Europe/Brussels

        * Removed some unnecessary dependencies

1.27      2014-03-05 15:04:22+01:00 Europe/Brussels

        * New module YahooJSON added (Abhijit Kshirsagar)
        * mtgox.t should not create errors when ONLINE_TEST is not defined

1.26      2014-03-03 22:24:58+01:00 Europe/Brussels

        * VWD adapted to current website (skaringa)
        * Boursorama module mostly fixed (Arnaud Gardelein)

1.25      2014-03-02 23:18:23+01:00 Europe/Brussels

        * AEX.pm : Some checking added. Not working yet
        * Quote.pm : readded sub parse_csv_semicolon.

1.24      2014-03-02 21:39:00+01:00 Europe/Brussels

        * Added module Citywire.pm written by Martin Sadler
        * Added module FTfunds.pm written by Martin Sadler
        * Added module MStaruk.pm written by Martin Sadler
        * Added module TNetuk.pm written by Martin Sadler
        * Data::Dumper is no more required to build

1.23_02   2014-03-02 14:46:41+01:00 Europe/Brussels (TRIAL RELEASE)

        TEST RELEASE

1.22      2014-03-02 10:38:18+01:00 Europe/Brussels (TRIAL RELEASE)

        TEST RELEASE

1.21      2014-03-02 09:56:38+01:00 Europe/Brussels (TRIAL RELEASE)

        * ASX.pm now supports querying more than 10 symbols (goodvibes2)
        * Travis config added for automated test build
        * BUILD: Updated to use Dist::Zilla

Revision 1.21 / (download) - annotate - [select for diffs], Thu May 29 23:36:34 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 31 12:41:02 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 21 22:55:52 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored)

Update to 1.18. No proper NEWS file found.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:03 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 3 16:10:13 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
Changes since 1.16: +1 -3 lines
Diff to previous 1.16 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 14 12:41:41 2011 UTC (12 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 26 05:39:45 2011 UTC (12 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.14: +7 -2 lines
Diff to previous 1.14 (colored)

Add an patch for changed page structure.
PR#44623 by Marko Schuetz Schmuck.
Bump PKGREVISION.

While here, set LICENSE=gnu-gpl-v2 (or later).

Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 21 16:34:52 2010 UTC (13 years, 1 month ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.13 / (download) - annotate - [select for diffs], Sat Oct 31 01:59:20 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Update to 1.17:

	* Lots of tests added

	* IndiaMutual.t tests added
	* Yahoo_europe: Bug 44245 solved. Wrong fields returned.
	* Documentation: Bug 48818 corrected.

	* yahoo_europe.t tests corrected

	* Bourso.t tests corrected

	* AEX.pm removed code for options and futures. (didn't work)

	* Bug in Yahoo::Base corrected. Sometimes year range is wrongly returned.

	* Bug in Yahoo::Base corrected. GBp wrongly interpreted.

	* Goldmoney.pm patched. support for platinum added.

	* New module HU.pm (Hungarian stocks)

	* Bug RT 46155 solved by modifying link in IndiaMutual.pm

	* Cominvest URL modified

	* currencies adapted to yahoo denomination

	* currency retrieval updated (yahoo website changed)

	* ASX.pm updated due to website change

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 20 13:52:17 2009 UTC (14 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.11: +6 -2 lines
Diff to previous 1.11 (colored)

Update to 1.16, and use REPLACE_PERL generously.

2009-04-13  Erik Colson <eco@ecocode.net>

	* Release 1.16

2009-04-12  Erik Colson <eco@ecocode.net>

	* BUGFIX: Bourso.pm allmost completely rewritten due to website change.
	* BUGFIX: Morningstar.pm patched by Fredrik Persson.
	* BUGFIX: AEX.pm patched by Herman van Rink.

2009-03-19  Erik Colson <eco@ecocode.net>

	* BUGFIX: 12:XXpm formatted time handling.

2009-03-04  Erik Colson <eco@ecocode.net>

	* RENAMED ITE is now RZR

2009-03-02  Erik Colson <eco@ecocode.net>

	* BUGFIX: ZA.pm patched.

2009-03-01  Erik Colson <eco@ecocode.net>

	* BUGFIX: Stephen Ebelt patch applied for goldmoney.pm
	* BUGFIX: Encoding problem solved by Ashwin

2009-02-16  Bradley Dean <bjdean@bjdean.id.au>

	* NEW: Function fetch_live_currencies.

2009-02-15  Bradley Dean <bjdean@bjdean.id.au>

	* NEW: Module Finance::Quote::Currencies created for use in
          currency_lookup.

2008-12-05  Erik Colson <eco@ecocode.net>

	* Finanzpartner module adapted to site updated. By Jan Wilamowius.
	* Morningstar patched by Fredrik Persson.

2008-11-09  Erik Colson <eco@ecocode.net>

	* Bourso.pm updated due to website update. By Bernard Fuentes

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 5 16:24:30 2008 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

Update to 1.15:

2008-10-26  Erik Colson <eco@ecocode.net>

	* BUG correction : IndiaMutual.pm: symbol not set it module.
	* Release 1.15

2008-10-21  Erik Colson <eco@ecocode.net>

        * BUG correction : function isoTime - make sure $hours and $mins are treated as numbers
        * use sprintf in isoTime

2008-10-15  Erik Colson <eco@ecocode.net>

        * Release 1.14

2008-10-13  Erik Colson <eco@ecocode.net>

        * Finanzpartner.pm added by Jan Willamowius

2008-10-12  Erik Colson <eco@ecocode.net>

        * isoTime function added
        * added quote.t
        * yahoo time is now format using isoTime

2008-10-11  Erik Colson <eco@ecocode.net>

        * added prerequisite for HTML::TreeBuilder
        * union.t from todo

2008-10-10  Paul Fenwick <pjf@cpan.org>
        * TEST: Ensure Data::Dumper is not accidently left in
          F::Q code.

2008-10-07  Erik Colson <eco@ecocode.net>

        * Root README added
        * BUGFIX: asx.t

2008-10-05  Erik Colson <eco@ecocode.net>

        * Added Cominvest module from Stephan Ebelt

2008-10-04  Erik Colson <eco@ecocode.net>

        * Failing tests moved to todo-state for trustnet, usfedbonds,
          bourso, deka, union
        * BUGFIX: currency.t
        * BUGFIX: lerevenu.t - index ID corrected

2008-10-02  Erik Colson <eco@ecocode.net>

        * Failing tests moved to todo-state for ftportfolios, aiahk, nzx,
          maninvestments.

2008-09-30  Paul Fenwick <pjf@cpan.org>

        * BUGFIX: Applied patch from Bill Carlson to fix Tiaacref.pm.
          Thanks Bill, you rock!

2008-09-28  Erik Colson <eco@ecocode.net>

	* StockHouseCanada.pm updated to new site layout

	* DWS.pm updated

2008-09-27  Erik Colson <eco@ecocode.net>

	* VWD.pm updated to new site layout

	* TSX.pm added

2008-09-27  Paul Fenwick  <pjf@cpan.org>

        * DOCUMENTATION: Fixed malformed formatting in authors
          email addresses in Fiannce/Quote.pm.

2008-09-26  Erik Colson <eco@ecocode.net>

	* AEX.pm updated to new site layout (comma used in numbers)

2008-09-22  Paul Fenwick  <pjf@cpan.org>

        * BUILD: Module::Install 0.77 is now used for building
        and installation.  (PJF)

        * TESTING: Finance::Quote's test system has been restructured.
        Tests are now run during installation, but online and author
        tests are skipped by default.  (PJF)

2008-09-21  Erik Colson <eco@ecocode.net>

	* lib/Finance/Quote/Yahoo/Brasil.pm: Enable semicolon.

2007-05-13  David Hampton  <hampton@employees.org>

	* lib/Finance/Quote/SEB.pm: Patch from Henrik Riomar <henrik.riomar at
	gmail.com> to fix a problem finding quotes for funds with the Swedish
	chars åäö in the name.

	* lib/Finance/Quote/IndiaMutual.pm: Patch from Devendra Gera <gera0ul
	at yahoo.com> to remove white space when splitting the results in the
	AMFI data file.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 19 19:18:09 2008 UTC (14 years, 11 months ago) by he
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 5 22:48:29 2008 UTC (15 years, 8 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

The package supports installation to DESTDIR.
No compiler necessary.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 15 22:41:09 2007 UTC (16 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 6 11:07:30 2006 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 25 19:49:43 2006 UTC (17 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

Fix p5-Crypt-SSLeay pattern; bump PKGREVISION (binary package was broken).

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 20 20:38:09 2006 UTC (17 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fix path to p5-Crypt-SSLeay after its reimport.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 19 21:50:09 2006 UTC (17 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 26 02:12:45 2005 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Accept p5-HTML-TableExtract>1.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 19 23:43:15 2005 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (colored)

Update to 1.10:

2003-07-06	Pawel Konieczny
	* Update of F::Q::AEX module: added a remap functionality
	  which translates the official stock ticker to AEX CGI
	  symbol

	* Update of F::Q::AEX module: Distiguishing indices and stocks:
	  indices will have "currency" label undefined, stocks will have
	  value "EUR".  This fixes the currency conversion problem for
	  indices.

	* Update of F::Q::AEX module: Cleanup of labels: "offer" renamed to
	  "ask" ("ask" is more common, besides, it can be
	  currency-converted). Label "offer" stays for backward
	  compatibility.

	* Update of F::Q::AEX module: Cleanup of garbage in some fields.
	  (Ocassionally, the http fetch & parse will return garbage for
	  some values).

2003-07-07	Pawel Konieczny
	* AEX module: added label 'symbol'

2003-08-27	Pawel Konieczny
	* AEX module: following a suffestion of Paul Fenwick, value
	'undef' is returned if no valid data could be dowloaded
	(previously it was returning empty strings in such cases).

2003-08-31	Pawel Konieczny
	* AEX module: major update: fetching of stock and index options
	implemented.  POD and test script updated as well.

2003-08-31  David Hampton

	* Yahoo/Base.pm: Added entry for the Lisbon Portugal stock
	exchange.

2003-09-12  David Hampton

	* Yahoo/Base.pm: Added suffixes for 1) the US Options, 2) US
	exchanges when using a non-US Yahoo site, and 3) the Zurich
	exchange.

2003-09-15	Pawel Konieczny
	* AEX module: major update: additional labels for options available:
	volume, oi, and other. Subframes cache implemented, resulting in
	substantial speedup for repeating (intraday) requests of individual
	options.

2003-09-20	Pawel Konieczny
	* AEX module: major update: fetching of futures quotes
	implemented.  POD and test script updated as well.

2004-02-08  David Hampton

	* Yahoo/Base.pm: Added suffixes for the Brussels and Dublin
	exchanges.

2004-07-02	Paul Fenwick

	* Added Finance/Quote/Tdefunds.pm thanks to David Grant.

	* Added t/tdefunds.t basic regression test (3 tests).

	* Fixed bug #916966, TASE prices were 100 times their true
	  price.  Thanks to Eldad Zack for the patch.

2005-01-14  David Hampton

	* lib/Finance/Quote/Cdnfundlibrary.pm: Got the module working again.

2005-02-06  David Hampton

	* lib/Finance/Quote/BMONesbittBurns.pm: Got the modules working again.

2005-02-09  David Hampton

	* lib/Finance/Quote/Fidelity.pm:
	* lib/Finance/Quote/Union.pm: Got the modules working again.

	* lib/Finance/Quote/Yahoo/Base.pm: Extract the currency directly
	from Yahoo, instead of looking it up in an exchange/currency
	mapping table.

	* t/*: Various new test and updated modules.

2005-03-01  David Hampton

	* lib/Finance/Quote.pm: New modules.  New function to parse files
	separated by semicolons instead of commas.

	* lib/Finance/Quote/AEX.pm: Worked over modules from Johan van
	Oostrum.  Most of the old AEX data has migrated elsewhere.

	* lib/Finance/Quote/ASX.pm:
	* lib/Finance/Quote/Trustnet.pm: Got the modules working again.

	* lib/Finance/Quote/ManInvestments.pm:
	* lib/Finance/Quote/Platinum.pm: New modules for Australian
	investment price sources from Ian Dall
	users.sourceforge.net>.

	* lib/Finance/Quote/NZX.pm: New modules for fetching quotes the
	from the New Zealand stock exchange. Provided by Michael Curtis.

	* lib/Finance/Quote/SEB.pm: New modules for fetching quotes from
	the Swedish Bank.  Submitted by Tomas Carlsson.

	* lib/Finance/Quote/TSP.pm: New modules for fetching quotes from
	the US Govt. Thrift Service Plan.  Submitted by Frank Mori Hess.

	* lib/Finance/Quote/Yahoo/Base.pm: Corrected currency tags for Vienna and Valence.

	* lib/Finance/Quote/Yahoo/Brasil.pm: Add new Yahoo Brasil module
	from Ismael Orenstein

	* t/*: Various new test modules.

2005-03-19  David Hampton

	* lib/Finance/Quote/AEX.pm: Spelling correcting from Frank Mori
	Hess.

	* lib/Finance/Quote.pm: Documentation correction from Trent
	Piepho.

	* lib/Finance/Quote/Yahoo/Base.pm (yahoo_request): Fix an
	undefined reference when Yahoo ocassionally returns an empty
	field.

2005-03-19  David Hampton

	* almost all files: Collapsed all date parsing code into a single
	function.  This function handles the date formats provided by all
	current quote sources and converts them all into the F::Q standard
	of a US date format.  It also adds an ISO format date to all
	quotes in the new isodate field.  Added lots of test functions to
	check date formats.


2005-03-19  David Hampton

	* lib/Finance/Quote/Trustnet.pm: Encode the '&' character before
	calling the user agent GET function.  Fixes bug 747080.

2005-05-04  David Hampton

	* lib/Finance/Quote/FTPortfolios.pm: Update for changes in the
	website.

	* t/ftportfolios.t: New test module.

	* TSP.pm: Replace core parsing with tighter code.  Support the
	symbols used by both Frank Mori Hess' and Trent Piepho's TSP
	modules.  Make the symbols case insensitive.

	* lib/Finance/Quote/Cdnfundlibrary.pm: Find table by headers
	instead of by index.

	* test/asegr.t: New module
	* lib/Finance/Quote/ASEGR.pm: New module

	* lib/Finance/Quote/ASX.pm: Skip any blank lines in the table.
	Pass an extra parameter to TableExtract to keep it from doing
	unnecessary work that produces warnings.

2005-06-29  David Hampton

	* lib/Finance/Quote/VWD.pm: Updated module from Jörg Sommer

	* lib/Finance/Quote/cdnfundlibrary.pm: Changes inspired by
	kalaleq@users.sourceforge.net allow retrieval of more data.

	* lib/Finance/Quote.pm:
	* lib/Finance/Quote/Yahoo/NZ.pm: New module from Stephen Judd

	* lib/Finance/Quote/NZX.pm: Tweak to allow both NZX and Yahoo:NZ
	to get quotes for New Zealand Stocks (use method nz).

	* CVSTAG: finance_quote_1_09

2005-05-30  Paul Fenwick

	* MANIFEST: Updated with files intended for distribution.

	* lib/Finance/Quote.pm: Updated $VERSION to 1.09

	* CVSTAG: Updated finance_quote_1_09 tag on MANIFEST and
	  lib/Finace/Quote.pm

	* Released updated version 1.09 with new MANIFEST and Quote.pm
	  to Sourceforge.

	* lib/Finance/Quote/VWD.pm: Re-enabled $VERSION and bumped
	  to 1.01 to allow correct indexing on CPAN, however the
	  older version currently remains in the 1.09 release.

2005-06-04  Paul Fenwick

	* lib/Finance/Quote.pm: Bumped $VERSION to 1.10, primarily
	  to work around a problem with CPAN distributions.

	* CVSTAG: finance_quote_1_10

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 19 23:31:55 2005 UTC (17 years, 11 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Re-import p5-finance-quote as p5-Finance-Quote (to match distfile name
and other perl package names).

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 19 23:31:55 2005 UTC (17 years, 11 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>