Thu Aug 24 09:09:56 2023 UTC ()
inih: update to 57.

MSVC throws C4244 by @AbsintheScripting in #142
Added a GetUnsigned function for getting unsigned values. by @jcormier in #147
meson.build: fix start-of-line_comment_prefix variable name by @ihilt in #149
Added GetInteger64 and GetUnsigned64 to read 64-bit integers by @natcat256 in #151
Fix redundant cast-to-int when INI_USE_STACK!=0
Make inline comments work on subsequent lines of multiline values
Added "version" to meson.build config: #135 (but bumped up to 55 in a subsequent commit, for this release).
Mainly #134, adding the visibility symbols to the Meson build config, but also other small tweaks to tests and so on.


(wiz)
diff -r1.3 -r1.4 pkgsrc/textproc/inih/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/inih/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/textproc/inih/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/inih/Makefile 2023/08/14 05:25:22 1.3
+++ pkgsrc/textproc/inih/Makefile 2023/08/24 09:09:56 1.4
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2023/08/14 05:25:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2023/08/24 09:09:56 wiz Exp $
2 2
3DISTNAME= inih-r53 3DISTNAME= inih-r57
4PKGNAME= ${DISTNAME:S/-r/-/1} 4PKGNAME= ${DISTNAME:S/-r/-/1}
5PKGREVISION= 1 
6CATEGORIES= textproc 5CATEGORIES= textproc
7MASTER_SITES= ${MASTER_SITE_GITHUB:=benhoyt/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=benhoyt/}
8GITHUB_PROJECT= inih 7GITHUB_PROJECT= inih
9GITHUB_TAG= r${PKGVERSION_NOREV} 8GITHUB_TAG= r${PKGVERSION_NOREV}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://github.com/benhoyt/inih 11HOMEPAGE= https://github.com/benhoyt/inih
13COMMENT= Simple .INI file parser in C 12COMMENT= Simple .INI file parser in C
14LICENSE= modified-bsd 13LICENSE= modified-bsd
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17 16
18MESON_ARGS+= -Ddefault_library=shared 17MESON_ARGS+= -Ddefault_library=shared

cvs diff -r1.4 -r1.5 pkgsrc/textproc/inih/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/inih/distinfo 2021/10/26 11:22:09 1.4
+++ pkgsrc/textproc/inih/distinfo 2023/08/24 09:09:56 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 11:22:09 nia Exp $ 1$NetBSD: distinfo,v 1.5 2023/08/24 09:09:56 wiz Exp $
2 2
3BLAKE2s (inih-r53.tar.gz) = c33e1f871c4eed71a920354fd873c715f70245e794836670a18ba26167c27212 3BLAKE2s (inih-r57.tar.gz) = 141de82a0b35b9c14687a923ee3e579c8c922f6fcd514bc6dfeda24e0d5b17c5
4SHA512 (inih-r53.tar.gz) = 99bc40c294b521e9973184bfb30d60c129735991f33b387b3d023827a34672b0489eadf91e38895ea725168dbc7b27bb02c1975debe7573b4b209d0e947b2100 4SHA512 (inih-r57.tar.gz) = 9f758df876df54ed7e228fd82044f184eefbe47e806cd1e6d62e1b0ea28e2c08e67fa743042d73b4baef0b882480e6afe2e72878b175822eb2bdbb6d89c0e411
5Size (inih-r53.tar.gz) = 16984 bytes 5Size (inih-r57.tar.gz) = 18954 bytes