Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
devel/sparsehash/DESCR Normal file
View File

@@ -0,0 +1,7 @@
The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.
SparseHash is a template library; there are no binaries to install.
SparseHash is distributed under the terms of the BSD License.

20
devel/sparsehash/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.12 2012/10/31 11:19:46 asau Exp $
#
DISTNAME= sparsehash-2.0.2
CATEGORIES= devel
MASTER_SITES= http://sparsehash.googlecode.com/files/
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://goog-sparsehash.sourceforge.net/
COMMENT= Extremely memory-efficient hash_map implementation
LICENSE= modified-bsd
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
TEST_TARGET= check
INSTALL_MAKE_FLAGS= docdir=${PREFIX}/share/doc/sparsehash
.include "../../mk/bsd.pkg.mk"

42
devel/sparsehash/PLIST Normal file
View File

@@ -0,0 +1,42 @@
@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
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/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
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
share/doc/sparsehash/sparsetable.html

View File

@@ -0,0 +1,13 @@
# $NetBSD: buildlink3.mk,v 1.1 2012/09/15 17:25:40 dholland Exp $
BUILDLINK_TREE+= sparsehash
.if !defined(SPARSEHASH_BUILDLINK3_MK)
SPARSEHASH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.sparsehash+= sparsehash>=2.0.2
BUILDLINK_ABI_DEPENDS.sparsehash+= sparsehash>=2.0.2
BUILDLINK_PKGSRCDIR.sparsehash?= ../../devel/sparsehash
.endif # SPARSEHASH_BUILDLINK3_MK
BUILDLINK_TREE+= -sparsehash

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/09/08 16:55:47 cheusov Exp $
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