summaryrefslogtreecommitdiff
path: root/finance/moneyguru/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-09-17Update to 2.7.2 and fix build with py-sphinx-1.2.3.wiz1-3/+4
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.4wiz1-1/+2
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 packagewiz1-15/+22
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.wiz1-0/+50
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.