./finance/ledger32, Double-entry accounting system for command-line

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 3.2.1nb6, Package name: ledger32-3.2.1nb6, Maintainer: base

Ledger is a powerful, double-entry accounting system that is accessed
from the UNIX command-line. This may put off some users, since there is
no flashy UI, but for those who want unparalleled reporting access to
their data there are few alternatives.

Ledger uses text files for input. It reads the files and generates
reports; there is no other database or stored state. To use Ledger, you
create a file of your account names and transactions, run from the
command line with some options to specify input and requested reports,
and get output. The output is generally plain text, though you could
generate a graph or html instead. Ledger is simple in concept,
surprisingly rich in ability, and easy to use.

This package provides the 3.2 branch of ledger. For the most recent
version, see finance/ledger instead.



Package options: python

Master sites:

Filesize: 772.421 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-06 08:54:23 by Thomas Klausner | Files touched by this commit (6)
Log message:
*: remove 310 from accepted Python versions

It is not in the default set any longer, so the dependencies will
not exist as 3.10 packages
   2025-10-17 10:52:37 by Thomas Klausner | Files touched by this commit (2)
Log message:
ledger32: fix build with boost 1.89
   2025-09-27 11:57:41 by Thomas Klausner | Files touched by this commit (337)
Log message:
*: recursive bump for boost 1.89
   2025-08-20 12:24:35 by Thomas Klausner | Files touched by this commit (1)
Log message:
ledger32: fix build with cmake 4
   2025-05-06 14:07:36 by Thomas Klausner | Files touched by this commit (124)
Log message:
*: SOEXT -> SHLIB_EXT
   2024-12-29 16:10:02 by Adam Ciarcinski | Files touched by this commit (235)
Log message:
revbump after updating boost
   2024-12-12 00:15:43 by Taylor R Campbell | Files touched by this commit (2)
Log message:
finance/ledger, finance/ledger32: Make tests work before install.

No change to build, hence no revbump.
   2024-11-27 00:07:02 by Taylor R Campbell | Files touched by this commit (5)
Log message:
finance/ledger32: Fix build with boost>=1.86, and fix ctype abuse.

1. Boost patch backported from upstream master, since there's been no
   upstream release since the breakage.

2. Ctype abuse adapted afresh -- not sure how I missed this last time
   around!  Almsot all the tests pass now, and the same handful of test
   that fail fail in finance/ledger too (RegressTest_553,
   RegressTest_BF3C1F82-2, RegressTest_BF3C1F82).

No revbump because this has been broken since the revbump last month
for boost 1.86.