Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2010 14:36:14 +0200 (CEST)
From:      Frederic Culot <frederic@culot.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/149613: New port: devel/htable Lightweight implementation of hash tables in C
Message-ID:  <201008131236.o7DCaEws019403@0xd0.org>
Resent-Message-ID: <201008131240.o7DCe2E5056671@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <frederic@culot.org>
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 <bsd.port.mk>
6ba54bc1056a1ec36ec6e6009b84d06d
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008131236.o7DCaEws019403>