summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2014-10-07 17:41:39 +0200
committerTreeve Jelbert2014-10-07 18:28:32 +0200
commitab930fa0e4cefd07bc5e7e25847474ecc382ff2a (patch)
treebb7165b6e7f155df340ff0287b97381aab0e069b
parent93e82d4f3a086caa97e69a95d7f9faee441e16fd (diff)
sparsehash-2.0.2
-rw-r--r--ChangeLog4
-rwxr-xr-xdevel/sparsehash/DETAILS14
-rw-r--r--devel/sparsehash/HISTORY4
3 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb2064d09b..8d31c38ec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-10-07 Treeve Jelbert <treeve@sourcemage.org>
+ * devel/sparsehash: added, efficient memory hash
+
2014-10-05 Pol Vinogradov <vin.public@gmail.com>
* http/dwb: new spell, a WebKit based browser
@@ -45,6 +48,7 @@
2014-09-15 Ismael Luceno <ismael@sourcemage.org>
* editors/vim-csapprox: new spell, Make gvim-only colorschemes work
+
transparently in terminal vim
2014-09-14 Ismael Luceno <ismael@sourcemage.org>
diff --git a/devel/sparsehash/DETAILS b/devel/sparsehash/DETAILS
new file mode 100755
index 0000000000..fc99684640
--- /dev/null
+++ b/devel/sparsehash/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=sparsehash
+ VERSION=2.0.2
+ SOURCE_HASH=sha512:27d823551bc8364dd3c10f071e51bab55d2bbe9cf74ddb8337d118475aa7fdd38ae07dbb7dbd721c1350830325cadccdadf127f9996f26387e412e108edba3a1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://code.google.com/p/$SPELL
+ SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20141007
+ KEYWORDS=""
+ SHORT="extremely memory-efficient hash_map implementation"
+cat << EOF
+An extremely memory-efficient hash_map implementation
+EOF
diff --git a/devel/sparsehash/HISTORY b/devel/sparsehash/HISTORY
new file mode 100644
index 0000000000..84855eed08
--- /dev/null
+++ b/devel/sparsehash/HISTORY
@@ -0,0 +1,4 @@
+2014-10-07 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.0.2
+ spell created
+