Subject: CVS commit: pkgsrc/devel/sds
From: Michael Baeuerle
Date: 2023-01-27 11:30:49
Message id: 20230127103049.8AE57FA90@cvs.NetBSD.org

Log Message:
devel/sds: Import version 2.2

SDS is a string library for C designed to augment the limited libc string
handling functionalities by adding heap allocated strings that are:

* Simpler to use.
* Binary safe.
* Computationally more efficient.
* But yet... Compatible with normal C string functions.

Files:
RevisionActionfile
1.1addpkgsrc/devel/sds/DESCR
1.1addpkgsrc/devel/sds/Makefile
1.1addpkgsrc/devel/sds/PLIST
1.1addpkgsrc/devel/sds/buildlink3.mk
1.1addpkgsrc/devel/sds/distinfo
1.1addpkgsrc/devel/sds/files/libsds-2.pc.in
1.1addpkgsrc/devel/sds/patches/patch-Makefile