diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-20 23:25:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-20 23:25:46 +0000 |
commit | 6bf425fd8bc967336f19588737f0701a45bd223b (patch) | |
tree | 69d89e3a18d6c4d90f9bf5dc3775181a7d7c95a3 /finance | |
parent | 7ddc539a4f9f001b829a93eb148cc34d7f477da3 (diff) | |
download | pkgsrc-6bf425fd8bc967336f19588737f0701a45bd223b.tar.gz |
Update to 1.9.1:
1.9.1 - 19 Feb 2006
o Welcome to GnuCash 1.9.1 aka "So we meet again" the second of
several unstable releases of the GnuCash Open Source Accounting
Software which will eventually lead to the stable version 2.0.0. This
release contains many bugfixes since the first release but is still
only intended for developers and adventurous testers who want to help
tracking down bugs.
o WARNING WARNING WARNING - Make sure you make backups of any files
used in testing versions of GnuCash in the 1.9.x series. Although the
developers go to great lengths to ensure that no data will be lost we
cannot guarentee that your data will not be affected if for some
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
o Major bugfixes include -
o Register fixes
o Finance::Quote issues
o Correctly open an account and its sub-accounts.
o Change the reports from using a hard-coded fiscal year to using the
global accounting period set in the preferences. Both the start date
and the end date are used, so the user is free to choose any arbitrary
period.
o Use the price nearest to midday to get the value in the default
currency.
o Make the desktop more HIG-compliant.
o Patch to prevent crash when voiding a transaction.
o Aqbanking updates
o Report fixes
o Autodetect OFX and use it if we find it.
o Qof fixes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-devel/Makefile | 7 | ||||
-rw-r--r-- | finance/gnucash-devel/PLIST | 22 | ||||
-rw-r--r-- | finance/gnucash-devel/distinfo | 8 |
3 files changed, 20 insertions, 17 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index f34b7839403..048eb3e394f 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/02/15 22:25:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/02/20 23:25:46 wiz Exp $ # -DISTNAME= gnucash-1.9.0 +DISTNAME= gnucash-1.9.1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} @@ -9,9 +9,10 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gnucash.sourceforge.net/ COMMENT= Personal or business finance management program (development version) +DEPENDS+= guile-slib-[0-9]*:../../devel/guile-slib DEPENDS+= guile-www-[0-9]*:../../devel/guile-www -USE_DIRS+= gnome2-1.5 xdg-1.1 +USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes USE_MAKEINFO= yes USE_MSGFMT_PLURALS= yes diff --git a/finance/gnucash-devel/PLIST b/finance/gnucash-devel/PLIST index edfe9b06b6f..76ab9195d01 100644 --- a/finance/gnucash-devel/PLIST +++ b/finance/gnucash-devel/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/10 17:46:09 wiz Exp $ -bin/dump-finance-quote -bin/gnc-prices +@comment $NetBSD: PLIST,v 1.2 2006/02/20 23:25:46 wiz Exp $ +bin/gnc-fq-check +bin/gnc-fq-dump +bin/gnc-fq-helper +bin/gnc-fq-update bin/gnc-test-env bin/gnucash bin/gnucash-bin @@ -8,7 +10,6 @@ bin/gnucash-config bin/gnucash-env bin/gnucash-make-guids bin/gnucash-valgrind -bin/update-finance-quote bin/update-gnucash-gconf etc/gnucash/config include/gnucash/Account.h @@ -176,6 +177,7 @@ include/gnucash/qoflog.h include/gnucash/qofobject.h include/gnucash/qofquery.h include/gnucash/qofquerycore.h +include/gnucash/qofreference.h include/gnucash/qofsession.h include/gnucash/qofsql.h include/gnucash/quickfillcell.h @@ -204,6 +206,7 @@ lib/gnucash/libgncmod-ledger-core.la lib/gnucash/libgncmod-locale-reports-us.la lib/gnucash/libgncmod-log-replay.la lib/gnucash/libgncmod-network-utils.la +lib/gnucash/libgncmod-ofx.la lib/gnucash/libgncmod-qif-import.la lib/gnucash/libgncmod-qif.la lib/gnucash/libgncmod-register-core.la @@ -239,6 +242,7 @@ libexec/gnucash/overrides/guile man/man1/gnc-prices.1 man/man1/gnucash.1 share/aclocal/gnucash.m4 +share/applications/gnucash.desktop share/gconf/schemas/apps_gnucash_dialog_business_common.schemas share/gconf/schemas/apps_gnucash_dialog_commodities.schemas share/gconf/schemas/apps_gnucash_dialog_common.schemas @@ -252,7 +256,6 @@ share/gconf/schemas/apps_gnucash_import_generic_matcher.schemas share/gconf/schemas/apps_gnucash_warnings.schemas share/gconf/schemas/apps_gnucash_window_pages_account_tree.schemas share/gconf/schemas/apps_gnucash_window_pages_register.schemas -share/gnome/apps/Applications/gnucash.desktop share/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea share/gnucash/accounts/C/acctchrt_business.gnucash-xea share/gnucash/accounts/C/acctchrt_carloan.gnucash-xea @@ -434,6 +437,7 @@ share/gnucash/doc/INSTALL share/gnucash/doc/LICENSE share/gnucash/doc/NEWS share/gnucash/doc/README +share/gnucash/doc/README.dependencies share/gnucash/doc/README.francais share/gnucash/doc/README.german share/gnucash/doc/README.patches @@ -464,8 +468,6 @@ share/gnucash/doc/examples/web.qif share/gnucash/doc/examples/xfer.xac share/gnucash/doc/guile-hackers.txt share/gnucash/doc/projects.html -share/gnucash/finance-quote-check -share/gnucash/finance-quote-helper share/gnucash/glade/account.glade share/gnucash/glade/acctperiod.glade share/gnucash/glade/billterms.glade @@ -545,7 +547,6 @@ share/gnucash/guile-modules/gnucash/business-gnome.scm share/gnucash/guile-modules/gnucash/business-utils.scm share/gnucash/guile-modules/gnucash/dialog-tax-table.scm share/gnucash/guile-modules/gnucash/engine.scm -share/gnucash/guile-modules/gnucash/fin.scm share/gnucash/guile-modules/gnucash/gnc-module.scm share/gnucash/guile-modules/gnucash/gnome-utils.scm share/gnucash/guile-modules/gnucash/import-export/qif-import.scm @@ -675,6 +676,7 @@ share/gnucash/ui/gnc-plugin-budget-ui.xml share/gnucash/ui/gnc-plugin-business-ui.xml share/gnucash/ui/gnc-plugin-file-history-ui.xml share/gnucash/ui/gnc-plugin-log-replay-ui.xml +share/gnucash/ui/gnc-plugin-ofx-ui.xml share/gnucash/ui/gnc-plugin-page-account-tree-ui.xml share/gnucash/ui/gnc-plugin-page-budget-ui.xml share/gnucash/ui/gnc-plugin-page-invoice-ui.xml @@ -721,6 +723,7 @@ share/xml/qsf/pilot-qsf-GnuCashInvoice.xml share/xml/qsf/qsf-map.xsd.xml share/xml/qsf/qsf-object.xsd.xml @dirrm share/xml/qsf +@comment in xmlcatmgr: @dirrm share/xml @comment in xdg-dirs: @dirrm share/mime-info @dirrm share/gnucash/ui @dirrm share/gnucash/scm/qif-import @@ -757,9 +760,8 @@ share/xml/qsf/qsf-object.xsd.xml @dirrm share/gnucash/accounts/C @dirrm share/gnucash/accounts @dirrm share/gnucash -@comment in gnome2-dirs: @dirrm share/gnome/apps/Applications -@comment in gnome2-dirs: @dirrm share/gnome/apps @comment in GConf2: @dirrm share/gconf/schemas +@comment in xdg-dirs: @dirrm share/applications @dirrm libexec/gnucash/overrides @dirrm libexec/gnucash @dirrm lib/gnucash diff --git a/finance/gnucash-devel/distinfo b/finance/gnucash-devel/distinfo index e3f241b2014..12abf308070 100644 --- a/finance/gnucash-devel/distinfo +++ b/finance/gnucash-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/10 17:46:09 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/02/20 23:25:46 wiz Exp $ -SHA1 (gnucash-1.9.0.tar.gz) = 875179ca23f572bd94ab5839801fb25d6035dec1 -RMD160 (gnucash-1.9.0.tar.gz) = a39264fc88ef6af7232a301cc58a8a694beb056e -Size (gnucash-1.9.0.tar.gz) = 9836175 bytes +SHA1 (gnucash-1.9.1.tar.gz) = 496878f90167a228a8baf159cb9088854803f8e5 +RMD160 (gnucash-1.9.1.tar.gz) = fbb25f8c728ff370104c40f0c80f96b91aa46743 +Size (gnucash-1.9.1.tar.gz) = 9959644 bytes |