summaryrefslogtreecommitdiff
path: root/devel/sparsehash
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-09-08 16:55:46 +0000
committercheusov <cheusov>2012-09-08 16:55:46 +0000
commit454b0bcf94fef57ff69ff12d64a0d38388a78aef (patch)
tree17fdb9e35f10158bdf0b1a818123b016d646969c /devel/sparsehash
parent771b3847cd7d022e40e81bcf76aa5fb4d6a075f7 (diff)
downloadpkgsrc-454b0bcf94fef57ff69ff12d64a0d38388a78aef.tar.gz
Update to 2.0.2 as requested in PR 46909,
tested on NetBSD/6_RC1/amd64 and SL-6.2/amd64. Set TEST_TARGET to "check".
Diffstat (limited to 'devel/sparsehash')
-rw-r--r--devel/sparsehash/Makefile11
-rw-r--r--devel/sparsehash/PLIST16
-rw-r--r--devel/sparsehash/distinfo8
3 files changed, 24 insertions, 11 deletions
diff --git a/devel/sparsehash/Makefile b/devel/sparsehash/Makefile
index 8104c4d45bd..bed008a7c61 100644
--- a/devel/sparsehash/Makefile
+++ b/devel/sparsehash/Makefile
@@ -1,21 +1,22 @@
-# $NetBSD: Makefile,v 1.9 2011/10/09 10:02:46 cheusov Exp $
+# $NetBSD: Makefile,v 1.10 2012/09/08 16:55:46 cheusov Exp $
#
-DISTNAME= sparsehash-1.10
+DISTNAME= sparsehash-2.0.2
CATEGORIES= devel
-MASTER_SITES= http://google-sparsehash.googlecode.com/files/
+MASTER_SITES= http://sparsehash.googlecode.com/files/
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://goog-sparsehash.sourceforge.net/
-COMMENT= Several hash-map implementations in use at Google
+COMMENT= An extremely memory-efficient hash_map implementation.
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
-USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+TEST_TARGET= check
+
INSTALL_MAKE_FLAGS= docdir=${PREFIX}/share/doc/sparsehash
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/sparsehash/PLIST b/devel/sparsehash/PLIST
index 08b26a9427c..428883b5918 100644
--- a/devel/sparsehash/PLIST
+++ b/devel/sparsehash/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2011/05/29 15:12:26 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/09/08 16:55:47 cheusov Exp $
include/google/dense_hash_map
include/google/dense_hash_set
include/google/sparse_hash_map
@@ -6,10 +6,22 @@ include/google/sparse_hash_set
include/google/sparsehash/densehashtable.h
include/google/sparsehash/hashtable-common.h
include/google/sparsehash/libc_allocator_with_realloc.h
-include/google/sparsehash/sparseconfig.h
include/google/sparsehash/sparsehashtable.h
include/google/sparsetable
+include/google/template_util.h
include/google/type_traits.h
+include/sparsehash/dense_hash_map
+include/sparsehash/dense_hash_set
+include/sparsehash/internal/densehashtable.h
+include/sparsehash/internal/hashtable-common.h
+include/sparsehash/internal/libc_allocator_with_realloc.h
+include/sparsehash/internal/sparseconfig.h
+include/sparsehash/internal/sparsehashtable.h
+include/sparsehash/sparse_hash_map
+include/sparsehash/sparse_hash_set
+include/sparsehash/sparsetable
+include/sparsehash/template_util.h
+include/sparsehash/type_traits.h
lib/pkgconfig/libsparsehash.pc
share/doc/sparsehash/AUTHORS
share/doc/sparsehash/COPYING
diff --git a/devel/sparsehash/distinfo b/devel/sparsehash/distinfo
index 5a230720a77..58fc2235c77 100644
--- a/devel/sparsehash/distinfo
+++ b/devel/sparsehash/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/05/29 15:12:26 cheusov Exp $
+$NetBSD: distinfo,v 1.4 2012/09/08 16:55:47 cheusov Exp $
-SHA1 (sparsehash-1.10.tar.gz) = 47be68232edb4175bde7e1eeda0f0e453a932be8
-RMD160 (sparsehash-1.10.tar.gz) = 7c3dd4310cae69364cb46f4827b403309f539f29
-Size (sparsehash-1.10.tar.gz) = 289819 bytes
+SHA1 (sparsehash-2.0.2.tar.gz) = 12c7552400b3e20464b3362286653fc17366643e
+RMD160 (sparsehash-2.0.2.tar.gz) = 4da86c970e66c4fd3abb82d9b800267175a18bea
+Size (sparsehash-2.0.2.tar.gz) = 340514 bytes