Wen Heping
f1062862ca
- Update to 1.7.4.4
2018-11-17 15:08:01 +00:00
Tobias C. Berner
bbb48bd30d
finance/skrooge: update to 2.16.2
2018-11-09 22:27:32 +00:00
Tobias C. Berner
89d1bb9ab0
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
...
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
2018-11-04 19:00:53 +00:00
Antoine Brodin
dfb5793cbe
Mark BROKEN: fails to build
...
dump.cpp:1069:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
result+="content=\"AqMoney "k_AQMONEY_VERSION_STRING"\">\n";
^
Reported by: pkg-fallout
2018-11-04 12:02:29 +00:00
Rene Ladan
8a502cb2d4
Remove compatibility code for FreeBSD < 11.2 from all ports.
...
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Yuri Victorovich
d23fb58f91
New port: finance/qtbitcointrader: Secure client uses latest OpenSSL and best encryption
2018-10-29 03:58:14 +00:00
Sunpoet Po-Chuan Hsieh
f4532ffb5a
Update to 6.13.1
...
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2018-10-28 19:58:34 +00:00
Jan Beich
91f9922c6f
devel/icu: update to 63.1
...
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
2018-10-23 11:35:03 +00:00
Jason E. Hale
e355b320a1
Fix build on powerpc64
...
PR: 232227
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: IntegriCloud
2018-10-15 11:48:08 +00:00
Sunpoet Po-Chuan Hsieh
bb219c6f13
Update to 6.13.0
...
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2018-10-14 16:31:15 +00:00
Antoine Brodin
3f14fbb2c0
Fix some PKGNAME collisions
2018-10-08 15:08:13 +00:00
Wen Heping
95f483c1bc
- Update to 5.2.2
2018-10-08 10:47:40 +00:00
Steve Wills
8185a5e24e
finance/cointop: Update maintainer email
...
PR: 231929
Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
2018-10-07 04:37:15 +00:00
Dag-Erling Smørgrav
9dff352320
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
...
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
2018-10-06 13:06:42 +00:00
Wen Heping
06dd31fe03
- Update to 1.7.4.3
2018-10-05 01:11:05 +00:00
Guido Falsi
af6dab9e1d
- Update gnucash to 3.3
...
- Update gnucash-docs to 3.3
- Adapt gnucash-docs MASTER_SITES to new upstream distribution layout
- Remove old unnecessary patch from gnucash port
2018-10-02 08:42:56 +00:00
Brooks Davis
3a34ffa58f
Update Objective-C LLVM version to 6.0.
...
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL
2018-09-26 15:23:37 +00:00
TAKATSU Tomonari
3ecd00ace8
- Update to 0.23-4
2018-09-25 07:02:04 +00:00
Wen Heping
9bbc9e79a2
- Update to 5.2.1
2018-09-18 08:14:44 +00:00
Sunpoet Po-Chuan Hsieh
982822eab4
Update to 0.36
...
Changes: https://metacpan.org/changes/distribution/Business-CreditCard
2018-09-16 00:07:25 +00:00
Wen Heping
f815c11457
- Update to 5.2
...
- Take maintainership
2018-09-14 08:10:03 +00:00
Jason E. Hale
2b20bd1e65
Remove extraneous USES=qt introduced in r473503
2018-09-11 16:02:43 +00:00
Dmitry Marakasov
b30213521d
- Whitespace fix
...
- Update WWW
Approved by: portmgr blanket
2018-09-11 09:38:19 +00:00
Dag-Erling Smørgrav
cded85f907
Reassign all of tobez@'s p5 ports to perl@.
...
Approved by: tobez
2018-09-10 11:16:59 +00:00
Emanuel Haupt
2e73b27641
Update to 3.2.3
2018-09-05 14:07:19 +00:00
Nicola Vitale
15a01eb990
Fava is a web interface for the double-entry bookkeeping software Beancount
...
with a focus on features and usability.
You can try out an online demo:
https://fava.pythonanywhere.com/example-with-budgets/income_statement/
WWW: https://beancount.github.io/fava/
2018-09-01 19:41:21 +00:00
Nicola Vitale
af1e5e64be
A double-entry bookkeeping computer language that lets you define financial
...
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/
2018-09-01 19:38:37 +00:00
Tobias Kortkamp
fd838aac64
finance/openhbci: Fix build with Clang 6
...
value.cpp:145:10: error: no viable conversion from 'std::__1::basic_istream<char>' to 'bool'
bool readsuccess = (ist >> _value);
^ ~~~~~~~~~~~~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/openhbci-0.9.17.2_1.log
api.cpp:1263:13: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"*"PLUGIN_EXT,
^
2018-09-01 09:42:10 +00:00
Fernando Apesteguía
d177d8bc64
devel/boehm-gc: update to 7.6.8
...
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704
2018-08-31 18:27:13 +00:00
Jason E. Hale
ebb5bc66ac
Fix build with Qt 5.11
...
PR: 230884
Obtained from: upstream
2018-08-31 00:30:15 +00:00
Jason E. Hale
bcf073db0c
Mark DEPRECATED and set EXPIRATION_DATE corresponding to KDE4 removal.
...
Users are encouraged to switch to finance/kmymoney.
2018-08-30 22:49:51 +00:00
Steve Wills
f00d3d4643
finance/cointop: terminal UI showing cryptocurrency values in realtime
...
PR: 229766
Submitted by: Nathan <ndowens@yahoo.com>
2018-08-22 19:42:48 +00:00
Adriaan de Groot
d28b582aed
Update finance/skrooge to 2.15.0
...
- 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
2018-08-21 08:15:05 +00:00
Wen Heping
1c5e1a7a9b
- Update to 1.7.4.2
...
- Update DEPENDS
- Update pkg-message
2018-08-18 10:58:47 +00:00
TAKATSU Tomonari
4499a41ae6
- Update to 1.5-3
...
- Fix LICENSE section
- Update WWW: line in pkg-descr
2018-08-13 05:11:38 +00:00
Jan Beich
0b055d47f2
devel/boost-*: update to 1.68.0
...
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Sunpoet Po-Chuan Hsieh
080f3189b4
Fix gemspec for rubygem-i18n 1.1.0 update
...
- Bump PORTREVISION for package change
2018-08-08 23:28:55 +00:00
Jochen Neumeister
9ea00286cf
Update to 1.2
...
PR: 230155
Submitted by: Nathan <ndowens@gmx.us>
Approved by: maintainer
2018-08-05 14:29:17 +00:00
Sunpoet Po-Chuan Hsieh
d7e6773fe5
Update to 6.12.0
...
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2018-07-31 23:50:29 +00:00
Gerald Pfeifer
09f9633cb6
Bump PORTREVISION for ports depending on the canonical version of GCC
...
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
2018-07-29 22:18:44 +00:00
Mikhail Teterin
594e093979
Re-add finance/quantlib following the official procedure.
2018-07-23 16:15:02 +00:00
Mikhail Teterin
443e4ffdcc
Remove the recently-added quantlib, so it can be properly resurrected.
...
Requested by: portmgr
2018-07-23 16:02:09 +00:00
Wen Heping
6739494d79
- Update to 1.7.4.1
2018-07-23 01:19:35 +00:00
Mikhail Teterin
b73569a49b
Add a trick to enable parallel compilations. No functional changes.
2018-07-21 01:11:22 +00:00
Mikhail Teterin
299dde50ba
Add (the first draft of) port of QuantLib -- a C++ library for financial modelers.
...
Sponsored by: Virtual Estates
2018-07-21 00:10:28 +00:00
Jan Beich
fd69e13489
finance/ledger: unbreak with boost 1.68
...
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
2018-07-09 13:26:13 +00:00
Guido Falsi
4bc7c1c5d6
Fix plist when using python version different from 3.6.
...
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16189
2018-07-09 13:02:59 +00:00
Mathieu Arnold
f6d56007b9
Remove all := from BUILD_DEPENDS, here are never needed.
...
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
2018-07-09 08:40:17 +00:00
Tobias C. Berner
291a690f0a
Update finance/skrooge to 2.14.0
2018-07-07 16:58:18 +00:00
Wen Heping
613c1f212d
- Update to 1.7.4.0
2018-07-07 01:05:52 +00:00