2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-10-03 18:10:14 by Aleksej Saushev | Files touched by this commit (14) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-08-14 14:41:41 by OBATA Akio | Files touched by this commit (5) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2011-02-26 06:39:46 by OBATA Akio | Files touched by this commit (3) |
Log message:
Add an patch for changed page structure.
PR#44623 by Marko Schuetz Schmuck.
Bump PKGREVISION.
While here, set LICENSE=gnu-gpl-v2 (or later).
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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!
|
2009-10-31 02:59:20 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
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
|
2009-04-20 15:52:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
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
|
2008-11-05 17:24:30 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
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.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
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=...").
|
2008-01-05 23:48:29 by Klaus Heinz | Files touched by this commit (1) |
Log message:
The package supports installation to DESTDIR.
No compiler necessary.
|