diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-02 18:16:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-02 18:16:32 +0000 |
commit | 9acaa5b05ca229d008ef0455d602ff078ef8aff2 (patch) | |
tree | aac8a83e96954f4a1afce0980adf11552bd33dda /devel/libghthash | |
parent | 4a9cc52e3be3044c8dde8ef8570033a447573755 (diff) | |
download | ports-9acaa5b05ca229d008ef0455d602ff078ef8aff2.tar.gz ports-9acaa5b05ca229d008ef0455d602ff078ef8aff2.zip |
Notes
Diffstat (limited to 'devel/libghthash')
-rw-r--r-- | devel/libghthash/Makefile | 20 | ||||
-rw-r--r-- | devel/libghthash/distinfo | 1 | ||||
-rw-r--r-- | devel/libghthash/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libghthash/pkg-descr | 5 | ||||
-rw-r--r-- | devel/libghthash/pkg-plist | 4 |
5 files changed, 31 insertions, 0 deletions
diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile new file mode 100644 index 000000000000..71321e320cd8 --- /dev/null +++ b/devel/libghthash/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# Ports collection makefile for: libghthash +# Date created: Jul 2, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libghthash +PORTVERSION= 0.5.0 +CATEGORIES= devel +MASTER_SITES= http://www.student.lu.se/~etn97ksi/sim_home/filer/ + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/devel/libghthash/distinfo b/devel/libghthash/distinfo new file mode 100644 index 000000000000..41b306b13645 --- /dev/null +++ b/devel/libghthash/distinfo @@ -0,0 +1 @@ +MD5 (libghthash-0.5.0.tar.gz) = b57c9c63ebc35ec29477a919d07314ab diff --git a/devel/libghthash/pkg-comment b/devel/libghthash/pkg-comment new file mode 100644 index 000000000000..1c90b710bdad --- /dev/null +++ b/devel/libghthash/pkg-comment @@ -0,0 +1 @@ +Generic Hash Table diff --git a/devel/libghthash/pkg-descr b/devel/libghthash/pkg-descr new file mode 100644 index 000000000000..881c69983cb5 --- /dev/null +++ b/devel/libghthash/pkg-descr @@ -0,0 +1,5 @@ +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 +data in it, regardless of size etc. + +WWW: http://www.student.lu.se/~etn97ksi/sim_home/libghthash.html diff --git a/devel/libghthash/pkg-plist b/devel/libghthash/pkg-plist new file mode 100644 index 000000000000..34ea005d047e --- /dev/null +++ b/devel/libghthash/pkg-plist @@ -0,0 +1,4 @@ +include/ght_hash_table.h +lib/libghthash.a +lib/libghthash.so +lib/libghthash.so.0 |