summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz>2016-02-01 13:32:10 +0000
committerwiz <wiz>2016-02-01 13:32:10 +0000
commit8610c2674c53f428478275477cfe60234202fd08 (patch)
tree8ba9ec902d07aa5b4bef3dfc4a8ced2bbdfdcb17 /finance
parent43f54a199e66ad37ec29785b7becd643098e8b7d (diff)
downloadpkgsrc-8610c2674c53f428478275477cfe60234202fd08.tar.gz
Update moneyguru to 2.9.4:
2.9.4 (2015-12-24) Fix crash on loading files with inconsistent currencies. (#442) Fix Account Lookup up/down keys. [Linux, Windows] (#444) Fix crash on saving file to non-existing folder. (#445) 2.9.3 (2015-07-14) Fix crash on startup. [Mac] (#437) 2.9.2 (2015-07-09) Fix broken currency rates fetching. (#435) Fix broken date editing widget [Linux, Windows] (#436) 2.9.1 (2015-07-06) Fix import regression introduced in v2.9.0 (#432) Fix visual glitch in schedule panel [Linux, Windows] (#430) Fix keyboard bindings in all panels [Linux, Windows] (#433) 2.9.0 (2015-07-01) Add “+” button in the tab bar [Linux, Windows] (#424) Add API for import plugins (#420) Add Russian localization (with documentation!) (Igor Fokusov) Improve plugin system by introducing a “core plugins” concept (#429) Improve currency rates fetching by diversifying sources (#415) Improve reliability of automated tests [Windows] (#417) Optimize amount column sizes in single-currency cases [Linux, Windows] (#414) Remember panels position and size [Linux, Windows] (#364) Make Schedule Panel’s stop date field clearable (#400) Fix various UI glitches [Linux, Windows] (#418, #413, #411) Fix crash when importing empty files (#416)
Diffstat (limited to 'finance')
-rw-r--r--finance/moneyguru/Makefile7
-rw-r--r--finance/moneyguru/PLIST49
-rw-r--r--finance/moneyguru/distinfo10
3 files changed, 48 insertions, 18 deletions
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile
index cf67c60ca72..116ed1210b4 100644
--- a/finance/moneyguru/Makefile
+++ b/finance/moneyguru/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2016/01/17 19:05:09 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/02/01 13:32:10 wiz Exp $
#
# any of ~* is fine, they are the same and just there for Ubuntu
# so moneyguru's built for all releases
-DISTNAME= moneyguru-2.8.2
-PKGREVISION= 1
+DISTNAME= moneyguru-2.9.4
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_GITHUB:=hsoft/}
@@ -56,7 +55,7 @@ do-build:
${CHMOD} +x ${WRKSRC}/run.py
do-install:
- 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
+ cd ${WRKSRC} && pax -pp -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale 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
diff --git a/finance/moneyguru/PLIST b/finance/moneyguru/PLIST
index f7bfee6cfdb..a25cb4fa067 100644
--- a/finance/moneyguru/PLIST
+++ b/finance/moneyguru/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/01/17 19:05:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/02/01 13:32:10 wiz Exp $
bin/moneyguru
share/applications/moneyguru.desktop
share/moneyguru/ambuttonbar/AMButtonBar.h
@@ -240,6 +240,10 @@ 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/qtlib.mo
share/moneyguru/build/locale/nl/LC_MESSAGES/ui.mo
+share/moneyguru/build/locale/ru/LC_MESSAGES/columns.mo
+share/moneyguru/build/locale/ru/LC_MESSAGES/core.mo
+share/moneyguru/build/locale/ru/LC_MESSAGES/qtlib.mo
+share/moneyguru/build/locale/ru/LC_MESSAGES/ui.mo
share/moneyguru/build/temp.${LOWER_OPSYS}-${OS_VERSION}-${BASE_ARCH}-${PYVERSSUFFIX}/core/modules/amount.o
share/moneyguru/cocoa/InfoTemplate.plist
share/moneyguru/cocoa/MGConst.h
@@ -656,8 +660,18 @@ share/moneyguru/core/model/transaction_list.pyc
share/moneyguru/core/model/undo.py
share/moneyguru/core/model/undo.pyc
share/moneyguru/core/modules/amount.c
-share/moneyguru/core/plugin.py
-share/moneyguru/core/plugin.pyc
+share/moneyguru/core/plugin/__init__.py
+share/moneyguru/core/plugin/__init__.pyc
+share/moneyguru/core/plugin/account_list.py
+share/moneyguru/core/plugin/api.py
+share/moneyguru/core/plugin/api.pyc
+share/moneyguru/core/plugin/base_import_actions.py
+share/moneyguru/core/plugin/base_import_bind.py
+share/moneyguru/core/plugin/boc_currency_provider.py
+share/moneyguru/core/plugin/currency_rates.py
+share/moneyguru/core/plugin/payee_breakdown.py
+share/moneyguru/core/plugin/stale_currency_provider.py
+share/moneyguru/core/plugin/yahoo_currency_provider.py
share/moneyguru/core/saver/__init__.py
share/moneyguru/core/saver/__init__.pyc
share/moneyguru/core/saver/csv.py
@@ -730,6 +744,7 @@ share/moneyguru/core/tests/model/account_test.py
share/moneyguru/core/tests/model/amount_test.py
share/moneyguru/core/tests/model/currency_test.py
share/moneyguru/core/tests/model/date_test.py
+share/moneyguru/core/tests/plugin_test.py
share/moneyguru/core/tests/pref_test.py
share/moneyguru/core/tests/reconciliation_test.py
share/moneyguru/core/tests/recurrence_test.py
@@ -755,6 +770,8 @@ share/moneyguru/core/tests/testdata/moneyguru/account_in_group.moneyguru
share/moneyguru/core/tests/testdata/moneyguru/invalid_account_type.moneyguru
share/moneyguru/core/tests/testdata/moneyguru/multi_currency.moneyguru
share/moneyguru/core/tests/testdata/moneyguru/multiple_transfer_references.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/no_balance_account.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/off_currency_reconciliations.moneyguru
share/moneyguru/core/tests/testdata/moneyguru/payee_description.moneyguru
share/moneyguru/core/tests/testdata/moneyguru/simple.moneyguru
share/moneyguru/core/tests/testdata/moneyguru/with_references1.moneyguru
@@ -951,6 +968,19 @@ share/moneyguru/help/it/forecast.rst
share/moneyguru/help/it/import.rst
share/moneyguru/help/it/index.rst
share/moneyguru/help/it/reconciliation.rst
+share/moneyguru/help/ru/basics.rst
+share/moneyguru/help/ru/cash.rst
+share/moneyguru/help/ru/changelog.tmpl
+share/moneyguru/help/ru/contribute.rst
+share/moneyguru/help/ru/credits.tmpl
+share/moneyguru/help/ru/currencies.rst
+share/moneyguru/help/ru/editing.rst
+share/moneyguru/help/ru/faq.rst
+share/moneyguru/help/ru/forecast.rst
+share/moneyguru/help/ru/import.rst
+share/moneyguru/help/ru/index.rst
+share/moneyguru/help/ru/plugins.rst
+share/moneyguru/help/ru/reconciliation.rst
share/moneyguru/hscommon/.gitignore
share/moneyguru/hscommon/LICENSE
share/moneyguru/hscommon/README
@@ -1102,12 +1132,14 @@ share/moneyguru/locale/nl/LC_MESSAGES/core.po
share/moneyguru/locale/nl/LC_MESSAGES/qtlib.mo
share/moneyguru/locale/nl/LC_MESSAGES/ui.mo
share/moneyguru/locale/nl/LC_MESSAGES/ui.po
+share/moneyguru/locale/ru/LC_MESSAGES/columns.mo
+share/moneyguru/locale/ru/LC_MESSAGES/columns.po
+share/moneyguru/locale/ru/LC_MESSAGES/core.mo
+share/moneyguru/locale/ru/LC_MESSAGES/core.po
+share/moneyguru/locale/ru/LC_MESSAGES/qtlib.mo
+share/moneyguru/locale/ru/LC_MESSAGES/ui.mo
+share/moneyguru/locale/ru/LC_MESSAGES/ui.po
share/moneyguru/locale/ui.pot
-share/moneyguru/plugin_examples/__init__.py
-share/moneyguru/plugin_examples/account_list.py
-share/moneyguru/plugin_examples/currency_rates.py
-share/moneyguru/plugin_examples/payee_breakdown.py
-share/moneyguru/plugin_examples/yahoo_currency_provider.py
share/moneyguru/psmtabbarcontrol/.gitignore
share/moneyguru/psmtabbarcontrol/Info.plist
share/moneyguru/psmtabbarcontrol/NSBezierPath_AMShading.h
@@ -1158,7 +1190,6 @@ share/moneyguru/psmtabbarcontrol/images/overflowImagePressed.tif
share/moneyguru/psmtabbarcontrol/images/pi.png
share/moneyguru/psmtabbarcontrol/waf
share/moneyguru/psmtabbarcontrol/wscript
-share/moneyguru/qt/ABOUT_LICENSE
share/moneyguru/qt/__init__.py
share/moneyguru/qt/app.py
share/moneyguru/qt/const.py
diff --git a/finance/moneyguru/distinfo b/finance/moneyguru/distinfo
index 7c897373be3..9a034acbae4 100644
--- a/finance/moneyguru/distinfo
+++ b/finance/moneyguru/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 00:12:12 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/02/01 13:32:10 wiz Exp $
-SHA1 (moneyguru-2.8.2.tar.gz) = 09598cdde924612bf37ce34c56e785d0406ba14c
-RMD160 (moneyguru-2.8.2.tar.gz) = f3a5d922ff08841727d9809ef51ee11e4f543a24
-SHA512 (moneyguru-2.8.2.tar.gz) = f7d72254e259b0ffa7f16b809d66f430c0306dd0a06d35a6216767bada3e21a4129314dfa317a37cc89914ae2597167caffe95057d7c9df087bccb8eca101ed1
-Size (moneyguru-2.8.2.tar.gz) = 4124870 bytes
+SHA1 (moneyguru-2.9.4.tar.gz) = 7936001e25aa45b62503e512dc1e3b803e32be98
+RMD160 (moneyguru-2.9.4.tar.gz) = a1117d15dc43a8e8b1ef5af49d8562599c2be2c3
+SHA512 (moneyguru-2.9.4.tar.gz) = 9a5a7e748353ee7a156599fa31e092ad1943dde045655cd0eb001d08f0cf66cf01576a4b14686d94e736e7e7831848bd1b781fc764d62a23155ddf0b5a75c27f
+Size (moneyguru-2.9.4.tar.gz) = 4191381 bytes