Subject: CVS commit: pkgsrc/textproc
From: Nia Alarie
Date: 2021-02-03 11:28:42
Message id: 20210203102842.1D0FDFA94@cvs.NetBSD.org

Log Message:
add textproc/inih.

inih (INI Not Invented Here) is a simple .INI file parser written in C. It's
only a couple of pages of code, and it was designed to be small and simple,
so it's good for embedded systems. It's also more or less compatible with
Python's ConfigParser style of .INI files, including RFC 822-style multi-line
syntax and name: value entries.

Files:
RevisionActionfile
1.1addpkgsrc/textproc/inih/DESCR
1.1addpkgsrc/textproc/inih/Makefile
1.1addpkgsrc/textproc/inih/PLIST
1.1addpkgsrc/textproc/inih/buildlink3.mk
1.1addpkgsrc/textproc/inih/distinfo