# -*- 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 96457 2012-08-10 14:03:37Z hum@macports.org $

PortSystem 1.0

replaced_by         sparsehash
PortGroup           obsolete 1.0

name            google-sparsehash
version         1.8.1
revision            1
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/
