Port details |
- beancount Double-Entry Accounting from Text Files
- 2.3.6_1 finance =3 2.3.6_1Version of this port present on the latest quarterly branch.
- Maintainer: delphij@FreeBSD.org
- Port Added: 2018-09-01 19:39:05
- Last Update: 2024-04-13 14:47:51
- Commit Hash: 84a372a
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: GPLv2
- WWW:
- https://github.com/beancount/beancount
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- beancount>0:finance/beancount
- To install the port:
- cd /usr/ports/finance/beancount/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/beancount
- pkg install beancount
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: beancount
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1696630939
SHA256 (beancount/beancount-beancount-2.3.6_GH0.tar.gz) = d02819a18fcf2974287a8d2d0949a47b3d2bc4a1b27642cb0424e773207a03e5
SIZE (beancount/beancount-beancount-2.3.6_GH0.tar.gz) = 1720239
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-beautifulsoup>=0 : www/py-beautifulsoup@py39
- py39-bottle>=0 : www/py-bottle@py39
- py39-python-dateutil>=0 : devel/py-python-dateutil@py39
- py39-lxml>=0 : devel/py-lxml@py39
- py39-ply>=0 : devel/py-ply@py39
- py39-python-magic>=0 : devel/py-python-magic@py39
- py39-requests>=0 : www/py-requests@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-beautifulsoup>=0 : www/py-beautifulsoup@py39
- py39-bottle>=0 : www/py-bottle@py39
- py39-chardet>=0 : textproc/py-chardet@py39
- py39-python-dateutil>=0 : devel/py-python-dateutil@py39
- py39-lxml>=0 : devel/py-lxml@py39
- py39-ply>=0 : devel/py-ply@py39
- py39-google-api-python-client>=0 : www/py-google-api-python-client@py39
- py39-python-magic>=0 : devel/py-python-magic@py39
- py39-requests>=0 : www/py-requests@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- finance/fava
Configuration Options:
- No options to configure
- Options name:
- finance_beancount
- USES:
- compiler:c11 python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.6_1 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
2.3.6 07 Oct 2023 07:38:41 |
Xin LI (delphij) |
finance/beancount: update to 2.3.6. |
2.3.5 11 Aug 2023 06:05:39 |
Xin LI (delphij) |
finance/{beancount,fava}: Take maintainership.
PR: ports/273034
Approved by: maintainer |
2.3.5 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.5 31 Jul 2022 07:48:19 |
Xin LI (delphij) |
finance/beancount: update to 2.3.5.
PR: ports/265142
Approved by: maintainer timeout |
2.3.4 17 Jan 2022 19:46:52 |
Xin LI (delphij) |
finance/beancount: update to 2.3.4
PR: ports/260832
Approved by: maintainer timeout |
2.3.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.3 19 Mar 2021 16:46:50 |
mat |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
2.3.3 12 Mar 2021 08:42:35 |
nivit |
finance/beancount: update to 2.3.3 |
2.3.2 03 Mar 2021 18:06:31 |
kai |
finance/beancount: Fix packaging with Python 3.8
* Apply the same fix as in r559094 by stripping libraries by wildcard paths.
* Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make the
port PREFIX safe while I'm here.
PR: 253815
Approved by: python (with hat) |
2.3.2 07 Oct 2020 21:12:54 |
pkubaj |
finance/beancount: fix build on GCC architectures
Use C11 compiler:
beancount/parser/lexer.c:172: error: redefinition of typedef 'yyscan_t'
beancount/parser/parser.h:11: error: previous declaration of 'yyscan_t' was here |
2.3.2 22 Sep 2020 21:57:56 |
nivit |
- Update to 2.3.2
- Add www/py-requests to dependencies
- Use Github as master sit (the project is no longer hosted on Bitbucket)
- Update WWW address in pkg-descr |
2.2.3 26 Sep 2019 07:54:07 |
nivit |
- Update to 2.2.3 |
2.1.3 06 Jan 2019 13:08:02 |
tcberner |
finance/beancount, finance/fava: add USE_PYTHON=noflavors
[00:01:44] Warning: (finance/beancount@py37): Error: Duplicated origin for
beancount-2.1.3: finance/beancount@py37 AND finance/beancount. Rerun with -v to
see which ports are depending on these.
[00:01:44] Warning: (finance/beancount@py35): Error: Duplicated origin for
beancount-2.1.3: finance/beancount@py35 AND finance/beancount. Rerun with -v to
see which ports are depending on these.
[00:01:44] Warning: (finance/fava@py35): Error: Duplicated origin for fava-1.9:
finance/fava@py35 AND finance/fava. Rerun with -v to see which ports are
depending on these.
[00:01:44] Warning: (finance/fava@py37): Error: Duplicated origin for fava-1.9:
finance/fava@py37 AND finance/fava. Rerun with -v to see which ports are
depending on these.
Approved by: portmgr (antoine) |
2.1.3 04 Dec 2018 14:27:13 |
nivit |
- Update to 2.1.3
- Pet portlint |
2.1.2 01 Sep 2018 19:38:38 |
nivit |
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/ |