aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libhash
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Fetch distfile from Gentoo mirrors.alepulver2006-06-202-7/+5
| | | | - Remove DEPRECATED and EXPIRATION_DATE.
* Reset maintainer.linimon2006-06-141-3/+0
|
* Reset andrew@ugh.net.au due to timeouts; mark DEPRECATED since author waslinimon2006-06-141-2/+5
| | | | | apparently the only source of the distfiles. (The libhash project on Sourceforge does not seem to be the same thing.)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Remove dead mastersite per distfile survey.linimon2005-11-271-3/+1
|
* - Fix indentingsem2005-09-281-2/+2
|
* - Update to 1.0.3sem2005-02-073-15/+3
| | | | | PR: ports/77174 Submitted by: maintainer
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Update to 1.0.1arved2003-04-253-4/+12
| | | | | PR: 51204 Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Added profiled library.ru2002-07-221-0/+1
|
* Fix build on currentkris2002-06-161-0/+12
|
* This C library provides functions for manipulating in memory hash tablesdinoex2002-04-035-0/+48
(aka associative arrays). Data is stored as void *'s so any data structure can be stored. PR: 33859 Submitted by: andrew@ugh.net.au