summaryrefslogtreecommitdiff
path: root/finance/moneyguru
AgeCommit message (Collapse)AuthorFilesLines
2016-10-02Updated moneyguru to 2.10.2.wiz2-10/+10
2.10.2 (2016-08-28) Fix crash when opening panels on some versions of PyQt. [qt] #456 Fix misalignment of bold figures in networth/profit sheets. [cocoa] #459
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz1-2/+1
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-08-21Updated moneyguru to 2.10.1.wiz2-7/+7
2.10.1 (2016-07-30) Fix crash on exporting. [qt] #461 Fix destination path on “Save as”. [qt] #466 Fix crash when using filters. [qt] #464
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-07-03Updated moneyguru to 2.10.0.wiz3-55/+41
2.10.0 (2016-03-13) From now on, the changelog is going to be a bit more developer-oriented. Drop Windows support, maybe temporarily. Details Add plugin management view. #451 Refuse to load moneyguru files with unsupported currencies. #451 Add “inactive” flag to accounts. #412 Fix transaction duplication bug on undo. #438 Fix crash on CSV import [qt]. #440 Fix debit/credit preference so it’s properly restored on startup. #421 Fix “Show Account” for transactions having multiple splits to the same account. Make all panels instantiate on-the-fly rather than on startup. #434 Various minor refactorings. See git log. Improve build process, notably on OS X. See git log. Convert to Qt5. Remove dependency on sgmllib3k. Bump Python requirement to 3.4+.
2016-02-01Update moneyguru to 2.9.4:wiz3-18/+48
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)
2016-01-17Add two files installed with latest py-sphinx, and depend on it.wiz2-49/+52
Bump PKGREVISION.
2015-11-03Add SHA512 digests for distfiles for finance categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-04-22Force amd64, not the normal x86_64.joerg1-1/+3
2015-04-21Replace architecture in the PLIST as well.joerg2-4/+13
2015-04-13Removing python26. EOL'd quite some ago and discussed a couple times onrodent1-2/+2
tech-pkg@ and pkgsrc-users@.
2015-04-03Update to 2.8.2:wiz4-130/+203
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.
2015-04-02Revert to hardcoding 'amd64' for now, too close to branch point to fixjperkin1-2/+2
properly, and we may as well unbreak the only platform that could build the package until now.
2015-03-31Use MACHINE_ARCH rather than LOWER_ARCH in PLIST substitution. Noticedjperkin1-2/+2
by wiz.
2015-03-30Rather than hardcoding 'netbsd' and 'amd64', use LOWER_OPSYS and LOWER_ARCH tojperkin1-2/+2
give it a chance of building on other systems.
2014-09-17Update to 2.7.2 and fix build with py-sphinx-1.2.3.wiz4-12/+32
2.7.2 (2014-01-25) Fixed amount parsing issue. (#379) Don't repeatedly fetch currency rates we can never get. (#374) Fixed date parsing issue. [Windows, Linux] (#381) Fixed view plugins which were broken.
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-1/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-05-10Fix packaging with python-3.4wiz2-4/+5
2014-04-19Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.asau1-2/+2
2014-01-25Update to 2.7.1. Packaging-tested only, but 2.6.1 didn't packagewiz3-317/+955
any longer. Change LICENSE to modified-bsd per upstream. Changes: 2.7.1 (2013-09-07) Improved OFX parsing. (#369) Fixed rounding error when changing split amounts. (#367) Fixed Qt import window glitch. (#371) Improved currency rates fetching reliability. Fixed occasional hard crashes on accounts drag & drop. [Mac] (#354) 2.7.0 (2013-05-26) Added support for custom currencies. (#33) Fixed amount parsing bug with currencies with many decimals. Fixed cache folder bug causing cached files to be misplaced. [Linux, Windows] Dropped 32-bit support on Mac OS X. 2.6.3 (2013-03-23) Fixed a selection glitch on New Account. (#358) Fixed a schedule spawning bug. (#362) Removed the fairware dialog (More Info). Added a 64-bit build for Windows. Added Spanish localization by Enrique G. Paredes. 2.6.2 (2013-01-06) Fixed a bug causing transaction imbalance after import. (#351) Fixed glitch in bar graph drawing. (#352) Fixed a bug in QIF exports. (#353) Fixed a crash on print. [Linux, Windows] (#349)
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-3/+1
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-12Accept non-32 python as well.wiz1-2/+1
2012-10-27Import moneyguru-2.6.1 as finance/moneyguru.wiz4-0/+621
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.