pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/ledger2beancount



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Jan 23 01:51:00 UTC 2023

Modified Files:
        pkgsrc/finance/ledger2beancount: Makefile distinfo

Log Message:
finance/ledger2beancount: Update to 2.7.

Release ledger2beancount 2.7
* Fix parsing of amounts with decimal comma with default commodity in hledger mode
* Allow amounts without fractional part but decimal separator for hledger
* Improve pre-processing example in documentation
* Add support for amounts with plus sign
* Set option `name_income` for top-level account `Revenue`
* Fix whitespace handling for inline maths

Release ledger2beancount 2.6
* Round calculated total if needed for `price==cost` comparison
* Add `narration_tag` config variable to set narration from metadata
* Retain unconsummated payee/payer metadata
* Ensure UTF-8 output and assume UTF-8 input
* Document UTF-8 issue on Windows systems
* Add option to move posting-level tags to the transaction itself
* Add support for the `alias` sub-directive of `account` declarations
* Add support for the `payee` sub-directive of `account` declarations
* Support configuration file called `.ledger2beancount.yaml`
* Fix uninitialised value warning in hledger mode
* Print warning if account in assertion has sub-accounts
* Set commodity for commodity-less balance assertion
* Expand path name of `beancount_header` config variable
* Document handling of buckets
* Document pre- and post-processing examples
* Add `Dockerfile` to create Docker image


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/ledger2beancount/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/ledger2beancount/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/ledger2beancount/Makefile
diff -u pkgsrc/finance/ledger2beancount/Makefile:1.10 pkgsrc/finance/ledger2beancount/Makefile:1.11
--- pkgsrc/finance/ledger2beancount/Makefile:1.10       Thu Jun 30 11:18:23 2022
+++ pkgsrc/finance/ledger2beancount/Makefile    Mon Jan 23 01:50:59 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/06/30 11:18:23 nia Exp $
+# $NetBSD: Makefile,v 1.11 2023/01/23 01:50:59 riastradh Exp $
 
-DISTNAME=      ledger2beancount-2.5
-PKGREVISION=   4
+DISTNAME=      ledger2beancount-2.7
 CATEGORIES=    finance
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=beancount/}
 GITHUB_PROJECT=        ledger2beancount

Index: pkgsrc/finance/ledger2beancount/distinfo
diff -u pkgsrc/finance/ledger2beancount/distinfo:1.6 pkgsrc/finance/ledger2beancount/distinfo:1.7
--- pkgsrc/finance/ledger2beancount/distinfo:1.6        Tue Oct 26 10:26:02 2021
+++ pkgsrc/finance/ledger2beancount/distinfo    Mon Jan 23 01:50:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:26:02 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/01/23 01:50:59 riastradh Exp $
 
-BLAKE2s (ledger2beancount-2.5.tar.gz) = 32901cdb4bb8c1d6790d10aa776081337fd7e5ccc3053225908058fcad05ea16
-SHA512 (ledger2beancount-2.5.tar.gz) = a456c5c6f0259bf633b257a7496e05d8530a73cc3ae5a5e42c8d2e0b4ae66adec090936aa1a0c5e3ef330a3569a07fa40be3295799b0477246b8f6eb5fc9697b
-Size (ledger2beancount-2.5.tar.gz) = 93260 bytes
+BLAKE2s (ledger2beancount-2.7.tar.gz) = e1854af2f423aa21a578d45815dd13bf7617d9ef6254917856e6efc0b869ea54
+SHA512 (ledger2beancount-2.7.tar.gz) = ffc3bd56a1c678304e3d7ab18062d74cb96208cb2d548803dddde93ba28b1a898d08327ca20a639f163940de2eefc21ba80be923c7ec174ec27724d228128e51
+Size (ledger2beancount-2.7.tar.gz) = 102934 bytes



Home | Main Index | Thread Index | Old Index