1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 0.5.4

New homepage location.

Approved by:	krion (mentor) (implicitly)
This commit is contained in:
Sergey Matveychuk 2004-07-17 23:37:10 +00:00
parent 017e3d0f20
commit 0b8f4acb11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113883
4 changed files with 6 additions and 7 deletions

View File

@ -7,10 +7,9 @@
# #
PORTNAME= libghthash PORTNAME= libghthash
PORTVERSION= 0.5.1 PORTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://www.student.lu.se/~etn97ksi/sim_home/filer/ MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Generic Hash Table COMMENT= Generic Hash Table

View File

@ -1,2 +1,2 @@
MD5 (libghthash-0.5.1.tar.gz) = f2420f27a44cb23a7dec990b9e749cda MD5 (libghthash-0.5.4.tar.gz) = d284fc992cd2ce2277b9054a9eddd264
SIZE (libghthash-0.5.1.tar.gz) = 211462 SIZE (libghthash-0.5.4.tar.gz) = 217776

View File

@ -2,4 +2,4 @@ libghthash is a Generic Hash Table which is meant to be easy to extend,
portable, clear in its code and easy to use. You can store any kind of portable, clear in its code and easy to use. You can store any kind of
data in it, regardless of size etc. data in it, regardless of size etc.
WWW: http://www.student.lu.se/~etn97ksi/sim_home/libghthash.html WWW: http://www.ipd.bth.se/ska/sim_home/libghthash.html

View File

@ -1,5 +1,5 @@
include/ght_hash_table.h include/ght_hash_table.h
lib/libghthash.a lib/libghthash.a
lib/libghthash.so lib/libghthash.so
lib/libghthash.so.1 lib/libghthash.so.4
lib/libghthash.la lib/libghthash.la