summaryrefslogtreecommitdiff
path: root/finance
AgeCommit message (Collapse)AuthorFilesLines
2004-11-06Add patches (from FreeBSD) which appear to be necessary to successfullyjdolecek4-5/+51
build this package with up-to-date libxml2/libxslt
2004-10-28claim responsibility for this packagejdolecek1-2/+2
2004-10-23recommend installation of gnucash-docs for Help and the Guidejdolecek1-0/+6
2004-10-23expand/change a little, and take the 'can easily replace Quickenjdolecek1-5/+6
of MS Money' part off
2004-10-23Added gnucash-docs-1.8.4 - documentation for GnuCash, personal double-entryjdolecek1-1/+2
accounting program
2004-10-23documentation for GnuCash, version 1.8.4 (currently latest)jdolecek4-0/+484
partially based on FreeBSD package
2004-10-231.8.9 ships empty gnucash-design.info, so it's necessary to rebuild itjdolecek1-2/+9
PKGREVISION not bumped, ride the bump to 2
2004-10-23let include libintl via gettext-lib; this makes the gnucash use nativejdolecek3-41/+4
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
2004-10-23add some files missed in 1.8.9 updatejdolecek1-1/+18
2004-10-22Update kmymoney2 to version 0.6.2. Changes since 0.6 inlude fixes to somejdolecek2-6/+6
minor issues, and some functional enhancements (more specific changelist not available)
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
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....
2004-10-05Update gnucash to 1.8.9mjl3-14/+16
This is a minor upgrade, which contains updated translations and small bug fixes and improvements.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv8-13/+16
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam2-222/+2
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".
2004-09-09Resign as maintainer of this package. I use neither GNOME nor the Pythontron1-3/+2
version this package depends on anymore.
2004-07-28USE_LANGUAGES=c c++ ; USE_LIBTOOL=yesmarkd1-3/+4
2004-06-15Update to version 0.6.markd30-380/+59
Fixes problems seen in the bulk builds. Changes: Lots of bug fixes.
2004-05-05Fix scripts to run the correct guile interpreter.wiz3-3/+26
Somehow broken through the bl3 update, sorry for that. Bump PKGREVISION to 6.
2004-05-03Convert to buildlink3.wiz1-30/+22
2004-05-02Convert to buildlink3.snj2-7/+7
2004-04-26Convert to buildlink3.snj1-5/+5
2004-04-25Convert to buildlink3.snj2-10/+10
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-04-23Convert to bl3.wiz1-4/+4
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz5-8/+10
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-18Bump PKGREVISION after gkrellm1 buildlink[23].mk change.cube1-2/+2
That should close PR 24818.
2004-03-12Use bl3.snj1-3/+3
2004-03-09- Switch to Tk 8.4.minskim1-8/+13
- Replace mv/sed with SUBST_*. - Define NO_BUILDLINK and NO_CONFIGURE. - Enable pkgviews installation.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv2-6/+4
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Add explicit dependency on pkgconfig.minskim1-1/+2
2004-02-24Correct paths.cube1-2/+2
2004-02-24Enable gkrellm1-stock.cube1-1/+2
2004-02-24Update to version 0.5.1. This is the GKrellM-2 port of the stock plugin.cube5-90/+30
2004-02-24Re-import of finance/gkrellm-stock as gkrellm1-stock to leave space forcube6-0/+111
the GKrellM-2 port of the stock plugin.
2004-02-20Update to version 1.08.cube2-6/+6
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.
2004-02-17Remove info files entries from PLIST.seb1-6/+1
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam2-4/+3
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-2/+2
2004-01-28there is no pseudo-category "tk80", only "tk".grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant4-8/+8
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc2-4/+4
2004-01-06Bump PKGREVISION to 2 due to guppi dependancy changes.jmmv1-2/+2
2004-01-03Bump package revisions for tiff update.reed5-9/+10
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-30Add RCS tagscjep2-0/+2
2003-12-11Update gnucash to version 1.8.8, the latest stable version.jschauma5-25/+68
Changes since version 1.8.4 are numerous. For brevity, I'll include the changes from 1.8.6 onwards. Other changes available at http://www.gnucash.org. What's New in GnuCash 1.8.8? o HBCI - Improve error message when receiving zero balance from bank. o Add account template for Swiss German businesses "KMU" by Tom Winterhalder o Add *big* account template for German businesses "SKR04" by Betina Schmidt o Add Catalan and Turkish translation, Updated German, Italian, Czech, Greek o Add Turkish account template. Updated Greek account templates. o Remove debian scripts o Add a comment about minimum string length o Fix the ISO_DATELEN to be "long enough" o Fix handling of HBCI direct debits (fix wrong textkey). Fix and initially implement handling of multiple banks/users/customers. o Fixed extremly stupid, old bug that causes weird HBCI errors. Improved user messages. o Refactor some GUI code. Improve user messages. o BillTermDecRef should have been BillTermIncRef when setting new bill term. o Applied Frank Pavageau's patch regarding capital gains to handle split transactions. o Don't make a timespec with tv_sec == 0. Fixes some tests on the alpha platform. What's New in GnuCash 1.8.7? o Use instead of "libofx/libofx.h" as it's not part of our system. Fixes a dependency problem in 1.8.6 release. o Small fix from hawkfan to get tests to work when building outside srcdir. o Fix a bug introduced by Matthew -- ANSI C does not allow you to declare a variable in the middle of an expression. Move the declaration to the top of the function. o We don't need the trailing semi-colon because the #include adds one. The double semi-colon causes build failures in some cases. What's New in GnuCash 1.8.6? o Updated Spanish, Greek, French, Czech, Slovak translations o Fixed extremely stupid bug in the import value setting workaround. o Fixed problem with SX formula_cell calls o Merge missing part of 2003-05-28 commit. The log format changes didn't get commited for some reason, making the log replayer completely unusable. o Fixed crash during dialog startup on Solaris. o Turn off scheme garbage collection during query->scm and scm->query conversion. It shaves about 50% off the test-scm-query-string tests. o Make test-scm-query-string test deterministic by seeding the RNG with a known value. o Add a "slots" parameter to allow for future expansion. Right now this is completely ignored.
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz1-2/+2