aboutsummaryrefslogtreecommitdiff
path: root/devel/htable
Commit message (Collapse)AuthorAgeFilesLines
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Support stageBaptiste Daroussin2014-01-281-6/+5
| | | | Notes: svn path=/head/; revision=341516
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - Set MASTER_SITES to MASTER_SITE_LOCAL due to the decommissioning ofFrederic Culot2013-06-152-7/+4
| | | | | | | | | my own ftp site - Trim Makefile's header - Pet portlint(1) Notes: svn path=/head/; revision=321005
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Update my MAINTAINER address to culot@FreeBSD.org.Frederic Culot2010-10-201-1/+1
| | | | | | | Approved by: sahil@ (mentor) Notes: svn path=/head/; revision=263326
* - Update to 1.2Bernhard Froehlich2010-08-212-4/+8
| | | | | | | | | | | | | - Add regression-test target - Add USE_GMAKE [1] PR: ports/149792 Submitted by: Frederic Culot <frederic at culot dot org> (maintainer) amdmi3@ [1] Approved by: beat (co-mentor) Notes: svn path=/head/; revision=259684
* htable is a lightweight implementation of hash tables in C, greatlyDmitry Marakasov2010-08-183-0/+36
inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project. WWW: http://culot.org/public/Code/htable.html - While here, keep devel/Makefile sorted PR: 149613 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259520