# -*- 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 49568 2009-04-12 11:28:34Z jmr@macports.org $

PortSystem 1.0

name            google-sparsehash
version         1.4
categories      devel
maintainers     piu.fm:a
platforms       darwin
description     An extremely memory-efficient hash_map implementation
long_description \
    An extremely memory-efficient hash_map implementation. 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.

distname        sparsehash-${version}
homepage        http://code.google.com/p/google-sparsehash/
master_sites    http://google-sparsehash.googlecode.com/files/

checksums       md5     41111d948484026ba792e41599ed651a \
                sha1    c7e01299901904e1674c772b97aaa1b7473b6e85 \
                rmd160  3c2b2e7eb00e575dba5f551ab0ce41ec0c22c342
