notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
beangulp Importers Framework for Beancount
0.2.0_3 finance on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.0_3Version of this port present on the latest quarterly branch.
Maintainer: delphij@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-12 09:48:06
Last Update: 2025-09-15 13:55:40
Commit Hash: a6233e5
License: GPLv2
WWW:
https://github.com/beancount/beangulp/tree/master/examples/
Description:
beangulp provides a framework for importing transactions into a Beancount ledger from account statements and other documents and for managing documents. Documentation is available in form of code docstrings and examples.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/beangulp-0.2.0_3/catalog.mk
  2. /usr/local/share/licenses/beangulp-0.2.0_3/LICENSE
  3. /usr/local/share/licenses/beangulp-0.2.0_3/GPLv2
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • beangulp>0:finance/beangulp
To install the port:
cd /usr/ports/finance/beangulp/ && make install clean
To add the package, run one of these commands:
  • pkg install finance/beangulp
  • pkg install beangulp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: beangulp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1737797068 SHA256 (beangulp-0.2.0.tar.gz) = 5c908c45c62c07c4efadd0b03d3cdd145ad3b5e2bab5f5f277e0093a5891241a SIZE (beangulp-0.2.0.tar.gz) = 76846

Packages (timestamps in pop-ups are UTC):
beangulp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.2.0_30.2.0_3-0.2.0_30.2.0_3n/an/an/a
FreeBSD:13:quarterly0.2.0_30.2.0_3-0.2.0_10.2.0_3n/an/an/a
FreeBSD:14:latest0.2.0_30.2.0_3-0.2.0_20.2.0_3---
FreeBSD:14:quarterly0.2.0_30.2.0_3-0.2.0_10.2.0_3---
FreeBSD:15:latest0.2.0_30.2.0_3n/a0.2.0_2n/an/a--
FreeBSD:15:quarterly0.2.0_30.2.0_3n/a-n/an/a--
FreeBSD:16:latest0.2.0_30.2.0_3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools-scm>0 : devel/py-setuptools-scm@py311
  2. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  3. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-chardet>0 : textproc/py-chardet@py311
  2. py311-beautifulsoup>4 : www/py-beautifulsoup@py311
  3. py311-click>=7 : devel/py-click@py311
  4. py311-lxml>0 : devel/py-lxml@py311
  5. py311-magic>0 : devel/py-magic@py311
  6. beancount>0 : finance/beancount
  7. python3.11 : lang/python311
This port is required by:
for Run
  1. finance/fava

Configuration Options:
No options to configure
Options name:
finance_beangulp
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/beangulp/
  2. https://pypi.org/packages/source/b/beangulp/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.0_3
15 Sep 2025 13:55:40
commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
*/*: switch dependency from devel/py-lxml5 to devel/py-lxml

Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml  (now at version 6.0.1)

To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.

Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.

PR:		289491
Approved by:	Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
		crees, madpilot, delphij, marcus, nivit, kai,
		skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
		0mp, Eric Camachat <eric@camachat.org>
0.2.0_2
19 Jul 2025 18:59:41
commit hash: 230fb2661c78f4501af92ad1ced9793a655f640dcommit hash: 230fb2661c78f4501af92ad1ced9793a655f640dcommit hash: 230fb2661c78f4501af92ad1ced9793a655f640dcommit hash: 230fb2661c78f4501af92ad1ced9793a655f640d files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
*/*: update dependency on devel/py-lxml to devel/py-lxml5

www/py-beautifulsoup has switched dependency on devel/py-lxml to
devel/py-lxml5.

Ports which directly or indirectly depends on both
www/py-beautifulsoup and devel/py-lxml must also switch their
dependencies on devel/py-lxml to devel/py-lxml5 to avoid conflicts.

PR:		288047
Approved by:	portmgr (chase dependency change)
0.2.0_1
08 Mar 2025 04:05:21
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal

Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
0.2.0
25 Jan 2025 09:46:58
commit hash: c8cea35e38cea1c607c8619aefcaf440692aaf26commit hash: c8cea35e38cea1c607c8619aefcaf440692aaf26commit hash: c8cea35e38cea1c607c8619aefcaf440692aaf26commit hash: c8cea35e38cea1c607c8619aefcaf440692aaf26 files touched by this commit
Xin LI (delphij) search for other commits by this committer
finance/beangulp: upgrade to 0.2.0
0.1.1
12 Jan 2025 09:45:34
commit hash: c5a35529bd459cedfa3bb94de8bbbe71bcfd27b8commit hash: c5a35529bd459cedfa3bb94de8bbbe71bcfd27b8commit hash: c5a35529bd459cedfa3bb94de8bbbe71bcfd27b8commit hash: c5a35529bd459cedfa3bb94de8bbbe71bcfd27b8 files touched by this commit
Xin LI (delphij) search for other commits by this committer
finance/beangulp: Importers Framework for Beancount

Number of commits found: 5