From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 13 12:40:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8A961065698 for ; Fri, 13 Aug 2010 12:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 794378FC1A for ; Fri, 13 Aug 2010 12:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7DCe2mT056672 for ; Fri, 13 Aug 2010 12:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7DCe2E5056671; Fri, 13 Aug 2010 12:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 13 Aug 2010 12:40:02 GMT Resent-Message-Id: <201008131240.o7DCe2E5056671@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frederic Culot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAA510656A3 for ; Fri, 13 Aug 2010 12:36:31 +0000 (UTC) (envelope-from culot@0xd0.org) Received: from 0xd0.org (0xd0.org [91.121.92.146]) by mx1.freebsd.org (Postfix) with ESMTP id 063D98FC13 for ; Fri, 13 Aug 2010 12:36:29 +0000 (UTC) Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254]) by 0xd0.org (8.14.4/8.14.4) with ESMTP id o7DCaEbk019404 for ; Fri, 13 Aug 2010 14:36:14 +0200 (CEST) (envelope-from culot@0xd0.org) Received: (from culot@localhost) by 0xd0.org (8.14.4/8.14.4/Submit) id o7DCaEws019403; Fri, 13 Aug 2010 14:36:14 +0200 (CEST) (envelope-from culot) Message-Id: <201008131236.o7DCaEws019403@0xd0.org> Date: Fri, 13 Aug 2010 14:36:14 +0200 (CEST) From: Frederic Culot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/149613: New port: devel/htable Lightweight implementation of hash tables in C X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frederic Culot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2010 12:40:02 -0000 >Number: 149613 >Category: ports >Synopsis: New port: devel/htable Lightweight implementation of hash tables in C >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 12:40:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Frederic Culot >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: htable is a lightweight implementation of hash tables in C, greatly inspired by the implementations of spray and red-black trees found in *BSD kernels. WWW: http://culot.org/public/Code/htable.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # htable # htable/pkg-descr # htable/distinfo # htable/Makefile # echo c - htable mkdir -p htable > /dev/null 2>&1 echo x - htable/pkg-descr sed 's/^X//' >htable/pkg-descr << '42ab76f4cd7287702a991a1cd82370f4' Xhtable is a lightweight implementation of hash tables in C, greatly Xinspired by the implementations of spray and red-black trees found in X*BSD kernels. To use it, you only need to copy the header file X"htable.h" into your project. X XWWW: http://culot.org/public/Code/htable.html 42ab76f4cd7287702a991a1cd82370f4 echo x - htable/distinfo sed 's/^X//' >htable/distinfo << 'f37a1327746dbf4e46af5d3f9761ddcc' XMD5 (htable-1.1.tar.gz) = 6bb0e2a4feefdc506e56947fc1fce901 XSHA256 (htable-1.1.tar.gz) = e83da23ebbf23ce22b94e663c2fe5223239a7a857f3758e4baed4a717312e8fa XSIZE (htable-1.1.tar.gz) = 10765 f37a1327746dbf4e46af5d3f9761ddcc echo x - htable/Makefile sed 's/^X//' >htable/Makefile << '6ba54bc1056a1ec36ec6e6009b84d06d' X# New ports collection makefile for: htable X# Date created: 13 Aug 2010 X# Whom: Frederic Culot X# X# $FreeBSD$ X# X XPORTNAME= htable XPORTVERSION= 1.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp2.culot.org/culot/ X XMAINTAINER= frederic@culot.org XCOMMENT= Lightweight implementation of hash tables in C X XWRKSRC= ${WRKDIR}/${PORTNAME} X XMAN3= htable.3 XPLIST_FILES= include/htable.h X XNO_BUILD= yes X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/src/htable.h ${PREFIX}/include X ${INSTALL_MAN} ${WRKSRC}/src/htable.3 ${MAN3PREFIX}/man/man3 X X.include 6ba54bc1056a1ec36ec6e6009b84d06d exit >Release-Note: >Audit-Trail: >Unformatted: