Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2012 18:02:04 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/uthash Makefile distinfo pkg-descr
Message-ID:  <201205061802.q46I24Oc034712@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
zi          2012-05-06 18:02:04 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/uthash         Makefile distinfo pkg-descr 
  Log:
  New port: devel/uthash
  
  This is a hash table, implemented in C, supporting constant-time
  add/find/remove of C structures. Any structure having a unique,
  arbitrarily-typed key member can be hashed by adding a UT_hash_handle
  member to the structure and calling these macros.
  
  WWW: http://uthash.sourceforge.net/
  
  Revision  Changes    Path
  1.4942    +1 -0      ports/devel/Makefile
  1.1       +41 -0     ports/devel/uthash/Makefile (new)
  1.1       +2 -0      ports/devel/uthash/distinfo (new)
  1.1       +6 -0      ports/devel/uthash/pkg-descr (new)



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