Date: Tue, 2 Apr 2002 08:10:40 -0800 (PST) From: Dirk Meyer <dinoex@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libhash Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <200204021610.g32GAem43781@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dinoex 2002/04/02 08:10:40 PST Modified files: devel Makefile Added files: devel/libhash Makefile distinfo pkg-comment pkg-descr pkg-plist Log: This C library provides functions for manipulating in memory hash tables (aka associative arrays). Data is stored as void *'s so any data structure can be stored. PR: 33859 Submitted by: andrew@ugh.net.au Revision Changes Path 1.794 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/libhash/Makefile (new) 1.1 +1 -0 ports/devel/libhash/distinfo (new) 1.1 +1 -0 ports/devel/libhash/pkg-comment (new) 1.1 +6 -0 ports/devel/libhash/pkg-descr (new) 1.1 +4 -0 ports/devel/libhash/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204021610.g32GAem43781>