[96456] trunk/dports/devel

hum at macports.org hum at macports.org
Fri Aug 10 07:02:07 PDT 2012


Revision: 96456
          https://trac.macports.org/changeset/96456
Author:   hum at macports.org
Date:     2012-08-10 07:02:05 -0700 (Fri, 10 Aug 2012)
Log Message:
-----------
New port: sparsehash @2.0.2 - renamed from google-sparsehash; see #35548.

Modified Paths:
--------------
    trunk/dports/devel/sparsehash/Portfile

Added Paths:
-----------
    trunk/dports/devel/sparsehash/

Modified: trunk/dports/devel/sparsehash/Portfile
===================================================================
--- trunk/dports/devel/google-sparsehash/Portfile	2012-08-05 13:43:29 UTC (rev 96232)
+++ trunk/dports/devel/sparsehash/Portfile	2012-08-10 14:02:05 UTC (rev 96456)
@@ -1,29 +1,26 @@
 # -*- 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
+PortSystem          1.0
 
-name            google-sparsehash
-version         1.8.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.
+name                sparsehash
+version             2.0.2
+categories          devel
+maintainers         hum openmaintainer
 
-distname        sparsehash-${version}
-homepage        http://code.google.com/p/google-sparsehash/
-master_sites    http://google-sparsehash.googlecode.com/files/
+description         An extremely memory-efficient hash_map implementation
+long_description    ${description}. 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.
 
-checksums           md5     1cccc539f4cd4bff42e5662b870eb723 \
-                    sha1    a390091d19bb07381fd8344a3f4713022310e9e7 \
-                    rmd160  76cf2434ba1ca556d462fe4ba96820209b97535d
+homepage            http://code.google.com/p/sparsehash/
+platforms           darwin
+license             BSD
+
+master_sites        googlecode
+checksums           rmd160  4da86c970e66c4fd3abb82d9b800267175a18bea \
+                    sha256  2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120810/128be3b4/attachment.html>


More information about the macports-changes mailing list