Ticket #17528: Portfile

File Portfile, 1.2 KB (added by andrea.bedini@…, 15 years ago)

Portfile

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.3
8categories      devel
9maintainers     nomaintainer
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     c82c026ccdcee0729ec8a9d5a3ebf23b \
28                sha1    5696de7a593cd4bc3d62b29ecbe9f4c1d124be9f \
29                rmd160  e67d7c9f9e10ce817ce1d2148de73afd7e699ec9