From owner-cvs-all Tue Apr 2 8:13:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EB9B37B624; Tue, 2 Apr 2002 08:10:40 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32GAem43781; Tue, 2 Apr 2002 08:10:40 -0800 (PST) (envelope-from dinoex) Message-Id: <200204021610.g32GAem43781@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 2 Apr 2002 08:10:40 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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