Port details |
- fava Web interface for Beancount
- 1.23.1_1 finance
=1 Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2018-09-01 19:41:34
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- People watching this port, also watch:: json-c, sysinfo, python, miller
- License: MIT
- Description:
- 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/
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/finance/fava/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/fava
- pkg install fava
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fava
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668867380
SHA256 (fava-1.23.1.tar.gz) = 530f142096be0edb32fa8df5235ca72f2859ac5357e36345457bb53b62126f35
SIZE (fava-1.23.1.tar.gz) = 2069701
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-setuptools_scm>0 : devel/py-setuptools_scm@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-Babel>=2.7 : devel/py-babel@py39
- py39-cheroot>=8 : www/py-cheroot@py39
- py39-click>=7 : devel/py-click@py39
- py39-flask-babel>1 : devel/py-flask-babel@py39
- py39-Flask>=2 : www/py-flask@py39
- py39-Jinja2>=3 : devel/py-Jinja2@py39
- py39-markdown2>=2.3.0 : textproc/py-markdown2@py39
- py39-ply>0 : devel/py-ply@py39
- py39-pytest>0 : devel/py-pytest@py39
- py39-requests>=0 : www/py-requests@py39
- py39-simplejson>=3.16.0 : devel/py-simplejson@py39
- py39-werkzeug>2 : www/py-werkzeug@py39
- beancount>=2.1.3 : finance/beancount
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- finance_fava
- USES:
- python:3.5+
- 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 |
1.23.1_1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.23.1_1 05 Jan 2023 14:58:34
    |
Nicola Vitale (nivit)  |
finance/fava: Remove strict requirement on www/py-cheroot < 9
Fava requires cheroot>=8,<9, but the www/py-cheroot is now at the 9 version.
The program fails with the error:
Traceback (most recent call last):
File "/usr/local/bin/fava", line 33, in <module>
sys.exit(load_entry_point('fava==1.23.1', 'console_scripts', 'fava')())
File "/usr/local/bin/fava", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/local/lib/python3.9/importlib/metadata.py", line 86, in load
module = import_module(match.group('module'))
File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import (Only the first 15 lines of the commit message are shown above ) |
1.23.1 19 Nov 2022 14:54:11
    |
Nicola Vitale (nivit)  |
finance/fava: update to 1.23.1
Changelog: https://beancount.github.io/fava/changelog.html#v1-23-2022-10-15 |
1.22.3 13 Sep 2022 14:41:58
    |
Nicola Vitale (nivit)  |
finance/fava: update to 1.22.3 |
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) |
1.22 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 ) |
1.22 31 Jul 2022 07:48:51
    |
Xin LI (delphij)  |
finance/fava: update to 1.22
PR: ports/265143
Approved by: maintainer timeout |
1.20.1 17 Jan 2022 19:47:26
    |
Xin LI (delphij)  |
finance/fava: update to 1.20.1
PR: ports/260834
Approved by: maintainer timeout |
1.18 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.18 12 Mar 2021 08:43:37
  |
nivit  |
finance/fava: update to 1.18 |
1.16_1 19 Dec 2020 20:25:36
  |
sunpoet  |
Update RUN_DEPENDS for py-flask-babel PORTNAME change
- Bump PORTREVISION for dependency change |
1.16 19 Oct 2020 09:36:06
  |
nivit  |
- Update to 1.16
Reported by: portscout |
1.15 22 Sep 2020 19:43:45
  |
nivit  |
- Update to 1.15 |
1.14 01 Aug 2020 18:17:53
  |
dbaio  |
Fix build (extract) with static bsdtar(1)
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
*** Error code 1
See more details for the same issue in bug 246618.
Reported by: pkg-fallout
Approved by: portmgr blanket |
1.14 20 Mar 2020 05:58:48
  |
delphij  |
finance/fava: update to 1.14
PR: 244588
Approved by: maintainer timeout |
1.13 04 Mar 2020 06:33:13
  |
delphij  |
finance/fava: update to 1.13
PR: 244155
Approved by: maintainer timeout |
1.12 03 Jan 2020 07:18:34
  |
delphij  |
finance/fava: update to 1.12.
PR: 242736
Approved by: maintainer timeout |
1.10 26 Sep 2019 07:55:52
  |
nivit  |
- Update to 1.10
- Add devel/py-setuptools_scm to build dependencies |
1.9_1 06 Jan 2019 16:29:22
  |
nivit  |
- Add a missing run dependency (devel/py-pytest)
- Bump PORTREVISION |
1.9 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) |
1.9 04 Dec 2018 14:31:04
  |
nivit  |
- Update to 1.9
- Use CHEESESHOP as master site, because the distribution
file on GitHub does not provide all necessary files.
(see https://github.com/beancount/fava/issues/646 )
Changes: https://github.com/beancount/fava/releases/tag/v1.9 |
1.8 01 Sep 2018 19:41:21
  |
nivit  |
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/ |