aboutsummaryrefslogtreecommitdiff
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.7.4.1Wen Heping2018-07-232-4/+4
| | | | Notes: svn path=/head/; revision=475134
* Add a trick to enable parallel compilations. No functional changes.Mikhail Teterin2018-07-211-0/+1
| | | | Notes: svn path=/head/; revision=475046
* Add (the first draft of) port of QuantLib -- a C++ library for financial ↵Mikhail Teterin2018-07-218-0/+1558
| | | | | | | | | modelers. Sponsored by: Virtual Estates Notes: svn path=/head/; revision=475044
* finance/ledger: unbreak with boost 1.68Jan Beich2018-07-092-0/+6
| | | | | | | | | | | | | | | | | | | | In file included from src/generate.cc:34: In file included from src/generate.h:45: In file included from src/iterators.h:45: In file included from src/xact.h:45: In file included from src/item.h:45: In file included from src/scope.h:45: In file included from src/op.h:45: In file included from src/expr.h:45: In file included from src/exprbase.h:57: src/utils.h:47:10: fatal error: 'boost/uuid/sha1.hpp' file not found #include <boost/uuid/sha1.hpp> ^ PR: 229569 Notes: svn path=/head/; revision=474254
* Fix plist when using python version different from 3.6.Guido Falsi2018-07-092-11/+11
| | | | | | | | MFH: 2018Q3 Differential Revision: https://reviews.freebsd.org/D16189 Notes: svn path=/head/; revision=474252
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-093-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Update finance/skrooge to 2.14.0Tobias C. Berner2018-07-073-10/+6
| | | | Notes: svn path=/head/; revision=474109
* - Update to 1.7.4.0Wen Heping2018-07-072-6/+4
| | | | Notes: svn path=/head/; revision=474053
* - Update to 1.7.3.4Wen Heping2018-07-032-4/+4
| | | | Notes: svn path=/head/; revision=473827
* Update to 3.2.2Emanuel Haupt2018-07-022-7/+4
| | | | Notes: svn path=/head/; revision=473770
* Update to 3.2.0Emanuel Haupt2018-07-012-6/+6
| | | | Notes: svn path=/head/; revision=473680
* devel/icu: update to 62.1Jan Beich2018-06-291-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* Fix a few Perl ports with Perl 5.28.Mathieu Arnold2018-06-291-1/+0
| | | | | | | | | | | | | Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base README.pod is no longer installed. So stop installing them altogether. PR: 229112 Reported by: many Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D15946 Notes: svn path=/head/; revision=473539
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-285-15/+18
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Update gnucash and gnucash-docs to 3.2Guido Falsi2018-06-257-75/+45
| | | | Notes: svn path=/head/; revision=473330
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-221-0/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-211-0/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-2013-44/+44
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Mark ports broken on powerpc64, categories d-f.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472670
* finance/R-cran-tseries: updated to version 0.10-45David Naylor2018-06-132-4/+4
| | | | | | | | | | | - changelog: - DESCRIPTION: Improve Imports for cran2deb (spotted by DE). New version is 0.10-45. Generated by: portcran (0.1.8) Notes: svn path=/head/; revision=472338
* Upgrade to the latest stable version, 1.0.4.Thierry Thomas2018-06-092-4/+4
| | | | Notes: svn path=/head/; revision=472081
* Attempt to fix build. The kmm_ofximport_dialogs target depends onJason E. Hale2018-06-081-0/+13
| | | | | | | | | | | kmymoneysettings.h which is generated by the kmm_settings target. kmymoney/plugins/ofximport/dialogs/kofxdirectconnectdlg.cpp:19:10: fatal error: 'kmymoneysettings.h' file not found Reported by: pkg-fallout Notes: svn path=/head/; revision=471962
* Fix crash when editing or adding new transactionsJason E. Hale2018-06-053-13/+20
| | | | | | | | | PR: 228752 Submitted by: Peter <fbsdq@peterk.org> Obtained from: https://bugs.kde.org/show_bug.cgi?id=392735 Notes: svn path=/head/; revision=471825
* Update to 4.8.2Jason E. Hale2018-06-057-56/+25
| | | | Notes: svn path=/head/; revision=471824
* Add LICENSESunpoet Po-Chuan Hsieh2018-06-042-1/+4
| | | | | | | - Update WWW Notes: svn path=/head/; revision=471638
* finance/R-cran-tseries: updated to version 0.10-44David Naylor2018-06-022-5/+4
| | | | | | | | | | | | - removed PORTREVISION due to version bump - changelog: - R/test.R (jarque.bera.test): Fix problem spotted by Alejandro Gamez <agomezh@gmail.com>. Generated by: portcran (0.1.8) Notes: svn path=/head/; revision=471359
* - Update to 1.7.3.3Wen Heping2018-06-022-4/+4
| | | | Notes: svn path=/head/; revision=471338
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6Carlos J. Puga Medina2018-06-011-0/+1
| | | | | | | | PR: 228597 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=471254
* Update WWWSunpoet Po-Chuan Hsieh2018-05-2734-34/+34
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* - Update finance/gnucash to 3.1Guido Falsi2018-05-1412-351/+356
| | | | | | | | | | | | | | | | | | | - Remove portscout limitation - Add TEST option, disabled by default - Remove upstreamed patch - Update WWW link in pkg-descr - Update finance/gnucash-docs to 3.1 Version 3.x brings various changes: - Based on gtk3 - Using webkit2 - Using cmake to build - Dropped support for guile1 For a full changelog visit https://gnucash.org/news.phtml Notes: svn path=/head/; revision=469967
* Update to 6.11.3Sunpoet Po-Chuan Hsieh2018-05-102-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=469597
* Update finance/skrooge to 2.13.0Tobias C. Berner2018-05-093-5/+6
| | | | Notes: svn path=/head/; revision=469460
* Update to 6.11.2Sunpoet Po-Chuan Hsieh2018-05-052-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=469149
* Remove redundant PKGMESSAGE assignment, which is set appropriatelyAlexey Dokuchaev2018-05-051-1/+0
| | | | | | | by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469132
* - Update to 1.7.3.2Wen Heping2018-05-052-4/+4
| | | | Notes: svn path=/head/; revision=469103
* Update to 6.11.1Sunpoet Po-Chuan Hsieh2018-05-012-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=468799
* x11-toolkits/qwt6 -- flavorize, with qt4 and qt5 variantsTobias C. Berner2018-04-251-4/+4
| | | | | | | | | Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14462 Notes: svn path=/head/; revision=468283
* Paypal backend was re-added in this release and was missed due to theJason E. Hale2018-04-242-6/+22
| | | | | | | | | | | | | arguments passed by EBIC_CONFIGURE_OFF. Consequently, the pkg-plist was broken when the EBICS option was enabled. Adjust the check for security/xmlsec1 so that aqbanking can be built in poudriere with the EBICS option enabled. MFH: 2018Q2 (blanket) Notes: svn path=/head/; revision=468153
* Update gnucash to 2.6.21Guido Falsi2018-04-212-5/+4
| | | | Notes: svn path=/head/; revision=467881
* Update to 3.1.3Emanuel Haupt2018-04-192-4/+4
| | | | Notes: svn path=/head/; revision=467770
* Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.Alex Dupre2018-04-191-1/+1
| | | | Notes: svn path=/head/; revision=467751
* devel/boost-*: update to 1.67.0Jan Beich2018-04-183-3/+3
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* Update to 7.0.2Jason E. Hale2018-04-185-32/+9
| | | | | | | | No functional change, this version just contains some of the CMake fixes we were already providing as local patches Notes: svn path=/head/; revision=467664
* Add CONFLICTS_INSTALL with kmymoney, they install files in the same locationsJason E. Hale2018-04-171-0/+2
| | | | Notes: svn path=/head/; revision=467651
* - Copy finance/kmymoney-kde4 -> finance/kmymoneyJason E. Hale2018-04-179-0/+1775
| | | | | | | | | - Update to 5.0.1 - This version of KMyMoney is based on KDE Frameworks 5 - Users of KDE SC4 may want to continue to use kmymoney-kde4 Notes: svn path=/head/; revision=467650
* - Update to 0.4-13TAKATSU Tomonari2018-04-162-5/+4
| | | | Notes: svn path=/head/; revision=467458
* devel/qca, devel/qca-qt5 -- create flavorsTobias C. Berner2018-04-141-1/+2
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14651 Notes: svn path=/head/; revision=467306
* - Update to 0.9.36Wen Heping2018-04-142-5/+4
| | | | Notes: svn path=/head/; revision=467284
* - Move finance/libalkimia -> finance/alkimia to follow upstream project nameJason E. Hale2018-04-1316-45/+232
| | | | | | | | | | | | | | | | | | - Update to 7.0.1 - finance/alkimia is the Qt 5 version for the upcoming kf5 version of KMyMoney - finance/alkimia-qt4 is the Qt 4 version for the kde4 version of KMyMoney - Fix LICENSE - Default multi-precision library is now MPIR upstream, but an option has been added if you wish to use GMP instead - Add regression test support - Adjust finance/kmymoney to use the new version While here: - Add a patch to finance/kmymoney to fix a possible build failure when kmymoneysettings.h is not generated early enough. Notes: svn path=/head/; revision=467240
* - Update to 4.8.1.1Jason E. Hale2018-04-138-117/+101
| | | | | | | | | | | | | | | | | - Rename the package to make way for the kf5 version of KMyMoney - Fix LICENSE - Group plugins options together and improve descriptions - Turn on QUOTES and OFX by default by request [1] - Turn on KBANKING by default for parity with finance/gnucash - WEBOOB is off by default for now since www/py-weboob was added only recently and requires additional setup - Add custom create-plist target to make pkg-plist generation easier PR: 221483 [1] Submitted by: Chris Wells <freebsd@chriswells.io> [1] Notes: svn path=/head/; revision=467207