Age | Commit message (Collapse) | Author | Files | Lines |
|
by db1.builtin.mk if we actually end up using db1.
|
|
- Ability to print reports using Xprt
- Upgraded currency support : it is now possible to define currency
conversions with historical data. They look like ordinary accounts,
but a real account can refer to it via its CTicker.
The samples directory contains an example that shows how to deal
with USD to Euro conversion.
- Ability to save quote data received via 'live update' from Xquote
into the Xinvest *.inv files - this means you can set up your
tools so they automatically collect historical data.
- Integration with a new utility QuoteFilter which serves a similar
purpose as the above 'save live update' feature. QuoteFilter takes
E-mail messages and can store quote information from the E-mail
into your Xinvest data files. The changes to Xinvest for this
are that the Xinvest file format has been extended so QuoteFilter
can use the same files.
- Better integration of the source code with Xquote and QuoteFilter
- Source code cleanup.
- Interpret data feed from Xquote so not only American style data gets
interpreted correctly. Unfortunately there's no clean way to handle
this as the formats that we receive are not related to the user's
settings so the automatic environment dependent standards based
decoding doesn't work.
- Get the help window to behave more normally (resize is possible, single
click makes text appear). Also use less widgets and more standard
constructions (TemplateDialog) for this to make the whole thing simpler.
- Xinvest is now distributed under the BSD license, so it is now
completely free software.
|
|
Xquote 2.6.9 is a stable pre-release of Xquote.
The version number bump from 2.3 is caused by a simultaneous release of
Xinvest, Xquote, and QuoteFilter.
Xquote is now released under a completely free license: the BSD license.
Xquote now uses the XbaeMatrix widget to display its information in a
nicely laid out tabular format.
Basic functionality remains unchanged, but there have been quite a number
of small changes :
- use of XbaeMatrix
- simplified widget tree
- source code cleanup
- update of the user interface after each individual quote query
(so you can see the table contents change as the information comes in)
- use of BSD license
- user interface changes (don't show the version number in the status field)
- remove sessionXq.c, merge with the Xinvest version of the same file.
- do more effort to read info from an HTTP server when it returns 400 replies.
- Figure out whether the site is using European (on hundred is 100,00) or
American (100.00) punctuation to forward the right format to Xinvest
in a live update.
- Avoid crashes when xquote-rc file contains invalid data.
- Fix a problem with the type list not being taken fully into account for
other than the first server.
- Allow running Xquote 24 hours per day by setting start and end time to
the same value.
- Document "-restore" option in the syntax() error message.
- Make the help window resizable, and respond to a single click.
|
|
1.8.17nb3).
|
|
by db1.builtin.mk if we actually end up using db1.
|
|
build this package with up-to-date libxml2/libxslt
|
|
|
|
|
|
of MS Money' part off
|
|
accounting program
|
|
partially based on FreeBSD package
|
|
PKGREVISION not bumped, ride the bump to 2
|
|
libintl/gettext if it's available
g/c patch-bb - gnucash nowadays properly fallbacks to using gtkhtml-1.1
if 1.0 is not available, so the patch is not necessary
bump PKGREVISION for these changes
|
|
|
|
minor issues, and some functional enhancements (more specific changelist
not available)
|
|
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
|
|
This is a minor upgrade, which contains updated translations and
small bug fixes and improvements.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
version this package depends on anymore.
|
|
|
|
Fixes problems seen in the bulk builds.
Changes:
Lots of bug fixes.
|
|
Somehow broken through the bl3 update, sorry for that.
Bump PKGREVISION to 6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*-dirs packages.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
That should close PR 24818.
|
|
|
|
- Replace mv/sed with SUBST_*.
- Define NO_BUILDLINK and NO_CONFIGURE.
- Enable pkgviews installation.
|
|
with 8.4 will be updated to depend on x11/tk after Tk update.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
the GKrellM-2 port of the stock plugin.
|
|
finance_quote_1_07:
* Updated Yahoo::Europe.pm so that stocks fetched from the
Stockholm exhcnage (.ST) are correctly listed as being in
Swedish Krona (SEK).
* Added Finance::Quote::Yahoo::Asia to provide lookup of
Asian stock quotes (not including Japan).
* Patched Quote.pm after currency conversion started to fail.
* Updated documentation in ASX.pm and Trustnet.pm to note their
current functional unhappiness.
finance_quote_1_08:
* Added ZI.pm and Union.pm modules.
* Fixed VWD problem whereby no symbol was being returned.
* Updated TrustNet documentation (#666349).
* Fixed currency conversion problems. (#232075)
* Fixed ASX problems whereby quotes were not being obtained
(#653025).
* Fixed problem where no symbol tag was being defined in ASX.
(#653035).
* Fixed problem where undefined currencies would be returned
as zero, and not undefined as occured in previous versions.
* Fixed tests in currency.t which assumed that conversion
could be done between EUR and former European currencies.
These are no longer supported due to a change in the
lookups provided by Yahoo.
* Updated Fidelity.pm to indicate its current non-working status.
* Added patches which provide a troweprice_direct method.
(#666351).
* As above, for the Fidelity module. (#666353)
* Accepted David Hampton's patch to Yahoo currencies.
The correct currency will now be flagged on stocks regardless
of the module used to grab them. (#666361)
* Added Keith Refson's module to obtain quotes from
First Trust Portfolios L.P. (#670202).
* Added Ganesan Rajagopal's excellent IndiaMutal module.
(#720896)
* Fixed Cdnfundlibrary to correctly set the success flag
when successful. (#752395).
* Updated Tdwaterhouse.pm with Robert Clark's changes to
work with the new TD Waterhouse website. (#750843).
* Added the BM Nesbitt Burns module (#752423).
* Updated BMONesbittBurns module to provide better date
handling, screening out of high-ascii characters from
fields, and removal of spurious debug output.
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
|
|
|