summaryrefslogtreecommitdiff
path: root/finance/moneyguru
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-27 19:43:18 +0000
committerwiz <wiz>2012-10-27 19:43:18 +0000
commit53ba86b9ffa726acb21d99f58d3d4673ecdbdbcd (patch)
tree3e538b50875ac77decccea0b78a78649a8899fb5 /finance/moneyguru
parentafc5fa8cc010a8d3d43c1f55f54af1aed4ebdeac (diff)
downloadpkgsrc-53ba86b9ffa726acb21d99f58d3d4673ecdbdbcd.tar.gz
Import moneyguru-2.6.1 as finance/moneyguru.
moneyGuru is a personal finance management application. With it, you can evaluate your financial situation so you can make informed (and thus better) decisions. Most finance applications have the same goal, but moneyGuru's difference is in the way it achieves it. Rather than having reports which you have to configure (or find out which pre-configured report is the right one), your important financial data (net worth, profit) is constantly up-to-date and "in your face". This allows you to constantly make informed decision rather than doing so periodically.
Diffstat (limited to 'finance/moneyguru')
-rw-r--r--finance/moneyguru/DESCR9
-rw-r--r--finance/moneyguru/Makefile50
-rw-r--r--finance/moneyguru/PLIST557
-rw-r--r--finance/moneyguru/distinfo5
4 files changed, 621 insertions, 0 deletions
diff --git a/finance/moneyguru/DESCR b/finance/moneyguru/DESCR
new file mode 100644
index 00000000000..5507a0611ab
--- /dev/null
+++ b/finance/moneyguru/DESCR
@@ -0,0 +1,9 @@
+moneyGuru is a personal finance management application. With it,
+you can evaluate your financial situation so you can make informed
+(and thus better) decisions. Most finance applications have the
+same goal, but moneyGuru's difference is in the way it achieves
+it. Rather than having reports which you have to configure (or find
+out which pre-configured report is the right one), your important
+financial data (net worth, profit) is constantly up-to-date and
+"in your face". This allows you to constantly make informed decision
+rather than doing so periodically.
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile
new file mode 100644
index 00000000000..22203c3a32c
--- /dev/null
+++ b/finance/moneyguru/Makefile
@@ -0,0 +1,50 @@
+# $NetBSD: Makefile,v 1.1 2012/10/27 19:43:18 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.6.1~quantal
+PKGNAME= ${DISTNAME:S/_/-/:S/~quantal//}
+CATEGORIES= finance
+MASTER_SITES= https://launchpad.net/~hsoft/+archive/ppa/+files/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.hardcoded.net/moneyguru/
+COMMENT= Personal finance management application
+LICENSE= fairware-license
+
+DEPENDS+= ${PYPKGPREFIX}-qt4-[0-9]*:../../x11/py-qt4
+DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
+
+FETCH_USING= curl
+
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
+USE_LANGUAGES= c
+USE_TOOLS= pax
+
+PYTHON_VERSIONS_INCLUDE_3X= yes
+PYTHON_VERSIONS_ACCEPTED= 32
+PY_PATCHPLIST= yes
+REPLACE_PYTHON= src/run.py
+
+INSTALLATION_DIRS= bin share/applications share/moneyguru
+
+# remove pre-compiled file for wrong architecture
+post-extract:
+ ${RM} ${WRKSRC}/src/core/model/_amount.cpython-32mu.so
+
+do-build:
+ cd ${WRKSRC} && ${PYTHONBIN} build_modules.py
+ ${CHMOD} +x ${WRKSRC}/src/run.py
+
+do-install:
+ cd ${WRKSRC}/src && pax -pe -rw * ${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
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/moneyguru/PLIST b/finance/moneyguru/PLIST
new file mode 100644
index 00000000000..e2eabb08720
--- /dev/null
+++ b/finance/moneyguru/PLIST
@@ -0,0 +1,557 @@
+@comment $NetBSD: PLIST,v 1.1 2012/10/27 19:43:18 wiz Exp $
+bin/moneyguru
+share/applications/moneyguru.desktop
+share/moneyguru/core/__init__.py
+share/moneyguru/core/__init__.pyc
+share/moneyguru/core/app.py
+share/moneyguru/core/app.pyc
+share/moneyguru/core/const.py
+share/moneyguru/core/const.pyc
+share/moneyguru/core/document.py
+share/moneyguru/core/document.pyc
+share/moneyguru/core/exception.py
+share/moneyguru/core/exception.pyc
+share/moneyguru/core/gui/__init__.py
+share/moneyguru/core/gui/__init__.pyc
+share/moneyguru/core/gui/account_balance_graph.py
+share/moneyguru/core/gui/account_balance_graph.pyc
+share/moneyguru/core/gui/account_flow_graph.py
+share/moneyguru/core/gui/account_flow_graph.pyc
+share/moneyguru/core/gui/account_lookup.py
+share/moneyguru/core/gui/account_lookup.pyc
+share/moneyguru/core/gui/account_panel.py
+share/moneyguru/core/gui/account_panel.pyc
+share/moneyguru/core/gui/account_pie_chart.py
+share/moneyguru/core/gui/account_pie_chart.pyc
+share/moneyguru/core/gui/account_reassign_panel.py
+share/moneyguru/core/gui/account_reassign_panel.pyc
+share/moneyguru/core/gui/account_sheet_view.py
+share/moneyguru/core/gui/account_sheet_view.pyc
+share/moneyguru/core/gui/account_view.py
+share/moneyguru/core/gui/account_view.pyc
+share/moneyguru/core/gui/balance_graph.py
+share/moneyguru/core/gui/balance_graph.pyc
+share/moneyguru/core/gui/balance_sheet.py
+share/moneyguru/core/gui/balance_sheet.pyc
+share/moneyguru/core/gui/bar_graph.py
+share/moneyguru/core/gui/bar_graph.pyc
+share/moneyguru/core/gui/base.py
+share/moneyguru/core/gui/base.pyc
+share/moneyguru/core/gui/budget_panel.py
+share/moneyguru/core/gui/budget_panel.pyc
+share/moneyguru/core/gui/budget_table.py
+share/moneyguru/core/gui/budget_table.pyc
+share/moneyguru/core/gui/budget_view.py
+share/moneyguru/core/gui/budget_view.pyc
+share/moneyguru/core/gui/cashculator_account_table.py
+share/moneyguru/core/gui/cashculator_account_table.pyc
+share/moneyguru/core/gui/cashculator_view.py
+share/moneyguru/core/gui/cashculator_view.pyc
+share/moneyguru/core/gui/chart.py
+share/moneyguru/core/gui/chart.pyc
+share/moneyguru/core/gui/completable_edit.py
+share/moneyguru/core/gui/completable_edit.pyc
+share/moneyguru/core/gui/completion_lookup.py
+share/moneyguru/core/gui/completion_lookup.pyc
+share/moneyguru/core/gui/csv_options.py
+share/moneyguru/core/gui/csv_options.pyc
+share/moneyguru/core/gui/custom_date_range_panel.py
+share/moneyguru/core/gui/custom_date_range_panel.pyc
+share/moneyguru/core/gui/date_range_selector.py
+share/moneyguru/core/gui/date_range_selector.pyc
+share/moneyguru/core/gui/date_widget.py
+share/moneyguru/core/gui/date_widget.pyc
+share/moneyguru/core/gui/docprops_view.py
+share/moneyguru/core/gui/docprops_view.pyc
+share/moneyguru/core/gui/empty_view.py
+share/moneyguru/core/gui/empty_view.pyc
+share/moneyguru/core/gui/entry_table.py
+share/moneyguru/core/gui/entry_table.pyc
+share/moneyguru/core/gui/entry_table_base.py
+share/moneyguru/core/gui/entry_table_base.pyc
+share/moneyguru/core/gui/export_account_table.py
+share/moneyguru/core/gui/export_account_table.pyc
+share/moneyguru/core/gui/export_panel.py
+share/moneyguru/core/gui/export_panel.pyc
+share/moneyguru/core/gui/filter_bar.py
+share/moneyguru/core/gui/filter_bar.pyc
+share/moneyguru/core/gui/general_ledger_table.py
+share/moneyguru/core/gui/general_ledger_table.pyc
+share/moneyguru/core/gui/general_ledger_view.py
+share/moneyguru/core/gui/general_ledger_view.pyc
+share/moneyguru/core/gui/graph.py
+share/moneyguru/core/gui/graph.pyc
+share/moneyguru/core/gui/import_table.py
+share/moneyguru/core/gui/import_table.pyc
+share/moneyguru/core/gui/import_window.py
+share/moneyguru/core/gui/import_window.pyc
+share/moneyguru/core/gui/income_statement.py
+share/moneyguru/core/gui/income_statement.pyc
+share/moneyguru/core/gui/lookup.py
+share/moneyguru/core/gui/lookup.pyc
+share/moneyguru/core/gui/main_window.py
+share/moneyguru/core/gui/main_window.pyc
+share/moneyguru/core/gui/mass_edition_panel.py
+share/moneyguru/core/gui/mass_edition_panel.pyc
+share/moneyguru/core/gui/net_worth_graph.py
+share/moneyguru/core/gui/net_worth_graph.pyc
+share/moneyguru/core/gui/networth_view.py
+share/moneyguru/core/gui/networth_view.pyc
+share/moneyguru/core/gui/pie_chart.py
+share/moneyguru/core/gui/pie_chart.pyc
+share/moneyguru/core/gui/print_view.py
+share/moneyguru/core/gui/print_view.pyc
+share/moneyguru/core/gui/profit_graph.py
+share/moneyguru/core/gui/profit_graph.pyc
+share/moneyguru/core/gui/profit_view.py
+share/moneyguru/core/gui/profit_view.pyc
+share/moneyguru/core/gui/report.py
+share/moneyguru/core/gui/report.pyc
+share/moneyguru/core/gui/schedule_panel.py
+share/moneyguru/core/gui/schedule_panel.pyc
+share/moneyguru/core/gui/schedule_table.py
+share/moneyguru/core/gui/schedule_table.pyc
+share/moneyguru/core/gui/schedule_view.py
+share/moneyguru/core/gui/schedule_view.pyc
+share/moneyguru/core/gui/search_field.py
+share/moneyguru/core/gui/search_field.pyc
+share/moneyguru/core/gui/split_table.py
+share/moneyguru/core/gui/split_table.pyc
+share/moneyguru/core/gui/table.py
+share/moneyguru/core/gui/table.pyc
+share/moneyguru/core/gui/transaction_panel.py
+share/moneyguru/core/gui/transaction_panel.pyc
+share/moneyguru/core/gui/transaction_print.py
+share/moneyguru/core/gui/transaction_print.pyc
+share/moneyguru/core/gui/transaction_table.py
+share/moneyguru/core/gui/transaction_table.pyc
+share/moneyguru/core/gui/transaction_table_base.py
+share/moneyguru/core/gui/transaction_table_base.pyc
+share/moneyguru/core/gui/transaction_view.py
+share/moneyguru/core/gui/transaction_view.pyc
+share/moneyguru/core/gui/view_options.py
+share/moneyguru/core/gui/view_options.pyc
+share/moneyguru/core/loader/__init__.py
+share/moneyguru/core/loader/__init__.pyc
+share/moneyguru/core/loader/base.py
+share/moneyguru/core/loader/base.pyc
+share/moneyguru/core/loader/csv.py
+share/moneyguru/core/loader/csv.pyc
+share/moneyguru/core/loader/native.py
+share/moneyguru/core/loader/native.pyc
+share/moneyguru/core/loader/ofx.py
+share/moneyguru/core/loader/ofx.pyc
+share/moneyguru/core/loader/qif.py
+share/moneyguru/core/loader/qif.pyc
+share/moneyguru/core/model/__init__.py
+share/moneyguru/core/model/__init__.pyc
+@comment share/moneyguru/core/model/_amount.cpython-32mu.so
+share/moneyguru/core/model/_amount.so
+share/moneyguru/core/model/_amount_ref.py
+share/moneyguru/core/model/_amount_ref.pyc
+share/moneyguru/core/model/account.py
+share/moneyguru/core/model/account.pyc
+share/moneyguru/core/model/amount.py
+share/moneyguru/core/model/amount.pyc
+share/moneyguru/core/model/budget.py
+share/moneyguru/core/model/budget.pyc
+share/moneyguru/core/model/cashculator.py
+share/moneyguru/core/model/cashculator.pyc
+share/moneyguru/core/model/completion.py
+share/moneyguru/core/model/completion.pyc
+share/moneyguru/core/model/currency.py
+share/moneyguru/core/model/currency.pyc
+share/moneyguru/core/model/date.py
+share/moneyguru/core/model/date.pyc
+share/moneyguru/core/model/entry.py
+share/moneyguru/core/model/entry.pyc
+share/moneyguru/core/model/oven.py
+share/moneyguru/core/model/oven.pyc
+share/moneyguru/core/model/recurrence.py
+share/moneyguru/core/model/recurrence.pyc
+share/moneyguru/core/model/sort.py
+share/moneyguru/core/model/sort.pyc
+share/moneyguru/core/model/transaction.py
+share/moneyguru/core/model/transaction.pyc
+share/moneyguru/core/model/transaction_list.py
+share/moneyguru/core/model/transaction_list.pyc
+share/moneyguru/core/model/undo.py
+share/moneyguru/core/model/undo.pyc
+share/moneyguru/core/plugin.py
+share/moneyguru/core/plugin.pyc
+share/moneyguru/core/saver/__init__.py
+share/moneyguru/core/saver/__init__.pyc
+share/moneyguru/core/saver/csv.py
+share/moneyguru/core/saver/csv.pyc
+share/moneyguru/core/saver/native.py
+share/moneyguru/core/saver/native.pyc
+share/moneyguru/core/saver/qif.py
+share/moneyguru/core/saver/qif.pyc
+share/moneyguru/help/.buildinfo
+share/moneyguru/help/.doctrees/basics.doctree
+share/moneyguru/help/.doctrees/cash.doctree
+share/moneyguru/help/.doctrees/changelog.doctree
+share/moneyguru/help/.doctrees/credits.doctree
+share/moneyguru/help/.doctrees/currencies.doctree
+share/moneyguru/help/.doctrees/editing.doctree
+share/moneyguru/help/.doctrees/environment.pickle
+share/moneyguru/help/.doctrees/faq.doctree
+share/moneyguru/help/.doctrees/forecast.doctree
+share/moneyguru/help/.doctrees/import.doctree
+share/moneyguru/help/.doctrees/index.doctree
+share/moneyguru/help/.doctrees/plugins.doctree
+share/moneyguru/help/.doctrees/reconciliation.doctree
+share/moneyguru/help/_images/backward_16.png
+share/moneyguru/help/_images/basics_account.png
+share/moneyguru/help/_images/basics_account_in.png
+share/moneyguru/help/_images/basics_account_out.png
+share/moneyguru/help/_images/basics_date_range.png
+share/moneyguru/help/_images/basics_net_worth.png
+share/moneyguru/help/_images/basics_show_account_arrow.png
+share/moneyguru/help/_images/basics_transactions.png
+share/moneyguru/help/_images/clock.png
+share/moneyguru/help/_images/edition_account_panel.png
+share/moneyguru/help/_images/edition_buttons.png
+share/moneyguru/help/_images/edition_mass_edition_panel.png
+share/moneyguru/help/_images/edition_three_way_split.png
+share/moneyguru/help/_images/edition_transaction_panel.png
+share/moneyguru/help/_images/edition_transaction_panel_split.png
+share/moneyguru/help/_images/forward_16.png
+share/moneyguru/help/_images/hs_title.png
+share/moneyguru/help/_images/import_csv_options.png
+share/moneyguru/help/_images/import_match_table.png
+share/moneyguru/help/_images/import_window.png
+share/moneyguru/help/_images/reconciliation_checkmark.png
+share/moneyguru/help/_sources/basics.txt
+share/moneyguru/help/_sources/cash.txt
+share/moneyguru/help/_sources/changelog.txt
+share/moneyguru/help/_sources/credits.txt
+share/moneyguru/help/_sources/currencies.txt
+share/moneyguru/help/_sources/editing.txt
+share/moneyguru/help/_sources/faq.txt
+share/moneyguru/help/_sources/forecast.txt
+share/moneyguru/help/_sources/import.txt
+share/moneyguru/help/_sources/index.txt
+share/moneyguru/help/_sources/plugins.txt
+share/moneyguru/help/_sources/reconciliation.txt
+share/moneyguru/help/_static/ajax-loader.gif
+share/moneyguru/help/_static/basic.css
+share/moneyguru/help/_static/comment-bright.png
+share/moneyguru/help/_static/comment-close.png
+share/moneyguru/help/_static/comment.png
+share/moneyguru/help/_static/default.css
+share/moneyguru/help/_static/doctools.js
+share/moneyguru/help/_static/down-pressed.png
+share/moneyguru/help/_static/down.png
+share/moneyguru/help/_static/file.png
+share/moneyguru/help/_static/jquery.js
+share/moneyguru/help/_static/minus.png
+share/moneyguru/help/_static/plus.png
+share/moneyguru/help/_static/pygments.css
+share/moneyguru/help/_static/searchtools.js
+share/moneyguru/help/_static/sidebar.js
+share/moneyguru/help/_static/underscore.js
+share/moneyguru/help/_static/up-pressed.png
+share/moneyguru/help/_static/up.png
+share/moneyguru/help/_static/websupport.js
+share/moneyguru/help/basics.html
+share/moneyguru/help/cash.html
+share/moneyguru/help/changelog.html
+share/moneyguru/help/credits.html
+share/moneyguru/help/currencies.html
+share/moneyguru/help/editing.html
+share/moneyguru/help/faq.html
+share/moneyguru/help/forecast.html
+share/moneyguru/help/import.html
+share/moneyguru/help/index.html
+share/moneyguru/help/objects.inv
+share/moneyguru/help/plugins.html
+share/moneyguru/help/reconciliation.html
+share/moneyguru/help/search.html
+share/moneyguru/help/searchindex.js
+share/moneyguru/hscommon/LICENSE
+share/moneyguru/hscommon/README
+share/moneyguru/hscommon/__init__.py
+share/moneyguru/hscommon/__init__.pyc
+share/moneyguru/hscommon/build.py
+share/moneyguru/hscommon/build.pyc
+share/moneyguru/hscommon/conflict.py
+share/moneyguru/hscommon/conflict.pyc
+share/moneyguru/hscommon/currency.py
+share/moneyguru/hscommon/currency.pyc
+share/moneyguru/hscommon/debug.py
+share/moneyguru/hscommon/debug.pyc
+share/moneyguru/hscommon/geometry.py
+share/moneyguru/hscommon/geometry.pyc
+share/moneyguru/hscommon/gui/__init__.py
+share/moneyguru/hscommon/gui/__init__.pyc
+share/moneyguru/hscommon/gui/base.py
+share/moneyguru/hscommon/gui/base.pyc
+share/moneyguru/hscommon/gui/column.py
+share/moneyguru/hscommon/gui/column.pyc
+share/moneyguru/hscommon/gui/selectable_list.py
+share/moneyguru/hscommon/gui/selectable_list.pyc
+share/moneyguru/hscommon/gui/table.py
+share/moneyguru/hscommon/gui/table.pyc
+share/moneyguru/hscommon/gui/text_field.py
+share/moneyguru/hscommon/gui/text_field.pyc
+share/moneyguru/hscommon/gui/tree.py
+share/moneyguru/hscommon/gui/tree.pyc
+share/moneyguru/hscommon/io.py
+share/moneyguru/hscommon/io.pyc
+share/moneyguru/hscommon/loc.py
+share/moneyguru/hscommon/loc.pyc
+share/moneyguru/hscommon/notify.py
+share/moneyguru/hscommon/notify.pyc
+share/moneyguru/hscommon/path.py
+share/moneyguru/hscommon/path.pyc
+share/moneyguru/hscommon/plat.py
+share/moneyguru/hscommon/plat.pyc
+share/moneyguru/hscommon/pygettext.py
+share/moneyguru/hscommon/pygettext.pyc
+share/moneyguru/hscommon/reg.py
+share/moneyguru/hscommon/reg.pyc
+share/moneyguru/hscommon/sphinxgen.py
+share/moneyguru/hscommon/sphinxgen.pyc
+share/moneyguru/hscommon/sqlite.py
+share/moneyguru/hscommon/sqlite.pyc
+share/moneyguru/hscommon/testutil.py
+share/moneyguru/hscommon/testutil.pyc
+share/moneyguru/hscommon/trans.py
+share/moneyguru/hscommon/trans.pyc
+share/moneyguru/hscommon/util.py
+share/moneyguru/hscommon/util.pyc
+share/moneyguru/locale/cs/LC_MESSAGES/columns.mo
+share/moneyguru/locale/cs/LC_MESSAGES/core.mo
+share/moneyguru/locale/cs/LC_MESSAGES/hscommon.mo
+share/moneyguru/locale/cs/LC_MESSAGES/qtlib.mo
+share/moneyguru/locale/cs/LC_MESSAGES/ui.mo
+share/moneyguru/locale/de/LC_MESSAGES/columns.mo
+share/moneyguru/locale/de/LC_MESSAGES/core.mo
+share/moneyguru/locale/de/LC_MESSAGES/hscommon.mo
+share/moneyguru/locale/de/LC_MESSAGES/qtlib.mo
+share/moneyguru/locale/de/LC_MESSAGES/ui.mo
+share/moneyguru/locale/fr/LC_MESSAGES/columns.mo
+share/moneyguru/locale/fr/LC_MESSAGES/core.mo
+share/moneyguru/locale/fr/LC_MESSAGES/hscommon.mo
+share/moneyguru/locale/fr/LC_MESSAGES/qtlib.mo
+share/moneyguru/locale/fr/LC_MESSAGES/ui.mo
+share/moneyguru/locale/it/LC_MESSAGES/columns.mo
+share/moneyguru/locale/it/LC_MESSAGES/core.mo
+share/moneyguru/locale/it/LC_MESSAGES/hscommon.mo
+share/moneyguru/locale/it/LC_MESSAGES/qtlib.mo
+share/moneyguru/locale/it/LC_MESSAGES/ui.mo
+share/moneyguru/locale/nl/LC_MESSAGES/columns.mo
+share/moneyguru/locale/nl/LC_MESSAGES/core.mo
+share/moneyguru/locale/nl/LC_MESSAGES/hscommon.mo
+share/moneyguru/locale/nl/LC_MESSAGES/qtlib.mo
+share/moneyguru/locale/nl/LC_MESSAGES/ui.mo
+share/moneyguru/logo_big.png
+share/moneyguru/plugin_examples/__init__.py
+share/moneyguru/plugin_examples/__init__.pyc
+share/moneyguru/plugin_examples/account_list.py
+share/moneyguru/plugin_examples/account_list.pyc
+share/moneyguru/plugin_examples/currency_rates.py
+share/moneyguru/plugin_examples/currency_rates.pyc
+share/moneyguru/plugin_examples/payee_breakdown.py
+share/moneyguru/plugin_examples/payee_breakdown.pyc
+share/moneyguru/qt/ABOUT_LICENSE
+share/moneyguru/qt/__init__.py
+share/moneyguru/qt/__init__.pyc
+share/moneyguru/qt/app.py
+share/moneyguru/qt/app.pyc
+share/moneyguru/qt/const.py
+share/moneyguru/qt/const.pyc
+share/moneyguru/qt/controller/__init__.py
+share/moneyguru/qt/controller/__init__.pyc
+share/moneyguru/qt/controller/account/__init__.py
+share/moneyguru/qt/controller/account/__init__.pyc
+share/moneyguru/qt/controller/account/filter_bar.py
+share/moneyguru/qt/controller/account/filter_bar.pyc
+share/moneyguru/qt/controller/account/table.py
+share/moneyguru/qt/controller/account/table.pyc
+share/moneyguru/qt/controller/account/view.py
+share/moneyguru/qt/controller/account/view.pyc
+share/moneyguru/qt/controller/account_panel.py
+share/moneyguru/qt/controller/account_panel.pyc
+share/moneyguru/qt/controller/account_reassign_panel.py
+share/moneyguru/qt/controller/account_reassign_panel.pyc
+share/moneyguru/qt/controller/account_sheet.py
+share/moneyguru/qt/controller/account_sheet.pyc
+share/moneyguru/qt/controller/account_sheet_view.py
+share/moneyguru/qt/controller/account_sheet_view.pyc
+share/moneyguru/qt/controller/base_view.py
+share/moneyguru/qt/controller/base_view.pyc
+share/moneyguru/qt/controller/budget/__init__.py
+share/moneyguru/qt/controller/budget/__init__.pyc
+share/moneyguru/qt/controller/budget/table.py
+share/moneyguru/qt/controller/budget/table.pyc
+share/moneyguru/qt/controller/budget/view.py
+share/moneyguru/qt/controller/budget/view.pyc
+share/moneyguru/qt/controller/budget_panel.py
+share/moneyguru/qt/controller/budget_panel.pyc
+share/moneyguru/qt/controller/chart.py
+share/moneyguru/qt/controller/chart.pyc
+share/moneyguru/qt/controller/custom_date_range_panel.py
+share/moneyguru/qt/controller/custom_date_range_panel.pyc
+share/moneyguru/qt/controller/date_range_selector.py
+share/moneyguru/qt/controller/date_range_selector.pyc
+share/moneyguru/qt/controller/docprops_view.py
+share/moneyguru/qt/controller/docprops_view.pyc
+share/moneyguru/qt/controller/document.py
+share/moneyguru/qt/controller/document.pyc
+share/moneyguru/qt/controller/export_account_table.py
+share/moneyguru/qt/controller/export_account_table.pyc
+share/moneyguru/qt/controller/export_panel.py
+share/moneyguru/qt/controller/export_panel.pyc
+share/moneyguru/qt/controller/filter_bar.py
+share/moneyguru/qt/controller/filter_bar.pyc
+share/moneyguru/qt/controller/general_ledger/__init__.py
+share/moneyguru/qt/controller/general_ledger/__init__.pyc
+share/moneyguru/qt/controller/general_ledger/table.py
+share/moneyguru/qt/controller/general_ledger/table.pyc
+share/moneyguru/qt/controller/general_ledger/view.py
+share/moneyguru/qt/controller/general_ledger/view.pyc
+share/moneyguru/qt/controller/import_/__init__.py
+share/moneyguru/qt/controller/import_/__init__.pyc
+share/moneyguru/qt/controller/import_/csv_options.py
+share/moneyguru/qt/controller/import_/csv_options.pyc
+share/moneyguru/qt/controller/import_/table.py
+share/moneyguru/qt/controller/import_/table.pyc
+share/moneyguru/qt/controller/import_/window.py
+share/moneyguru/qt/controller/import_/window.pyc
+share/moneyguru/qt/controller/lookup.py
+share/moneyguru/qt/controller/lookup.pyc
+share/moneyguru/qt/controller/main_window.py
+share/moneyguru/qt/controller/main_window.pyc
+share/moneyguru/qt/controller/mass_edition_panel.py
+share/moneyguru/qt/controller/mass_edition_panel.pyc
+share/moneyguru/qt/controller/networth/__init__.py
+share/moneyguru/qt/controller/networth/__init__.pyc
+share/moneyguru/qt/controller/networth/sheet.py
+share/moneyguru/qt/controller/networth/sheet.pyc
+share/moneyguru/qt/controller/networth/view.py
+share/moneyguru/qt/controller/networth/view.pyc
+share/moneyguru/qt/controller/new_view.py
+share/moneyguru/qt/controller/new_view.pyc
+share/moneyguru/qt/controller/panel.py
+share/moneyguru/qt/controller/panel.pyc
+share/moneyguru/qt/controller/preferences_panel.py
+share/moneyguru/qt/controller/preferences_panel.pyc
+share/moneyguru/qt/controller/profit/__init__.py
+share/moneyguru/qt/controller/profit/__init__.pyc
+share/moneyguru/qt/controller/profit/sheet.py
+share/moneyguru/qt/controller/profit/sheet.pyc
+share/moneyguru/qt/controller/profit/view.py
+share/moneyguru/qt/controller/profit/view.pyc
+share/moneyguru/qt/controller/readonly_table_plugin_view.py
+share/moneyguru/qt/controller/readonly_table_plugin_view.pyc
+share/moneyguru/qt/controller/schedule/__init__.py
+share/moneyguru/qt/controller/schedule/__init__.pyc
+share/moneyguru/qt/controller/schedule/table.py
+share/moneyguru/qt/controller/schedule/table.pyc
+share/moneyguru/qt/controller/schedule/view.py
+share/moneyguru/qt/controller/schedule/view.pyc
+share/moneyguru/qt/controller/schedule_panel.py
+share/moneyguru/qt/controller/schedule_panel.pyc
+share/moneyguru/qt/controller/schedule_scope_dialog.py
+share/moneyguru/qt/controller/schedule_scope_dialog.pyc
+share/moneyguru/qt/controller/search_field.py
+share/moneyguru/qt/controller/search_field.pyc
+share/moneyguru/qt/controller/split_table.py
+share/moneyguru/qt/controller/split_table.pyc
+share/moneyguru/qt/controller/table.py
+share/moneyguru/qt/controller/table.pyc
+share/moneyguru/qt/controller/table_with_transactions.py
+share/moneyguru/qt/controller/table_with_transactions.pyc
+share/moneyguru/qt/controller/transaction/__init__.py
+share/moneyguru/qt/controller/transaction/__init__.pyc
+share/moneyguru/qt/controller/transaction/filter_bar.py
+share/moneyguru/qt/controller/transaction/filter_bar.pyc
+share/moneyguru/qt/controller/transaction/table.py
+share/moneyguru/qt/controller/transaction/table.pyc
+share/moneyguru/qt/controller/transaction/view.py
+share/moneyguru/qt/controller/transaction/view.pyc
+share/moneyguru/qt/controller/transaction_panel.py
+share/moneyguru/qt/controller/transaction_panel.pyc
+share/moneyguru/qt/installer.aip
+share/moneyguru/qt/lang/qt_cs.qm
+share/moneyguru/qt/lang/qt_de.qm
+share/moneyguru/qt/lang/qt_fr.qm
+share/moneyguru/qt/mg.qrc
+share/moneyguru/qt/mg_rc.py
+share/moneyguru/qt/mg_rc.pyc
+share/moneyguru/qt/plat.py
+share/moneyguru/qt/plat.pyc
+share/moneyguru/qt/preferences.py
+share/moneyguru/qt/preferences.pyc
+share/moneyguru/qt/print_/__init__.py
+share/moneyguru/qt/print_/__init__.pyc
+share/moneyguru/qt/print_/item_view.py
+share/moneyguru/qt/print_/item_view.pyc
+share/moneyguru/qt/print_/layout.py
+share/moneyguru/qt/print_/layout.pyc
+share/moneyguru/qt/support/__init__.py
+share/moneyguru/qt/support/__init__.pyc
+share/moneyguru/qt/support/bar_graph_view.py
+share/moneyguru/qt/support/bar_graph_view.pyc
+share/moneyguru/qt/support/chart_view.py
+share/moneyguru/qt/support/chart_view.pyc
+share/moneyguru/qt/support/completable_edit.py
+share/moneyguru/qt/support/completable_edit.pyc
+share/moneyguru/qt/support/date_edit.py
+share/moneyguru/qt/support/date_edit.pyc
+share/moneyguru/qt/support/date_range_selector_view.py
+share/moneyguru/qt/support/date_range_selector_view.pyc
+share/moneyguru/qt/support/graph_view.py
+share/moneyguru/qt/support/graph_view.pyc
+share/moneyguru/qt/support/item_delegate.py
+share/moneyguru/qt/support/item_delegate.pyc
+share/moneyguru/qt/support/item_view.py
+share/moneyguru/qt/support/item_view.pyc
+share/moneyguru/qt/support/line_graph_view.py
+share/moneyguru/qt/support/line_graph_view.pyc
+share/moneyguru/qt/support/pie_chart_view.py
+share/moneyguru/qt/support/pie_chart_view.pyc
+share/moneyguru/qtlib/LICENSE
+share/moneyguru/qtlib/__init__.py
+share/moneyguru/qtlib/__init__.pyc
+share/moneyguru/qtlib/about_box.py
+share/moneyguru/qtlib/about_box.pyc
+share/moneyguru/qtlib/app.py
+share/moneyguru/qtlib/app.pyc
+share/moneyguru/qtlib/column.py
+share/moneyguru/qtlib/column.pyc
+share/moneyguru/qtlib/error_report_dialog.py
+share/moneyguru/qtlib/error_report_dialog.pyc
+share/moneyguru/qtlib/images/search_clear_13.png
+share/moneyguru/qtlib/preferences.py
+share/moneyguru/qtlib/preferences.pyc
+share/moneyguru/qtlib/radio_box.py
+share/moneyguru/qtlib/radio_box.pyc
+share/moneyguru/qtlib/recent.py
+share/moneyguru/qtlib/recent.pyc
+share/moneyguru/qtlib/reg.py
+share/moneyguru/qtlib/reg.pyc
+share/moneyguru/qtlib/reg_demo_dialog.py
+share/moneyguru/qtlib/reg_demo_dialog.pyc
+share/moneyguru/qtlib/reg_fairware_dialog.py
+share/moneyguru/qtlib/reg_fairware_dialog.pyc
+share/moneyguru/qtlib/reg_submit_dialog.py
+share/moneyguru/qtlib/reg_submit_dialog.pyc
+share/moneyguru/qtlib/search_edit.py
+share/moneyguru/qtlib/search_edit.pyc
+share/moneyguru/qtlib/selectable_list.py
+share/moneyguru/qtlib/selectable_list.pyc
+share/moneyguru/qtlib/table.py
+share/moneyguru/qtlib/table.pyc
+share/moneyguru/qtlib/text_field.py
+share/moneyguru/qtlib/text_field.pyc
+share/moneyguru/qtlib/tree_model.py
+share/moneyguru/qtlib/tree_model.pyc
+share/moneyguru/qtlib/util.py
+share/moneyguru/qtlib/util.pyc
+share/moneyguru/run.py
+share/moneyguru/run.pyc
+share/moneyguru/sgmllib.py
+share/moneyguru/sgmllib.pyc
diff --git a/finance/moneyguru/distinfo b/finance/moneyguru/distinfo
new file mode 100644
index 00000000000..615c6ab0218
--- /dev/null
+++ b/finance/moneyguru/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/27 19:43:18 wiz Exp $
+
+SHA1 (moneyguru_2.6.1~quantal.tar.gz) = f8ad80d76b540a896f3c13a484b4327e9d6647fc
+RMD160 (moneyguru_2.6.1~quantal.tar.gz) = fe18dfd133a26fd2d341789d7fc41271c47ec38f
+Size (moneyguru_2.6.1~quantal.tar.gz) = 2092947 bytes