cvs commit: ports/devel Makefile ports/devel/uthash Makefile
 distinfo pkg-descr
    Ryan Steinmetz 
    zi at FreeBSD.org
       
    Sun May  6 18:02:04 UTC 2012
    
    
  
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)
    
    
More information about the cvs-all
mailing list