pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lua-inifile



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Aug 10 14:19:18 UTC 2024

Modified Files:
        pkgsrc/textproc/lua-inifile: Makefile distinfo

Log Message:
lua-inifile: Update to 1.1

Changes:

     * parse now returns an extra table with parse error locations. This
       is only additional information, the parse behaviour itself hasn't
       changed.
     * parse now handles keys before the first section header gracefully,
       returning a parse error instead of erroring.
     * save throws a better error if a provided section is not table-like
       (supports indexing and next)
     * The io backend will explicitly close a file after writing, not
       waiting for garbage collection. (thanks Lukas)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/lua-inifile/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/lua-inifile/distinfo

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

Modified files:

Index: pkgsrc/textproc/lua-inifile/Makefile
diff -u pkgsrc/textproc/lua-inifile/Makefile:1.1 pkgsrc/textproc/lua-inifile/Makefile:1.2
--- pkgsrc/textproc/lua-inifile/Makefile:1.1    Thu Jul  9 11:14:01 2020
+++ pkgsrc/textproc/lua-inifile/Makefile        Sat Aug 10 14:19:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/07/09 11:14:01 nia Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/10 14:19:18 nia Exp $
 
-DISTNAME=      lua-inifile-1.0
+DISTNAME=      lua-inifile-1.1
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua-//1}
 CATEGORIES=    textproc lua
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bartbes/}

Index: pkgsrc/textproc/lua-inifile/distinfo
diff -u pkgsrc/textproc/lua-inifile/distinfo:1.3 pkgsrc/textproc/lua-inifile/distinfo:1.4
--- pkgsrc/textproc/lua-inifile/distinfo:1.3    Tue Oct 26 11:22:20 2021
+++ pkgsrc/textproc/lua-inifile/distinfo        Sat Aug 10 14:19:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:22:20 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/08/10 14:19:18 nia Exp $
 
-BLAKE2s (lua-inifile-1.0.tar.gz) = 66134b3f3c7945fa261a763ff0579044641f39b4f8c7ba7d3db1bd2e4aa7a4b6
-SHA512 (lua-inifile-1.0.tar.gz) = d0a9aa825cd5cf4a3b0b562853f3593141f537388c3e3a4334317b2536aa2dd695bdea37058d3d907aad10162bb71ef5b324c769e65cbd18e4526e37275cb970
-Size (lua-inifile-1.0.tar.gz) = 2611 bytes
+BLAKE2s (lua-inifile-1.1.tar.gz) = fa12f2444a6745752580d36453ff95356dbefe8e2094c9ea6c473a6342feede1
+SHA512 (lua-inifile-1.1.tar.gz) = 039126031272301ae825bdfa5c4db94cba96a3cee6a6e3326941af471e177bdd2a0e51176ff992932203ec99900d90abc36b6380c9fecc482af517231d504f61
+Size (lua-inifile-1.1.tar.gz) = 4448 bytes



Home | Main Index | Thread Index | Old Index