# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 96456 2012-08-10 14:02:05Z hum@macports.org $

PortSystem          1.0

name                sparsehash
version             2.0.2
categories          devel
maintainers         hum openmaintainer

description         An extremely memory-efficient hash_map implementation
long_description    ${description}. 2 bits/entry overhead! The SparseHash \
                    library contains several hash-map implementations, including \
                    implementations that optimize for space or speed.\
                    These hashtable implementations are similar in API to SGI's \
                    hash_map class, but with different performance \
                    characteristics. It's easy to replace hash_map by \
                    sparse_hash_map or dense_hash_map in C++ code.

homepage            http://code.google.com/p/sparsehash/
platforms           darwin
license             BSD

master_sites        googlecode
checksums           rmd160  4da86c970e66c4fd3abb82d9b800267175a18bea \
                    sha256  2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c
