summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/sparsehash/Makefile11
-rw-r--r--devel/sparsehash/PLIST18
-rw-r--r--devel/sparsehash/distinfo9
-rw-r--r--devel/sparsehash/patches/patch-aa15
4 files changed, 26 insertions, 27 deletions
diff --git a/devel/sparsehash/Makefile b/devel/sparsehash/Makefile
index 23692350b14..04b302e422b 100644
--- a/devel/sparsehash/Makefile
+++ b/devel/sparsehash/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2009/03/17 21:40:45 darcy Exp $
+# $NetBSD: Makefile,v 1.8 2011/05/29 15:12:26 cheusov Exp $
#
-DISTNAME= sparsehash-0.4
+DISTNAME= sparsehash-1.10
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=goog-sparsehash/}
+MASTER_SITES= http://google-sparsehash.googlecode.com/files/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= vle@gmx.net
HOMEPAGE= http://goog-sparsehash.sourceforge.net/
COMMENT= Several hash-map implementations in use at Google
+LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
@@ -15,4 +16,6 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+INSTALL_MAKE_FLAGS= docdir=${PREFIX}/share/doc/sparsehash
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/sparsehash/PLIST b/devel/sparsehash/PLIST
index 93c5fa207fe..08b26a9427c 100644
--- a/devel/sparsehash/PLIST
+++ b/devel/sparsehash/PLIST
@@ -1,17 +1,29 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:48:18 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2011/05/29 15:12:26 cheusov Exp $
include/google/dense_hash_map
include/google/dense_hash_set
include/google/sparse_hash_map
include/google/sparse_hash_set
-include/google/sparsehash/config.h
include/google/sparsehash/densehashtable.h
-include/google/sparsehash/hash_fun.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/type_traits.h
+lib/pkgconfig/libsparsehash.pc
+share/doc/sparsehash/AUTHORS
+share/doc/sparsehash/COPYING
+share/doc/sparsehash/ChangeLog
+share/doc/sparsehash/INSTALL
+share/doc/sparsehash/NEWS
+share/doc/sparsehash/README
+share/doc/sparsehash/README_windows.txt
+share/doc/sparsehash/TODO
share/doc/sparsehash/dense_hash_map.html
share/doc/sparsehash/dense_hash_set.html
+share/doc/sparsehash/designstyle.css
share/doc/sparsehash/implementation.html
+share/doc/sparsehash/index.html
share/doc/sparsehash/performance.html
share/doc/sparsehash/sparse_hash_map.html
share/doc/sparsehash/sparse_hash_set.html
diff --git a/devel/sparsehash/distinfo b/devel/sparsehash/distinfo
index 251a325af10..5a230720a77 100644
--- a/devel/sparsehash/distinfo
+++ b/devel/sparsehash/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/08/03 19:46:42 wiz Exp $
+$NetBSD: distinfo,v 1.3 2011/05/29 15:12:26 cheusov Exp $
-SHA1 (sparsehash-0.4.tar.gz) = fd0467f3a1cc08e409d4638e98baf625b7565565
-RMD160 (sparsehash-0.4.tar.gz) = b65f032e1a7262940ecea17b4448506bbc35ea88
-Size (sparsehash-0.4.tar.gz) = 249743 bytes
-SHA1 (patch-aa) = 1c085b909211d6f1747f5de972113148f22985a3
+SHA1 (sparsehash-1.10.tar.gz) = 47be68232edb4175bde7e1eeda0f0e453a932be8
+RMD160 (sparsehash-1.10.tar.gz) = 7c3dd4310cae69364cb46f4827b403309f539f29
+Size (sparsehash-1.10.tar.gz) = 289819 bytes
diff --git a/devel/sparsehash/patches/patch-aa b/devel/sparsehash/patches/patch-aa
deleted file mode 100644
index 609b1fd4c0a..00000000000
--- a/devel/sparsehash/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/08/03 19:46:42 wiz Exp $
-
---- Makefile.in.orig 2006-07-23 19:19:48.000000000 +0300
-+++ Makefile.in
-@@ -93,8 +93,8 @@ googleinclude_HEADERS = \
- src/google/type_traits.h
-
-
--docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
--dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
-+docdir = $(prefix)/share/doc/$(PACKAGE)
-+dist_doc_DATA = \
- doc/dense_hash_map.html \
- doc/dense_hash_set.html \
- doc/sparse_hash_map.html \