pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/moneyguru Update to 2.8.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8bfb44f7d56
branches:  trunk
changeset: 649426:c8bfb44f7d56
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 09:17:41 2015 +0000

description:
Update to 2.8.2:

2.8.2 (2015-01-02)

    Fix amount cell painting which didn’t work properly. [Windows] (#407)
    Fix import window’s checkbox cell which would sometimes wrongly go in edit mode. [Linux, Windows] (#406)
    Fix chart visibility glitch in account view. [Mac] (#357)
    Add a --no-ext build option. (#408)

2.8.1 (2014-12-14)

    Fix amount deletion bug on drag & drop transaction re-ordering. [Linux, Windows] (#402)
    Fix bug where clicking account-jumping arrows would lead to the wrong place. [Linux, Windows] (#404)

2.8.0 (2014-11-09)

    Make amount fields prettier. Thanks Nelson Brown! [Windows, Linux] (#14 #15)
    In sheets, make totals’ currency explicit when in multi-currency context. (#392)
    Add “Assign imbalance” button to the Transaction panel. (#398)
    Fix glitch in sheets expanded nodes restoration. [Mac] (#388)
    Fix a QIF transaction matching bug.
    Fix account selection glitch causing the account to lose focus. [Windows, Linux]
    Fix IndexError on file switching. [Windows, Linux] (#393)
    Remove Cashculator integration. It was broken anyway. [Mac]
    Greatly improve developer documentation.
    Minimum OS X version is now Lion (10.7).
    Minimum Windows version is now Windows 7. 64-bit required.
    Minimum Ubuntu version is now 14.04.

diffstat:

 finance/moneyguru/Makefile                            |   11 +-
 finance/moneyguru/PLIST                               |  297 +++++++++++------
 finance/moneyguru/distinfo                            |    9 +-
 finance/moneyguru/patches/patch-hscommon_sphinxgen.py |   16 -
 4 files changed, 203 insertions(+), 130 deletions(-)

diffs (truncated from 684 to 300 lines):

diff -r 29e999685ce9 -r c8bfb44f7d56 finance/moneyguru/Makefile
--- a/finance/moneyguru/Makefile        Fri Apr 03 09:09:01 2015 +0000
+++ b/finance/moneyguru/Makefile        Fri Apr 03 09:17:41 2015 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2014/09/17 22:37:04 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/04/03 09:17:41 wiz Exp $
 #
 # any of ~* is fine, they are the same and just there for Ubuntu
 # so moneyguru's built for all releases
-DISTNAME=      2.7.2
-PKGNAME=       moneyguru-${DISTNAME}
+DISTNAME=      moneyguru-2.8.2
 CATEGORIES=    finance
-MASTER_SITES=  https://github.com/hsoft/moneyguru/archive/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=hsoft/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.hardcoded.net/moneyguru/
@@ -18,7 +17,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 
-DIST_SUBDIR=   moneyguru
+GITHUB_TAG=    ${PKGVERSION_NOREV}
 EXTRACT_USING= bsdtar
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
@@ -48,8 +47,6 @@
        cd ${WRKSRC} && pax -pp -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
        ${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications
        ${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru
-# remove after patches/patch-hscommon_sphinxgen.py is gone
-       ${RM} ${DESTDIR}${PREFIX}/share/moneyguru/hscommon/sphinxgen.py.orig
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
diff -r 29e999685ce9 -r c8bfb44f7d56 finance/moneyguru/PLIST
--- a/finance/moneyguru/PLIST   Fri Apr 03 09:09:01 2015 +0000
+++ b/finance/moneyguru/PLIST   Fri Apr 03 09:17:41 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/04/02 07:22:35 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/04/03 09:17:41 wiz Exp $
 bin/moneyguru
 share/applications/moneyguru.desktop
 share/moneyguru/ambuttonbar/AMButtonBar.h
@@ -22,13 +22,44 @@
 share/moneyguru/build/help/.doctrees/basics.doctree
 share/moneyguru/build/help/.doctrees/cash.doctree
 share/moneyguru/build/help/.doctrees/changelog.doctree
+share/moneyguru/build/help/.doctrees/contribute.doctree
 share/moneyguru/build/help/.doctrees/credits.doctree
 share/moneyguru/build/help/.doctrees/currencies.doctree
-share/moneyguru/build/help/.doctrees/developer/api/document.doctree
-share/moneyguru/build/help/.doctrees/developer/api/index.doctree
 share/moneyguru/build/help/.doctrees/developer/architecture.doctree
 share/moneyguru/build/help/.doctrees/developer/build.doctree
+share/moneyguru/build/help/.doctrees/developer/core/app.doctree
+share/moneyguru/build/help/.doctrees/developer/core/document.doctree
+share/moneyguru/build/help/.doctrees/developer/core/gui/account_panel.doctree
+share/moneyguru/build/help/.doctrees/developer/core/gui/base.doctree
+share/moneyguru/build/help/.doctrees/developer/core/gui/chart.doctree
+share/moneyguru/build/help/.doctrees/developer/core/gui/lookup.doctree
+share/moneyguru/build/help/.doctrees/developer/core/gui/pie_chart.doctree
+share/moneyguru/build/help/.doctrees/developer/core/index.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/account.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/amount.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/budget.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/date.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/entry.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/oven.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/recurrence.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/transaction.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/transaction_list.doctree
+share/moneyguru/build/help/.doctrees/developer/core/model/undo.doctree
+share/moneyguru/build/help/.doctrees/developer/core/plugin.doctree
 share/moneyguru/build/help/.doctrees/developer/devprocess.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/build.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/currency.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/desktop.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/gui/base.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/gui/column.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/gui/selectable_list.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/gui/table.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/gui/text_field.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/gui/tree.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/index.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/notify.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/path.doctree
+share/moneyguru/build/help/.doctrees/developer/hscommon/util.doctree
 share/moneyguru/build/help/.doctrees/developer/index.doctree
 share/moneyguru/build/help/.doctrees/developer/refactorings.doctree
 share/moneyguru/build/help/.doctrees/editing.doctree
@@ -61,13 +92,44 @@
 share/moneyguru/build/help/_sources/basics.txt
 share/moneyguru/build/help/_sources/cash.txt
 share/moneyguru/build/help/_sources/changelog.txt
+share/moneyguru/build/help/_sources/contribute.txt
 share/moneyguru/build/help/_sources/credits.txt
 share/moneyguru/build/help/_sources/currencies.txt
-share/moneyguru/build/help/_sources/developer/api/document.txt
-share/moneyguru/build/help/_sources/developer/api/index.txt
 share/moneyguru/build/help/_sources/developer/architecture.txt
 share/moneyguru/build/help/_sources/developer/build.txt
+share/moneyguru/build/help/_sources/developer/core/app.txt
+share/moneyguru/build/help/_sources/developer/core/document.txt
+share/moneyguru/build/help/_sources/developer/core/gui/account_panel.txt
+share/moneyguru/build/help/_sources/developer/core/gui/base.txt
+share/moneyguru/build/help/_sources/developer/core/gui/chart.txt
+share/moneyguru/build/help/_sources/developer/core/gui/lookup.txt
+share/moneyguru/build/help/_sources/developer/core/gui/pie_chart.txt
+share/moneyguru/build/help/_sources/developer/core/index.txt
+share/moneyguru/build/help/_sources/developer/core/model/account.txt
+share/moneyguru/build/help/_sources/developer/core/model/amount.txt
+share/moneyguru/build/help/_sources/developer/core/model/budget.txt
+share/moneyguru/build/help/_sources/developer/core/model/date.txt
+share/moneyguru/build/help/_sources/developer/core/model/entry.txt
+share/moneyguru/build/help/_sources/developer/core/model/oven.txt
+share/moneyguru/build/help/_sources/developer/core/model/recurrence.txt
+share/moneyguru/build/help/_sources/developer/core/model/transaction.txt
+share/moneyguru/build/help/_sources/developer/core/model/transaction_list.txt
+share/moneyguru/build/help/_sources/developer/core/model/undo.txt
+share/moneyguru/build/help/_sources/developer/core/plugin.txt
 share/moneyguru/build/help/_sources/developer/devprocess.txt
+share/moneyguru/build/help/_sources/developer/hscommon/build.txt
+share/moneyguru/build/help/_sources/developer/hscommon/currency.txt
+share/moneyguru/build/help/_sources/developer/hscommon/desktop.txt
+share/moneyguru/build/help/_sources/developer/hscommon/gui/base.txt
+share/moneyguru/build/help/_sources/developer/hscommon/gui/column.txt
+share/moneyguru/build/help/_sources/developer/hscommon/gui/selectable_list.txt
+share/moneyguru/build/help/_sources/developer/hscommon/gui/table.txt
+share/moneyguru/build/help/_sources/developer/hscommon/gui/text_field.txt
+share/moneyguru/build/help/_sources/developer/hscommon/gui/tree.txt
+share/moneyguru/build/help/_sources/developer/hscommon/index.txt
+share/moneyguru/build/help/_sources/developer/hscommon/notify.txt
+share/moneyguru/build/help/_sources/developer/hscommon/path.txt
+share/moneyguru/build/help/_sources/developer/hscommon/util.txt
 share/moneyguru/build/help/_sources/developer/index.txt
 share/moneyguru/build/help/_sources/developer/refactorings.txt
 share/moneyguru/build/help/_sources/editing.txt
@@ -78,24 +140,22 @@
 share/moneyguru/build/help/_sources/plugins.txt
 share/moneyguru/build/help/_sources/reconciliation.txt
 share/moneyguru/build/help/_static/ajax-loader.gif
-share/moneyguru/build/help/_static/alert_info_32.png
-share/moneyguru/build/help/_static/alert_warning_32.png
 share/moneyguru/build/help/_static/basic.css
-share/moneyguru/build/help/_static/bg-page.png
-share/moneyguru/build/help/_static/bullet_orange.png
 share/moneyguru/build/help/_static/comment-bright.png
 share/moneyguru/build/help/_static/comment-close.png
 share/moneyguru/build/help/_static/comment.png
+share/moneyguru/build/help/_static/contents.png
 share/moneyguru/build/help/_static/doctools.js
 share/moneyguru/build/help/_static/down-pressed.png
 share/moneyguru/build/help/_static/down.png
 share/moneyguru/build/help/_static/file.png
-share/moneyguru/build/help/_static/haiku.css
 share/moneyguru/build/help/_static/jquery.js
 share/moneyguru/build/help/_static/minus.png
+share/moneyguru/build/help/_static/navigation.png
 share/moneyguru/build/help/_static/plus.png
 share/moneyguru/build/help/_static/pygments.css
 share/moneyguru/build/help/_static/searchtools.js
+share/moneyguru/build/help/_static/sphinxdoc.css
 share/moneyguru/build/help/_static/underscore.js
 share/moneyguru/build/help/_static/up-pressed.png
 share/moneyguru/build/help/_static/up.png
@@ -103,13 +163,44 @@
 share/moneyguru/build/help/basics.html
 share/moneyguru/build/help/cash.html
 share/moneyguru/build/help/changelog.html
+share/moneyguru/build/help/contribute.html
 share/moneyguru/build/help/credits.html
 share/moneyguru/build/help/currencies.html
-share/moneyguru/build/help/developer/api/document.html
-share/moneyguru/build/help/developer/api/index.html
 share/moneyguru/build/help/developer/architecture.html
 share/moneyguru/build/help/developer/build.html
+share/moneyguru/build/help/developer/core/app.html
+share/moneyguru/build/help/developer/core/document.html
+share/moneyguru/build/help/developer/core/gui/account_panel.html
+share/moneyguru/build/help/developer/core/gui/base.html
+share/moneyguru/build/help/developer/core/gui/chart.html
+share/moneyguru/build/help/developer/core/gui/lookup.html
+share/moneyguru/build/help/developer/core/gui/pie_chart.html
+share/moneyguru/build/help/developer/core/index.html
+share/moneyguru/build/help/developer/core/model/account.html
+share/moneyguru/build/help/developer/core/model/amount.html
+share/moneyguru/build/help/developer/core/model/budget.html
+share/moneyguru/build/help/developer/core/model/date.html
+share/moneyguru/build/help/developer/core/model/entry.html
+share/moneyguru/build/help/developer/core/model/oven.html
+share/moneyguru/build/help/developer/core/model/recurrence.html
+share/moneyguru/build/help/developer/core/model/transaction.html
+share/moneyguru/build/help/developer/core/model/transaction_list.html
+share/moneyguru/build/help/developer/core/model/undo.html
+share/moneyguru/build/help/developer/core/plugin.html
 share/moneyguru/build/help/developer/devprocess.html
+share/moneyguru/build/help/developer/hscommon/build.html
+share/moneyguru/build/help/developer/hscommon/currency.html
+share/moneyguru/build/help/developer/hscommon/desktop.html
+share/moneyguru/build/help/developer/hscommon/gui/base.html
+share/moneyguru/build/help/developer/hscommon/gui/column.html
+share/moneyguru/build/help/developer/hscommon/gui/selectable_list.html
+share/moneyguru/build/help/developer/hscommon/gui/table.html
+share/moneyguru/build/help/developer/hscommon/gui/text_field.html
+share/moneyguru/build/help/developer/hscommon/gui/tree.html
+share/moneyguru/build/help/developer/hscommon/index.html
+share/moneyguru/build/help/developer/hscommon/notify.html
+share/moneyguru/build/help/developer/hscommon/path.html
+share/moneyguru/build/help/developer/hscommon/util.html
 share/moneyguru/build/help/developer/index.html
 share/moneyguru/build/help/developer/refactorings.html
 share/moneyguru/build/help/editing.html
@@ -125,35 +216,29 @@
 share/moneyguru/build/lib.${LOWER_OPSYS}-${OS_VERSION}-amd64-${PYVERSSUFFIX}/_amount.so
 share/moneyguru/build/locale/cs/LC_MESSAGES/columns.mo
 share/moneyguru/build/locale/cs/LC_MESSAGES/core.mo
-share/moneyguru/build/locale/cs/LC_MESSAGES/hscommon.mo
 share/moneyguru/build/locale/cs/LC_MESSAGES/qtlib.mo
 share/moneyguru/build/locale/cs/LC_MESSAGES/ui.mo
 share/moneyguru/build/locale/de/LC_MESSAGES/columns.mo
 share/moneyguru/build/locale/de/LC_MESSAGES/core.mo
-share/moneyguru/build/locale/de/LC_MESSAGES/hscommon.mo
 share/moneyguru/build/locale/de/LC_MESSAGES/qtlib.mo
 share/moneyguru/build/locale/de/LC_MESSAGES/ui.mo
 share/moneyguru/build/locale/es/LC_MESSAGES/columns.mo
 share/moneyguru/build/locale/es/LC_MESSAGES/core.mo
-share/moneyguru/build/locale/es/LC_MESSAGES/hscommon.mo
 share/moneyguru/build/locale/es/LC_MESSAGES/qtlib.mo
 share/moneyguru/build/locale/es/LC_MESSAGES/ui.mo
 share/moneyguru/build/locale/fr/LC_MESSAGES/columns.mo
 share/moneyguru/build/locale/fr/LC_MESSAGES/core.mo
-share/moneyguru/build/locale/fr/LC_MESSAGES/hscommon.mo
 share/moneyguru/build/locale/fr/LC_MESSAGES/qtlib.mo
 share/moneyguru/build/locale/fr/LC_MESSAGES/ui.mo
 share/moneyguru/build/locale/it/LC_MESSAGES/columns.mo
 share/moneyguru/build/locale/it/LC_MESSAGES/core.mo
-share/moneyguru/build/locale/it/LC_MESSAGES/hscommon.mo
 share/moneyguru/build/locale/it/LC_MESSAGES/qtlib.mo
 share/moneyguru/build/locale/it/LC_MESSAGES/ui.mo
 share/moneyguru/build/locale/nl/LC_MESSAGES/columns.mo
 share/moneyguru/build/locale/nl/LC_MESSAGES/core.mo
-share/moneyguru/build/locale/nl/LC_MESSAGES/hscommon.mo
 share/moneyguru/build/locale/nl/LC_MESSAGES/qtlib.mo
 share/moneyguru/build/locale/nl/LC_MESSAGES/ui.mo
-share/moneyguru/build/temp.netbsd-${OS_VERSION}-amd64-${PYVERSSUFFIX}/core/modules/amount.o
+share/moneyguru/build/temp.${LOWER_OPSYS}-${OS_VERSION}-amd64-${PYVERSSUFFIX}/core/modules/amount.o
 share/moneyguru/cocoa/InfoTemplate.plist
 share/moneyguru/cocoa/MGConst.h
 share/moneyguru/cocoa/controllers/MGAccountLookup.h
@@ -172,10 +257,6 @@
 share/moneyguru/cocoa/controllers/MGBudgetPanel.m
 share/moneyguru/cocoa/controllers/MGCSVImportOptions.h
 share/moneyguru/cocoa/controllers/MGCSVImportOptions.m
-share/moneyguru/cocoa/controllers/MGCashculatorAccountTable.h
-share/moneyguru/cocoa/controllers/MGCashculatorAccountTable.m
-share/moneyguru/cocoa/controllers/MGCashculatorView.h
-share/moneyguru/cocoa/controllers/MGCashculatorView.m
 share/moneyguru/cocoa/controllers/MGChart.h
 share/moneyguru/cocoa/controllers/MGChart.m
 share/moneyguru/cocoa/controllers/MGCompletionLookup.h
@@ -333,7 +414,6 @@
 share/moneyguru/cocoa/ui/account_sheet_view.py
 share/moneyguru/cocoa/ui/account_view.py
 share/moneyguru/cocoa/ui/budget_panel.py
-share/moneyguru/cocoa/ui/cashculator_view.py
 share/moneyguru/cocoa/ui/common.py
 share/moneyguru/cocoa/ui/csv_import_options.py
 share/moneyguru/cocoa/ui/csv_layout_name.py
@@ -362,13 +442,6 @@
 share/moneyguru/cocoalib/HSAboutBox.m
 share/moneyguru/cocoalib/HSErrorReportWindow.h
 share/moneyguru/cocoalib/HSErrorReportWindow.m
-share/moneyguru/cocoalib/HSFairware.h
-share/moneyguru/cocoalib/HSFairware.m
-share/moneyguru/cocoalib/HSFairwareAboutBox.h
-share/moneyguru/cocoalib/HSFairwareAboutBox.m
-share/moneyguru/cocoalib/HSFairwareProtocol.h
-share/moneyguru/cocoalib/HSFairwareReminder.h
-share/moneyguru/cocoalib/HSFairwareReminder.m
 share/moneyguru/cocoalib/HSGeometry.h
 share/moneyguru/cocoalib/HSGeometry.m
 share/moneyguru/cocoalib/HSPyUtil.h
@@ -455,10 +528,7 @@
 share/moneyguru/cocoalib/locale/vi/LC_MESSAGES/cocoalib.po
 share/moneyguru/cocoalib/locale/zh_CN/LC_MESSAGES/cocoalib.po
 share/moneyguru/cocoalib/ui/about.py
-share/moneyguru/cocoalib/ui/demo_reminder.py
-share/moneyguru/cocoalib/ui/enter_code.py
 share/moneyguru/cocoalib/ui/error_report.py
-share/moneyguru/cocoalib/ui/fairware_about.py
 share/moneyguru/cocoalib/ui/progress.py
 share/moneyguru/cocoalib/views/HSOutlineView.h
 share/moneyguru/cocoalib/views/HSOutlineView.m
@@ -469,11 +539,25 @@
 share/moneyguru/cocoalib/views/NSTableViewAdditions.h
 share/moneyguru/cocoalib/views/NSTableViewAdditions.m
 share/moneyguru/core/__init__.py
+share/moneyguru/core/__init__.pyc


Home | Main Index | Thread Index | Old Index