Ticket #24914: Portfile

File Portfile, 1.0 KB (added by luxen@…, 14 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem 1.0
5
6name            google-sparsehash
7version         1.7
8categories      devel
9maintainers     piu.fm:a
10platforms       darwin
11description     An extremely memory-efficient hash_map implementation
12long_description \
13    An extremely memory-efficient hash_map implementation. 2 \
14    bits/entry overhead! The SparseHash library contains several \
15    hash-map implementations, including implementations that optimize \
16    for space or speed.\
17    \
18    These hashtable implementations are similar in API to SGI's \
19    hash_map class, but with different performance \
20    characteristics. It's easy to replace hash_map by sparse_hash_map \
21    or dense_hash_map in C++ code.
22
23distname        sparsehash-${version}
24homepage        http://code.google.com/p/google-sparsehash/
25master_sites    http://google-sparsehash.googlecode.com/files/
26
27checksums       md5     8d8033d8e3b4e792eb6313a4afae5eec