[43307] trunk/dports/devel
perry at macports.org
perry at macports.org
Mon Dec 8 12:54:13 PST 2008
Revision: 43307
http://trac.macports.org/changeset/43307
Author: perry at macports.org
Date: 2008-12-08 12:54:12 -0800 (Mon, 08 Dec 2008)
Log Message:
-----------
devel/google-sparsehash - Added new port. (Closes Ticket #17528)
Added Paths:
-----------
trunk/dports/devel/google-sparsehash/
trunk/dports/devel/google-sparsehash/Portfile
Added: trunk/dports/devel/google-sparsehash/Portfile
===================================================================
--- trunk/dports/devel/google-sparsehash/Portfile (rev 0)
+++ trunk/dports/devel/google-sparsehash/Portfile 2008-12-08 20:54:12 UTC (rev 43307)
@@ -0,0 +1,29 @@
+# -*- 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$
+
+PortSystem 1.0
+
+name google-sparsehash
+version 1.3
+categories devel
+maintainers nomaintainer
+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 c82c026ccdcee0729ec8a9d5a3ebf23b \
+ sha1 5696de7a593cd4bc3d62b29ecbe9f4c1d124be9f \
+ rmd160 e67d7c9f9e10ce817ce1d2148de73afd7e699ec9
Property changes on: trunk/dports/devel/google-sparsehash/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081208/14e549c7/attachment.html>
More information about the macports-changes
mailing list