pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/moneyguru



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  4 14:45:43 UTC 2017

Modified Files:
        pkgsrc/finance/moneyguru: Makefile PLIST distinfo

Log Message:
Updated moneyguru to 2.11.0.

2.11.0 (2017-08-23)

    Avoid duplicate logging to both stderr and NSLog. [cocoa] #476
    Improve build process on Mac OS. [cocoa] #474
    Fixed year handling in macOS date formats. [cocoa] #477
    Fixed currency fetching for ranges greater than 30 days. #479
    Add an option to enter date elements from left to right instead of the default d -> m -> y order. #480
    Fix crash during pane drag & drop. [qt]
    Fix Bank of Canada currency fetching. It was broken.
    Fix quirks with edition mode during transaction addition. [qt]
    Add UTF-16 support to CSV imports. #486
    Improve autofill by allowing it to autofill more often.
    Improve build process.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/finance/moneyguru/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/moneyguru/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/moneyguru/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/moneyguru/Makefile
diff -u pkgsrc/finance/moneyguru/Makefile:1.21 pkgsrc/finance/moneyguru/Makefile:1.22
--- pkgsrc/finance/moneyguru/Makefile:1.21      Sun Sep  3 08:53:08 2017
+++ pkgsrc/finance/moneyguru/Makefile   Mon Sep  4 14:45:43 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2017/09/03 08:53:08 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/09/04 14:45:43 wiz Exp $
 
-DISTNAME=      moneyguru-src-2.10.2
+DISTNAME=      moneyguru-src-2.11.0
 PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   1
 CATEGORIES=    finance
 MASTER_SITES=  https://download.hardcoded.net/
 
@@ -25,12 +24,7 @@ USE_TOOLS=   pax
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 PY_PATCHPLIST=         yes
-REPLACE_PYTHON+=       cocoa/waf
-REPLACE_PYTHON+=       cocoa/wscript
-REPLACE_PYTHON+=       psmtabbarcontrol/waf
-REPLACE_PYTHON+=       psmtabbarcontrol/wscript
-REPLACE_PYTHON+=       run_template_cocoa.py
-REPLACE_PYTHON+=       run_template_qt.py
+REPLACE_PYTHON+=       run.py
 
 INSTALLATION_DIRS=     bin share/applications share/moneyguru
 
@@ -50,7 +44,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 psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
+       cd ${WRKSRC} && pax -pp -rw build core data help hscommon images locale 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
 

Index: pkgsrc/finance/moneyguru/PLIST
diff -u pkgsrc/finance/moneyguru/PLIST:1.13 pkgsrc/finance/moneyguru/PLIST:1.14
--- pkgsrc/finance/moneyguru/PLIST:1.13 Sun Dec 25 12:47:44 2016
+++ pkgsrc/finance/moneyguru/PLIST      Mon Sep  4 14:45:43 2017
@@ -1,23 +1,6 @@
-@comment $NetBSD: PLIST,v 1.13 2016/12/25 12:47:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2017/09/04 14:45:43 wiz Exp $
 bin/moneyguru
 share/applications/moneyguru.desktop
-share/moneyguru/ambuttonbar/AMButtonBar.h
-share/moneyguru/ambuttonbar/AMButtonBar.m
-share/moneyguru/ambuttonbar/AMButtonBarCell.h
-share/moneyguru/ambuttonbar/AMButtonBarCell.m
-share/moneyguru/ambuttonbar/AMButtonBarItem.h
-share/moneyguru/ambuttonbar/AMButtonBarItem.m
-share/moneyguru/ambuttonbar/LICENSE
-share/moneyguru/ambuttonbar/NSBezierPath_AMAdditons.h
-share/moneyguru/ambuttonbar/NSBezierPath_AMAdditons.m
-share/moneyguru/ambuttonbar/NSColor_AMAdditions.h
-share/moneyguru/ambuttonbar/NSColor_AMAdditions.m
-share/moneyguru/ambuttonbar/NSFont_AMFixes.h
-share/moneyguru/ambuttonbar/NSFont_AMFixes.m
-share/moneyguru/ambuttonbar/NSGradient_AMButtonBar.h
-share/moneyguru/ambuttonbar/NSGradient_AMButtonBar.m
-share/moneyguru/ambuttonbar/NSShadow_AMAdditions.h
-share/moneyguru/ambuttonbar/NSShadow_AMAdditions.m
 share/moneyguru/build/help/.buildinfo
 share/moneyguru/build/help/.doctrees/basics.doctree
 share/moneyguru/build/help/.doctrees/cash.doctree
@@ -245,327 +228,31 @@ share/moneyguru/build/locale/ru/LC_MESSA
 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
-share/moneyguru/cocoa/controllers/MGAccountLookup.h
-share/moneyguru/cocoa/controllers/MGAccountLookup.m
-share/moneyguru/cocoa/controllers/MGAccountProperties.h
-share/moneyguru/cocoa/controllers/MGAccountProperties.m
-share/moneyguru/cocoa/controllers/MGAccountReassignPanel.h
-share/moneyguru/cocoa/controllers/MGAccountReassignPanel.m
-share/moneyguru/cocoa/controllers/MGAccountSheetView.h
-share/moneyguru/cocoa/controllers/MGAccountSheetView.m
-share/moneyguru/cocoa/controllers/MGAppDelegate.h
-share/moneyguru/cocoa/controllers/MGAppDelegate.m
-share/moneyguru/cocoa/controllers/MGBaseView.h
-share/moneyguru/cocoa/controllers/MGBaseView.m
-share/moneyguru/cocoa/controllers/MGBudgetPanel.h
-share/moneyguru/cocoa/controllers/MGBudgetPanel.m
-share/moneyguru/cocoa/controllers/MGCSVImportOptions.h
-share/moneyguru/cocoa/controllers/MGCSVImportOptions.m
-share/moneyguru/cocoa/controllers/MGChart.h
-share/moneyguru/cocoa/controllers/MGChart.m
-share/moneyguru/cocoa/controllers/MGCompletionLookup.h
-share/moneyguru/cocoa/controllers/MGCompletionLookup.m
-share/moneyguru/cocoa/controllers/MGCustomDateRangePanel.h
-share/moneyguru/cocoa/controllers/MGCustomDateRangePanel.m
-share/moneyguru/cocoa/controllers/MGDateFieldEditor.h
-share/moneyguru/cocoa/controllers/MGDateFieldEditor.m
-share/moneyguru/cocoa/controllers/MGDateRangeSelector.h
-share/moneyguru/cocoa/controllers/MGDateRangeSelector.m
-share/moneyguru/cocoa/controllers/MGDocPropsView.h
-share/moneyguru/cocoa/controllers/MGDocPropsView.m
-share/moneyguru/cocoa/controllers/MGDocument.h
-share/moneyguru/cocoa/controllers/MGDocument.m
-share/moneyguru/cocoa/controllers/MGDocumentController.h
-share/moneyguru/cocoa/controllers/MGDocumentController.m
-share/moneyguru/cocoa/controllers/MGEditableTable.h
-share/moneyguru/cocoa/controllers/MGEditableTable.m
-share/moneyguru/cocoa/controllers/MGEmptyView.h
-share/moneyguru/cocoa/controllers/MGEmptyView.m
-share/moneyguru/cocoa/controllers/MGExportAccountTable.h
-share/moneyguru/cocoa/controllers/MGExportAccountTable.m
-share/moneyguru/cocoa/controllers/MGExportPanel.h
-share/moneyguru/cocoa/controllers/MGExportPanel.m
-share/moneyguru/cocoa/controllers/MGFieldEditor.h
-share/moneyguru/cocoa/controllers/MGFieldEditor.m
-share/moneyguru/cocoa/controllers/MGFilterBar.h
-share/moneyguru/cocoa/controllers/MGFilterBar.m
-share/moneyguru/cocoa/controllers/MGImportTable.h
-share/moneyguru/cocoa/controllers/MGImportTable.m
-share/moneyguru/cocoa/controllers/MGImportWindow.h
-share/moneyguru/cocoa/controllers/MGImportWindow.m
-share/moneyguru/cocoa/controllers/MGLookup.h
-share/moneyguru/cocoa/controllers/MGLookup.m
-share/moneyguru/cocoa/controllers/MGMainWindowController.h
-share/moneyguru/cocoa/controllers/MGMainWindowController.m
-share/moneyguru/cocoa/controllers/MGMassEditionPanel.h
-share/moneyguru/cocoa/controllers/MGMassEditionPanel.m
-share/moneyguru/cocoa/controllers/MGPanel.h
-share/moneyguru/cocoa/controllers/MGPanel.m
-share/moneyguru/cocoa/controllers/MGReadOnlyPluginView.h
-share/moneyguru/cocoa/controllers/MGReadOnlyPluginView.m
-share/moneyguru/cocoa/controllers/MGReport.h
-share/moneyguru/cocoa/controllers/MGReport.m
-share/moneyguru/cocoa/controllers/MGSchedulePanel.h
-share/moneyguru/cocoa/controllers/MGSchedulePanel.m
-share/moneyguru/cocoa/controllers/MGSearchField.h
-share/moneyguru/cocoa/controllers/MGSearchField.m
-share/moneyguru/cocoa/controllers/MGSplitTable.h
-share/moneyguru/cocoa/controllers/MGSplitTable.m
-share/moneyguru/cocoa/controllers/MGTable.h
-share/moneyguru/cocoa/controllers/MGTable.m
-share/moneyguru/cocoa/controllers/MGTransactionInspector.h
-share/moneyguru/cocoa/controllers/MGTransactionInspector.m
-share/moneyguru/cocoa/controllers/MGUndoManager.h
-share/moneyguru/cocoa/controllers/MGUndoManager.m
-share/moneyguru/cocoa/controllers/account/MGAccountView.h
-share/moneyguru/cocoa/controllers/account/MGAccountView.m
-share/moneyguru/cocoa/controllers/account/MGBalanceGraph.h
-share/moneyguru/cocoa/controllers/account/MGBalanceGraph.m
-share/moneyguru/cocoa/controllers/account/MGBarGraph.h
-share/moneyguru/cocoa/controllers/account/MGBarGraph.m
-share/moneyguru/cocoa/controllers/account/MGEntryTable.h
-share/moneyguru/cocoa/controllers/account/MGEntryTable.m
-share/moneyguru/cocoa/controllers/budget/MGBudgetTable.h
-share/moneyguru/cocoa/controllers/budget/MGBudgetTable.m
-share/moneyguru/cocoa/controllers/budget/MGBudgetView.h
-share/moneyguru/cocoa/controllers/budget/MGBudgetView.m
-share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerTable.h
-share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerTable.m
-share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerTableView.h
-share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerTableView.m
-share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerView.h
-share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerView.m
-share/moneyguru/cocoa/controllers/networth/MGBalanceSheet.h
-share/moneyguru/cocoa/controllers/networth/MGBalanceSheet.m
-share/moneyguru/cocoa/controllers/networth/MGNetWorthView.h
-share/moneyguru/cocoa/controllers/networth/MGNetWorthView.m
-share/moneyguru/cocoa/controllers/pluginlist/MGPluginListTable.h
-share/moneyguru/cocoa/controllers/pluginlist/MGPluginListTable.m
-share/moneyguru/cocoa/controllers/pluginlist/MGPluginListView.h
-share/moneyguru/cocoa/controllers/pluginlist/MGPluginListView.m
-share/moneyguru/cocoa/controllers/profit/MGIncomeStatement.h
-share/moneyguru/cocoa/controllers/profit/MGIncomeStatement.m
-share/moneyguru/cocoa/controllers/profit/MGProfitView.h
-share/moneyguru/cocoa/controllers/profit/MGProfitView.m
-share/moneyguru/cocoa/controllers/schedule/MGScheduleTable.h
-share/moneyguru/cocoa/controllers/schedule/MGScheduleTable.m
-share/moneyguru/cocoa/controllers/schedule/MGScheduleView.h
-share/moneyguru/cocoa/controllers/schedule/MGScheduleView.m
-share/moneyguru/cocoa/controllers/transaction/MGTransactionTable.h
-share/moneyguru/cocoa/controllers/transaction/MGTransactionTable.m
-share/moneyguru/cocoa/controllers/transaction/MGTransactionView.h
-share/moneyguru/cocoa/controllers/transaction/MGTransactionView.m
-share/moneyguru/cocoa/dsa_pub.pem
-share/moneyguru/cocoa/en.lproj/Localizable.strings
-share/moneyguru/cocoa/main.m
-share/moneyguru/cocoa/mg_cocoa.py
-share/moneyguru/cocoa/mg_const.py
-share/moneyguru/cocoa/print/MGBalancePrint.h
-share/moneyguru/cocoa/print/MGBalancePrint.m
-share/moneyguru/cocoa/print/MGBudgetPrint.h
-share/moneyguru/cocoa/print/MGBudgetPrint.m
-share/moneyguru/cocoa/print/MGEntryPrint.h
-share/moneyguru/cocoa/print/MGEntryPrint.m
-share/moneyguru/cocoa/print/MGGeneralLedgerPrint.h
-share/moneyguru/cocoa/print/MGGeneralLedgerPrint.m
-share/moneyguru/cocoa/print/MGOutlinePrint.h
-share/moneyguru/cocoa/print/MGOutlinePrint.m
-share/moneyguru/cocoa/print/MGPrintView.h
-share/moneyguru/cocoa/print/MGPrintView.m
-share/moneyguru/cocoa/print/MGProfitPrint.h
-share/moneyguru/cocoa/print/MGProfitPrint.m
-share/moneyguru/cocoa/print/MGSchedulePrint.h
-share/moneyguru/cocoa/print/MGSchedulePrint.m
-share/moneyguru/cocoa/print/MGSheetPrint.h
-share/moneyguru/cocoa/print/MGSheetPrint.m
-share/moneyguru/cocoa/print/MGTablePrint.h
-share/moneyguru/cocoa/print/MGTablePrint.m
-share/moneyguru/cocoa/print/MGTableWithSplitsPrint.h
-share/moneyguru/cocoa/print/MGTableWithSplitsPrint.m
-share/moneyguru/cocoa/print/MGTransactionPrint.h
-share/moneyguru/cocoa/print/MGTransactionPrint.m
-share/moneyguru/cocoa/support/MGAmountCell.h
-share/moneyguru/cocoa/support/MGAmountCell.m
-share/moneyguru/cocoa/support/MGBarGraphView.h
-share/moneyguru/cocoa/support/MGBarGraphView.m
-share/moneyguru/cocoa/support/MGBrush.h
-share/moneyguru/cocoa/support/MGBrush.m
-share/moneyguru/cocoa/support/MGCSVLayoutNameDialog.h
-share/moneyguru/cocoa/support/MGCSVLayoutNameDialog.m
-share/moneyguru/cocoa/support/MGChartView.h
-share/moneyguru/cocoa/support/MGChartView.m
-share/moneyguru/cocoa/support/MGGradientBar.h
-share/moneyguru/cocoa/support/MGGradientBar.m
-share/moneyguru/cocoa/support/MGGraphView.h
-share/moneyguru/cocoa/support/MGGraphView.m
-share/moneyguru/cocoa/support/MGGraphic.h
-share/moneyguru/cocoa/support/MGImportBindingCell.h
-share/moneyguru/cocoa/support/MGImportBindingCell.m
-share/moneyguru/cocoa/support/MGLineGraphView.h
-share/moneyguru/cocoa/support/MGLineGraphView.m
-share/moneyguru/cocoa/support/MGMainWindow.h
-share/moneyguru/cocoa/support/MGMainWindow.m
-share/moneyguru/cocoa/support/MGPen.h
-share/moneyguru/cocoa/support/MGPen.m
-share/moneyguru/cocoa/support/MGPieChartView.h
-share/moneyguru/cocoa/support/MGPieChartView.m
-share/moneyguru/cocoa/support/MGReconciliationCell.h
-share/moneyguru/cocoa/support/MGReconciliationCell.m
-share/moneyguru/cocoa/support/MGRecurrenceScopeDialog.h
-share/moneyguru/cocoa/support/MGRecurrenceScopeDialog.m
-share/moneyguru/cocoa/support/MGTableView.h
-share/moneyguru/cocoa/support/MGTableView.m
-share/moneyguru/cocoa/support/MGTextFieldCell.h
-share/moneyguru/cocoa/support/MGTextFieldCell.m
-share/moneyguru/cocoa/ui/account_panel.py
-share/moneyguru/cocoa/ui/account_reassign_panel.py
-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/common.py
-share/moneyguru/cocoa/ui/csv_import_options.py
-share/moneyguru/cocoa/ui/csv_layout_name.py
-share/moneyguru/cocoa/ui/custom_date_range_dialog.py
-share/moneyguru/cocoa/ui/date_range_selector.py
-share/moneyguru/cocoa/ui/docprops_view.py
-share/moneyguru/cocoa/ui/export_panel.py
-share/moneyguru/cocoa/ui/import_window.py
-share/moneyguru/cocoa/ui/lookup.py
-share/moneyguru/cocoa/ui/main_menu.py
-share/moneyguru/cocoa/ui/main_window.py
-share/moneyguru/cocoa/ui/mass_editing_panel.py
-share/moneyguru/cocoa/ui/newtab_view.py
-share/moneyguru/cocoa/ui/preferences_panel.py
-share/moneyguru/cocoa/ui/schedule_panel.py
-share/moneyguru/cocoa/ui/schedule_scope_dialog.py
-share/moneyguru/cocoa/ui/transaction_panel.py
-share/moneyguru/cocoa/ui/transaction_view.py
-share/moneyguru/cocoa/waf
-share/moneyguru/cocoa/wscript
-share/moneyguru/cocoalib/.gitignore
-share/moneyguru/cocoalib/.tx/config
-share/moneyguru/cocoalib/Dialogs.h
-share/moneyguru/cocoalib/Dialogs.m
-share/moneyguru/cocoalib/HSAboutBox.h
-share/moneyguru/cocoalib/HSAboutBox.m
-share/moneyguru/cocoalib/HSErrorReportWindow.h
-share/moneyguru/cocoalib/HSErrorReportWindow.m
-share/moneyguru/cocoalib/HSGeometry.h
-share/moneyguru/cocoalib/HSGeometry.m
-share/moneyguru/cocoalib/HSPyUtil.h
-share/moneyguru/cocoalib/HSPyUtil.m
-share/moneyguru/cocoalib/HSQuicklook.h
-share/moneyguru/cocoalib/HSQuicklook.m
-share/moneyguru/cocoalib/HSRecentFiles.h
-share/moneyguru/cocoalib/HSRecentFiles.m
-share/moneyguru/cocoalib/LICENSE
-share/moneyguru/cocoalib/NSEventAdditions.h
-share/moneyguru/cocoalib/NSEventAdditions.m
-share/moneyguru/cocoalib/NSImageAdditions.h
-share/moneyguru/cocoalib/NSImageAdditions.m
-share/moneyguru/cocoalib/NSNotificationAdditions.h
-share/moneyguru/cocoalib/NSNotificationAdditions.m
-share/moneyguru/cocoalib/ProgressController.h
-share/moneyguru/cocoalib/ProgressController.m
-share/moneyguru/cocoalib/Sparkle.framework/Headers
-share/moneyguru/cocoalib/Sparkle.framework/Resources
-share/moneyguru/cocoalib/Sparkle.framework/Sparkle
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/SUAppcast.h
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/SUUpdater.h
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/Sparkle.h
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/Info.plist
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/License.txt
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/classes.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/classes.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/classes.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/relaunch
-share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Sparkle
-share/moneyguru/cocoalib/Sparkle.framework/Versions/Current
-share/moneyguru/cocoalib/Utils.h
-share/moneyguru/cocoalib/Utils.m
-share/moneyguru/cocoalib/ValueTransformers.h
-share/moneyguru/cocoalib/ValueTransformers.m
-share/moneyguru/cocoalib/Worker.h
-share/moneyguru/cocoalib/cocoa/CocoaProxy.h
-share/moneyguru/cocoalib/cocoa/CocoaProxy.m
-share/moneyguru/cocoalib/cocoa/__init__.py
-share/moneyguru/cocoalib/cocoa/inter.py
-share/moneyguru/cocoalib/controllers/HSColumns.h
-share/moneyguru/cocoalib/controllers/HSColumns.m
-share/moneyguru/cocoalib/controllers/HSComboBox.h
-share/moneyguru/cocoalib/controllers/HSComboBox.m
-share/moneyguru/cocoalib/controllers/HSGUIController.h
-share/moneyguru/cocoalib/controllers/HSGUIController.m
-share/moneyguru/cocoalib/controllers/HSOutline.h
-share/moneyguru/cocoalib/controllers/HSOutline.m
-share/moneyguru/cocoalib/controllers/HSPopUpList.h
-share/moneyguru/cocoalib/controllers/HSPopUpList.m
-share/moneyguru/cocoalib/controllers/HSProgressWindow.h
-share/moneyguru/cocoalib/controllers/HSProgressWindow.m
-share/moneyguru/cocoalib/controllers/HSSelectableList.h
-share/moneyguru/cocoalib/controllers/HSSelectableList.m
-share/moneyguru/cocoalib/controllers/HSTable.h
-share/moneyguru/cocoalib/controllers/HSTable.m
-share/moneyguru/cocoalib/controllers/HSTextField.h
-share/moneyguru/cocoalib/controllers/HSTextField.m
-share/moneyguru/cocoalib/en.lproj/cocoalib.strings
-share/moneyguru/cocoalib/locale/cocoalib.pot
-share/moneyguru/cocoalib/locale/cs/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/de/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/es/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/fr/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/hy/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/it/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/nl/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/pt_BR/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/ru/LC_MESSAGES/cocoalib.po
-share/moneyguru/cocoalib/locale/uk/LC_MESSAGES/cocoalib.po
-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/error_report.py
-share/moneyguru/cocoalib/ui/progress.py
-share/moneyguru/cocoalib/views/HSOutlineView.h
-share/moneyguru/cocoalib/views/HSOutlineView.m
-share/moneyguru/cocoalib/views/HSTableView.h
-share/moneyguru/cocoalib/views/HSTableView.m
-share/moneyguru/cocoalib/views/NSIndexPathAdditions.h
-share/moneyguru/cocoalib/views/NSIndexPathAdditions.m
-share/moneyguru/cocoalib/views/NSTableViewAdditions.h
-share/moneyguru/cocoalib/views/NSTableViewAdditions.m
 share/moneyguru/core/__init__.py
 share/moneyguru/core/__init__.pyc
-share/moneyguru/core/app.py
 share/moneyguru/core/app.pyc
+share/moneyguru/core/const.pyc
+share/moneyguru/core/document.pyc
+share/moneyguru/core/exception.pyc
+share/moneyguru/core/app.py
 share/moneyguru/core/args.py
 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_panel.pyc
+share/moneyguru/core/gui/base.pyc
+share/moneyguru/core/gui/chart.pyc
+share/moneyguru/core/gui/date_widget.pyc
+share/moneyguru/core/gui/lookup.pyc
+share/moneyguru/core/gui/pie_chart.pyc
+share/moneyguru/core/gui/print_view.pyc
+share/moneyguru/core/gui/table.pyc
 share/moneyguru/core/gui/account_balance_graph.py
 share/moneyguru/core/gui/account_flow_graph.py
 share/moneyguru/core/gui/account_lookup.py
 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_reassign_panel.py
 share/moneyguru/core/gui/account_sheet_view.py
@@ -574,12 +261,10 @@ share/moneyguru/core/gui/balance_graph.p
 share/moneyguru/core/gui/balance_sheet.py
 share/moneyguru/core/gui/bar_graph.py
 share/moneyguru/core/gui/base.py
-share/moneyguru/core/gui/base.pyc
 share/moneyguru/core/gui/budget_panel.py
 share/moneyguru/core/gui/budget_table.py
 share/moneyguru/core/gui/budget_view.py
 share/moneyguru/core/gui/chart.py
-share/moneyguru/core/gui/chart.pyc
 share/moneyguru/core/gui/completable_edit.py
 share/moneyguru/core/gui/completion_lookup.py
 share/moneyguru/core/gui/csv_options.py
@@ -600,17 +285,14 @@ share/moneyguru/core/gui/import_table.py
 share/moneyguru/core/gui/import_window.py
 share/moneyguru/core/gui/income_statement.py
 share/moneyguru/core/gui/lookup.py
-share/moneyguru/core/gui/lookup.pyc
 share/moneyguru/core/gui/main_window.py
 share/moneyguru/core/gui/mass_edition_panel.py
 share/moneyguru/core/gui/net_worth_graph.py
 share/moneyguru/core/gui/networth_view.py
 share/moneyguru/core/gui/pie_chart.py
-share/moneyguru/core/gui/pie_chart.pyc
 share/moneyguru/core/gui/pluginlist_table.py
 share/moneyguru/core/gui/pluginlist_view.py
 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_view.py
 share/moneyguru/core/gui/report.py
@@ -620,7 +302,6 @@ share/moneyguru/core/gui/schedule_view.p
 share/moneyguru/core/gui/search_field.py
 share/moneyguru/core/gui/split_table.py
 share/moneyguru/core/gui/table.py
-share/moneyguru/core/gui/table.pyc
 share/moneyguru/core/gui/transaction_panel.py
 share/moneyguru/core/gui/transaction_print.py
 share/moneyguru/core/gui/transaction_table.py
@@ -629,50 +310,50 @@ share/moneyguru/core/gui/transaction_vie
 share/moneyguru/core/gui/view_options.py
 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/native.pyc
+share/moneyguru/core/loader/base.py
 share/moneyguru/core/loader/csv.py
 share/moneyguru/core/loader/native.py
-share/moneyguru/core/loader/native.pyc
 share/moneyguru/core/loader/ofx.py
 share/moneyguru/core/loader/qif.py
 share/moneyguru/core/loader/sgmllib.py
 share/moneyguru/core/model/__init__.py
 share/moneyguru/core/model/__init__.pyc
+share/moneyguru/core/model/_amount_ref.pyc
+share/moneyguru/core/model/account.pyc
+share/moneyguru/core/model/amount.pyc
+share/moneyguru/core/model/budget.pyc
+share/moneyguru/core/model/currency.pyc
+share/moneyguru/core/model/date.pyc
+share/moneyguru/core/model/entry.pyc
+share/moneyguru/core/model/oven.pyc
+share/moneyguru/core/model/recurrence.pyc
+share/moneyguru/core/model/sort.pyc
+share/moneyguru/core/model/transaction.pyc
+share/moneyguru/core/model/transaction_list.pyc
+share/moneyguru/core/model/undo.pyc
 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/completion.py
 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/modules/amount.c
 share/moneyguru/core/plugin/__init__.py
 share/moneyguru/core/plugin/__init__.pyc
+share/moneyguru/core/plugin/api.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
@@ -682,9 +363,9 @@ share/moneyguru/core/plugin/stale_curren
 share/moneyguru/core/plugin/yahoo_currency_provider.py
 share/moneyguru/core/saver/__init__.py
 share/moneyguru/core/saver/__init__.pyc
+share/moneyguru/core/saver/native.pyc
 share/moneyguru/core/saver/csv.py
 share/moneyguru/core/saver/native.py
-share/moneyguru/core/saver/native.pyc
 share/moneyguru/core/saver/qif.py
 share/moneyguru/core/tests/__init__.py
 share/moneyguru/core/tests/account_test.py
@@ -753,8 +434,12 @@ share/moneyguru/core/tests/model/amount_
 share/moneyguru/core/tests/model/currency_core_test.py
 share/moneyguru/core/tests/model/currency_test.py
 share/moneyguru/core/tests/model/date_test.py
+share/moneyguru/core/tests/plugin/__init__.py
+share/moneyguru/core/tests/plugin/test_boc_currency_provider.py
+share/moneyguru/core/tests/plugin/test_yahoo_currency_provider.py
 share/moneyguru/core/tests/plugin_test.py
 share/moneyguru/core/tests/pref_test.py
+share/moneyguru/core/tests/pytest.ini
 share/moneyguru/core/tests/reconciliation_test.py
 share/moneyguru/core/tests/recurrence_test.py
 share/moneyguru/core/tests/show_account_test.py
@@ -774,6 +459,7 @@ share/moneyguru/core/tests/testdata/csv/
 share/moneyguru/core/tests/testdata/csv/short_dates.csv
 share/moneyguru/core/tests/testdata/csv/simple.csv
 share/moneyguru/core/tests/testdata/csv/unquoted_with_footer.csv
+share/moneyguru/core/tests/testdata/csv/utf16_encoded.csv
 share/moneyguru/core/tests/testdata/csv/utf8_encoded.csv
 share/moneyguru/core/tests/testdata/csv/weird_sep.csv
 share/moneyguru/core/tests/testdata/moneyguru/account_in_group.moneyguru
@@ -997,45 +683,48 @@ 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/desktop.pyc
+share/moneyguru/hscommon/geometry.pyc
+share/moneyguru/hscommon/loc.pyc
+share/moneyguru/hscommon/notify.pyc
+share/moneyguru/hscommon/path.pyc
+share/moneyguru/hscommon/plat.pyc
+share/moneyguru/hscommon/pygettext.pyc
+share/moneyguru/hscommon/sphinxgen.pyc
+share/moneyguru/hscommon/trans.pyc
+share/moneyguru/hscommon/util.pyc
+share/moneyguru/hscommon/build.py
+share/moneyguru/hscommon/build_ext.py
 share/moneyguru/hscommon/conflict.py
 share/moneyguru/hscommon/debug.py
 share/moneyguru/hscommon/desktop.py
-share/moneyguru/hscommon/desktop.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.pyc
+share/moneyguru/hscommon/gui/table.pyc
+share/moneyguru/hscommon/gui/text_field.pyc
+share/moneyguru/hscommon/gui/tree.pyc
+share/moneyguru/hscommon/gui/base.py
+share/moneyguru/hscommon/gui/column.py
 share/moneyguru/hscommon/gui/progress_window.py
 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/jobprogress/__init__.py
 share/moneyguru/hscommon/jobprogress/job.py
 share/moneyguru/hscommon/jobprogress/performer.py
 share/moneyguru/hscommon/jobprogress/qt.py
 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/sphinxgen.py
-share/moneyguru/hscommon/sphinxgen.pyc
 share/moneyguru/hscommon/sqlite.py
 share/moneyguru/hscommon/tests/__init__.py
 share/moneyguru/hscommon/tests/conflict_test.py
@@ -1048,9 +737,7 @@ share/moneyguru/hscommon/tests/tree_test
 share/moneyguru/hscommon/tests/util_test.py
 share/moneyguru/hscommon/testutil.py
 share/moneyguru/hscommon/trans.py
-share/moneyguru/hscommon/trans.pyc
 share/moneyguru/hscommon/util.py
-share/moneyguru/hscommon/util.pyc
 share/moneyguru/images/TabClose_Front.tif
 share/moneyguru/images/TabClose_Front_Pressed.tif
 share/moneyguru/images/TabClose_Front_Rollover.tif
@@ -1159,24 +846,6 @@ share/moneyguru/locale/ru/LC_MESSAGES/qt
 share/moneyguru/locale/ru/LC_MESSAGES/ui.mo
 share/moneyguru/locale/ru/LC_MESSAGES/ui.po
 share/moneyguru/locale/ui.pot
-share/moneyguru/psmtabbarcontrol/.gitignore
-share/moneyguru/psmtabbarcontrol/NSBezierPath_AMShading.h
-share/moneyguru/psmtabbarcontrol/NSBezierPath_AMShading.m
-share/moneyguru/psmtabbarcontrol/PSMMetalTabStyle.h
-share/moneyguru/psmtabbarcontrol/PSMMetalTabStyle.m
-share/moneyguru/psmtabbarcontrol/PSMOverflowPopUpButton.h
-share/moneyguru/psmtabbarcontrol/PSMOverflowPopUpButton.m
-share/moneyguru/psmtabbarcontrol/PSMProgressIndicator.h
-share/moneyguru/psmtabbarcontrol/PSMProgressIndicator.m
-share/moneyguru/psmtabbarcontrol/PSMRolloverButton.h
-share/moneyguru/psmtabbarcontrol/PSMRolloverButton.m
-share/moneyguru/psmtabbarcontrol/PSMTabBarCell.h
-share/moneyguru/psmtabbarcontrol/PSMTabBarCell.m
-share/moneyguru/psmtabbarcontrol/PSMTabBarControl.h
-share/moneyguru/psmtabbarcontrol/PSMTabBarControl.m
-share/moneyguru/psmtabbarcontrol/PSMTabDragAssistant.h
-share/moneyguru/psmtabbarcontrol/PSMTabDragAssistant.m
-share/moneyguru/psmtabbarcontrol/PSMTabStyle.h
 share/moneyguru/qt/__init__.py
 share/moneyguru/qt/app.py
 share/moneyguru/qt/args.py
@@ -1273,6 +942,8 @@ share/moneyguru/qtlib/locale/cs/LC_MESSA
 share/moneyguru/qtlib/locale/cs/LC_MESSAGES/qtlib.po
 share/moneyguru/qtlib/locale/de/LC_MESSAGES/qtlib.mo
 share/moneyguru/qtlib/locale/de/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/el/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/el/LC_MESSAGES/qtlib.po
 share/moneyguru/qtlib/locale/es/LC_MESSAGES/qtlib.mo
 share/moneyguru/qtlib/locale/es/LC_MESSAGES/qtlib.po
 share/moneyguru/qtlib/locale/fr/LC_MESSAGES/qtlib.mo
@@ -1281,8 +952,12 @@ share/moneyguru/qtlib/locale/hy/LC_MESSA
 share/moneyguru/qtlib/locale/hy/LC_MESSAGES/qtlib.po
 share/moneyguru/qtlib/locale/it/LC_MESSAGES/qtlib.mo
 share/moneyguru/qtlib/locale/it/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/ko/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/ko/LC_MESSAGES/qtlib.po
 share/moneyguru/qtlib/locale/nl/LC_MESSAGES/qtlib.mo
 share/moneyguru/qtlib/locale/nl/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/pl_PL/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/pl_PL/LC_MESSAGES/qtlib.po
 share/moneyguru/qtlib/locale/pt_BR/LC_MESSAGES/qtlib.mo
 share/moneyguru/qtlib/locale/pt_BR/LC_MESSAGES/qtlib.po
 share/moneyguru/qtlib/locale/qtlib.pot

Index: pkgsrc/finance/moneyguru/distinfo
diff -u pkgsrc/finance/moneyguru/distinfo:1.9 pkgsrc/finance/moneyguru/distinfo:1.10
--- pkgsrc/finance/moneyguru/distinfo:1.9       Sun Oct  2 18:43:20 2016
+++ pkgsrc/finance/moneyguru/distinfo   Mon Sep  4 14:45:43 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/10/02 18:43:20 wiz Exp $
+$NetBSD: distinfo,v 1.10 2017/09/04 14:45:43 wiz Exp $
 
-SHA1 (moneyguru-src-2.10.2.tar.gz) = 814c77b10eeb345a605d4063eed821963af84ed5
-RMD160 (moneyguru-src-2.10.2.tar.gz) = 4cf179d90938d6747967c30d478d6feda45d3d4b
-SHA512 (moneyguru-src-2.10.2.tar.gz) = 2bc68924543c59740714f66911842f21e223975a1183947abf68a3fc03ed7b3b6afb6e8b09d914e58906ed667adc75f4500848366ea2ee1f7512486e6ffc25e0
-Size (moneyguru-src-2.10.2.tar.gz) = 3094596 bytes
+SHA1 (moneyguru-src-2.11.0.tar.gz) = f3c787c45f5057d8f348a0c37b2da010f4444057
+RMD160 (moneyguru-src-2.11.0.tar.gz) = 8e04b57bd3100ce28fb003c528000463f9d0eb87
+SHA512 (moneyguru-src-2.11.0.tar.gz) = fae1c8140ed36f3bd33a7533938ba59bffeda898932c005c5a5e115d6108dc43a6f53cc65608340fd5501945b13604d136b8ac083d2daa3876bdc070d619c022
+Size (moneyguru-src-2.11.0.tar.gz) = 2658749 bytes



Home | Main Index | Thread Index | Old Index