aboutsummaryrefslogtreecommitdiff
path: root/devel/libghthash
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2007-07-18 15:52:28 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2007-07-18 15:52:28 +0000
commitcfe5ae18bf36d94c867cbca86334578f5e76ee51 (patch)
tree92770a355d01c7d5c5d568e4547dde7b4f823c12 /devel/libghthash
parent82ac450ababf55fac209f97e9f584279bc1da1a0 (diff)
downloadports-cfe5ae18bf36d94c867cbca86334578f5e76ee51.tar.gz
ports-cfe5ae18bf36d94c867cbca86334578f5e76ee51.zip
Notes
Diffstat (limited to 'devel/libghthash')
-rw-r--r--devel/libghthash/Makefile19
-rw-r--r--devel/libghthash/distinfo6
2 files changed, 17 insertions, 8 deletions
diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile
index b8eb6fd32de5..8758bafdb67f 100644
--- a/devel/libghthash/Makefile
+++ b/devel/libghthash/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= libghthash
-PORTVERSION= 0.5.6
-PORTREVISION= 1
+PORTVERSION= 0.6.2
CATEGORIES= devel
MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/
@@ -16,11 +15,21 @@ MAINTAINER= laszlof@FreeBSD.org
COMMENT= Generic Hash Table
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --datarootdir=${PREFIX}
+USE_LDCONFIG= yes
PLIST_FILES= include/ght_hash_table.h \
lib/libghthash.a lib/libghthash.la \
- lib/libghthash.so lib/libghthash.so.5
+ lib/libghthash.so lib/libghthash.so.2
+
+MAN3= ght_create.3 \
+ ght_finalize.3 \
+ ght_first.3 \
+ ght_first_keysize.3 \
+ ght_get.3 \
+ ght_insert.3 \
+ ght_next.3 \
+ ght_next_keysize.3 \
+ ght_remove.3
.include <bsd.port.mk>
diff --git a/devel/libghthash/distinfo b/devel/libghthash/distinfo
index 3014d6cfccec..368f60b6a186 100644
--- a/devel/libghthash/distinfo
+++ b/devel/libghthash/distinfo
@@ -1,3 +1,3 @@
-MD5 (libghthash-0.5.6.tar.gz) = d7619ad6a50185dae78e018237e8150a
-SHA256 (libghthash-0.5.6.tar.gz) = 3bb63a79b3968561d196d6cd7b601a8b4b7f7c90cabfac8bd1166090aa70a94f
-SIZE (libghthash-0.5.6.tar.gz) = 302566
+MD5 (libghthash-0.6.2.tar.gz) = 6e3c637edf4f178d0790e5fa32d67184
+SHA256 (libghthash-0.6.2.tar.gz) = d1ccbb81f4c8afd7008f56ecb874f5cf497de480f49ee06929b4303d5852a7dd
+SIZE (libghthash-0.6.2.tar.gz) = 340064