transaction records in a text file, read them in memory, generate a variety
of reports from them, and provides a web interface.
WWW: http://furius.ca/beancount/
- changelog at https://skrooge.org/node/232 (minor bugfixes)
- massage the port description and comment a little, this is
*by* KDE, but runs everywhere (so it's not *for* KDE)
Reported by: portscout
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
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
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
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
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
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
- 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)
- 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
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)
- 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.
- 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]
- Update gnucash-docs to 2.6.20
- Add a patch file creating some required files missing from the distribution
The files come from the official github repository.
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase
- removed PORTREVISION due to version bump
- update description to align with CRAN package
- update website URL to align with CRAN package
- changelog not updated
Generated by: portcran (0.1.7)
package build cluster. It appears that kmymoneysetting.cpp is being
compiled before it is fully generated.
PR: 225266
Submitted by: jbeich
Reported by: pkg-fallout
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
The Financial Information Exchange (FIX) Protocol is a message
standard developed to facilitate the electronic exchange of information
related to securities transactions. It is intended for use between
trading partners wishing to automate communications.
QuickFIX is a free and open source implementation of the FIX protocol.
WWW: http://www.fixprotocol.org/
WWW: http://www.quickfixengine.org/
PR: 193504
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Reviewed by: marino, pawel, w.schwarzenfeld@utanet.at