summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
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