Subject: CVS commit: pkgsrc/devel/uthash
From: Adam Ciarcinski
Date: 2015-10-07 14:33:16
Message id: 20151007123316.A8A9F98@cvs.netbsd.org

Log Message:
This is a hash table, implemented in C, supporting constant-time
add/find/remove of C structures. Any structure having a unique,
arbitrarily-typed key member can be hashed by adding a UT_hash_handle
member to the structure and calling these macros.

Files:
RevisionActionfile
1.1addpkgsrc/devel/uthash/DESCR
1.1addpkgsrc/devel/uthash/Makefile
1.1addpkgsrc/devel/uthash/PLIST
1.1addpkgsrc/devel/uthash/buildlink3.mk
1.1addpkgsrc/devel/uthash/distinfo