From owner-cvs-all@FreeBSD.ORG Tue Oct 4 15:29:38 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD8C2106566B; Tue, 4 Oct 2011 15:29:38 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 947888FC0A; Tue, 4 Oct 2011 15:29:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p94FTcgs017845; Tue, 4 Oct 2011 15:29:38 GMT (envelope-from zi@repoman.freebsd.org) Received: (from zi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p94FTc5c017844; Tue, 4 Oct 2011 15:29:38 GMT (envelope-from zi) Message-Id: <201110041529.p94FTc5c017844@repoman.freebsd.org> From: Ryan Steinmetz Date: Tue, 4 Oct 2011 15:29:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/ding-libs Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 15:29:38 -0000 zi 2011-10-04 15:29:38 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ding-libs Makefile distinfo pkg-descr pkg-plist Log: New port: devel/ding-libs 'D is not GLib' utility libraries Ding-libs provides utility functions to manipulate filesystem pathnames (libpath_utils), a hash table which dynamically resizes to achieve optimal storage and access time properties (libdhash), a data type to collect data in a hierarchical structure for easy iteration and serialization (libcollection), a dynamically growing, reference-counted array (libref_array), and a library to process configuration files in initialization format (INI) into a library collection data structure (libini_config). PR: ports/161267 Submitted by: Andrew Elble Revision Changes Path 1.4577 +1 -0 ports/devel/Makefile 1.1 +40 -0 ports/devel/ding-libs/Makefile (new) 1.1 +2 -0 ports/devel/ding-libs/distinfo (new) 1.1 +10 -0 ports/devel/ding-libs/pkg-descr (new) 1.1 +41 -0 ports/devel/ding-libs/pkg-plist (new)