FreeBSD Bugzilla – Attachment 108706 Details for
Bug 149613
New port: devel/htable Lightweight implementation of hash tables in C
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 1.79 KB, created by
Frederic Culot
on 2010-08-13 13:40:02 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Frederic Culot
Created:
2010-08-13 13:40:02 UTC
Size:
1.79 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 149613
: 108706