[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (01fc9879ad658af8af9ac8fe6d1c257c0ab0061a)

Ladislav Hagara scm at sourcemage.org
Sun Jan 15 21:31:50 EST 2012


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog                   |    3 +++
 archive-libs/snappy/DETAILS |   15 +++++++++++++++
 archive-libs/snappy/HISTORY |    2 ++
 3 files changed, 20 insertions(+)

New commits:
commit 01fc9879ad658af8af9ac8fe6d1c257c0ab0061a
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    archive-libs/snappy: new spell, fast compression/decompression library

diff --git a/ChangeLog b/ChangeLog
index 08f788a..2b92d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-01-16 Ladislav Hagara <hgr at vabo.cz>
+	* archive-libs/snappy: new, fast compression/decompression library
+
 2012-01-15 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* wm-addons/netwmpager: new spell, an EWMH compliant pager
 	* wm-addons/light-monitor: new spell, a panel for window managers
diff --git a/archive-libs/snappy/DETAILS b/archive-libs/snappy/DETAILS
new file mode 100755
index 0000000..ed55d03
--- /dev/null
+++ b/archive-libs/snappy/DETAILS
@@ -0,0 +1,15 @@
+           SPELL=snappy
+         VERSION=1.0.4
+     SOURCE_HASH=sha512:34e70dc35af9e8d7601618c2521be0cd0ba74907b8e67362d02c515c06c7bf2a2f58dac3dfed75270b7d9c9a1d6ec408c76e3665dc70bbeda8f87584cb4f01b0
+          SOURCE=$SPELL-$VERSION.tar.gz
+   SOURCE_URL[0]=http://snappy.googlecode.com/files/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+        WEB_SITE=http://code.google.com/p/snappy/
+      LICENSE[0]=BSD
+         ENTERED=20120116
+           SHORT="fast compression/decompression library"
+cat << EOF
+Snappy is a compression/decompression library. It does not aim for maximum
+compression, or compatibility with any other compression library; instead,
+it aims for very high speeds and reasonable compression.
+EOF
diff --git a/archive-libs/snappy/HISTORY b/archive-libs/snappy/HISTORY
new file mode 100644
index 0000000..7351a51
--- /dev/null
+++ b/archive-libs/snappy/HISTORY
@@ -0,0 +1,2 @@
+2012-01-16 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: spell created, version 1.0.4


More information about the SM-Commit mailing list