summaryrefslogtreecommitdiff
path: root/textproc/cJSON
AgeCommit message (Collapse)AuthorFilesLines
2022-07-25*: remove pkg-config from tools where no buildlink3.mk file is includedwiz1-2/+1
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-15cJSON: added version 1.7.15adam5-0/+63
cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file.