Ticket #18716: Portfile

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