diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:24:21 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:47 +0700 |
commit | 59725a54d148565d0d723e5e784a6214e782b88e (patch) | |
tree | 93e2ef209d21131ff95158ad2d1830c8987e6f34 /development | |
parent | 96c1c6f929fdb45874a33f05057205a56b698bd9 (diff) | |
download | slackbuilds-59725a54d148565d0d723e5e784a6214e782b88e.tar.gz |
development/snappy: Fix README, script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/snappy/README | 32 | ||||
-rw-r--r-- | development/snappy/snappy.SlackBuild | 2 |
2 files changed, 18 insertions, 16 deletions
diff --git a/development/snappy/README b/development/snappy/README index 0d694cb59e..01f12d35f0 100644 --- a/development/snappy/README +++ b/development/snappy/README @@ -1,21 +1,23 @@ -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. For instance, -compared to the fastest mode of zlib, Snappy is an order of magnitude faster -for most inputs, but the resulting compressed files are anywhere from 20% to -100% bigger. (For more information, see "Performance", below.) +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. For instance, compared to the fastest mode of zlib, +Snappy is an order of magnitude faster for most inputs, but the +resulting compressed files are anywhere from 20% to 100% bigger. (For +more information, see "Performance", below.) Snappy has the following properties: -* Fast: Compression speeds at 250 MB/sec and beyond, with no assembler code. -See "Performance" below. -* Stable: Over the last few years, Snappy has compressed and decompressed -petabytes of data in Google's production environment. The Snappy bitstream -format is stable and will not change between versions. -* Robust: The Snappy decompressor is designed not to crash in the face of -corrupted or malicious input. -* Free and open source software: Snappy is licensed under a BSD-type license. -For more information, see the included COPYING file. +* Fast: Compression speeds at 250 MB/sec and beyond, with no assembler + code. See "Performance" below. +* Stable: Over the last few years, Snappy has compressed and + decompressed petabytes of data in Google's production environment. The + Snappy bitstream format is stable and will not change between + versions. +* Robust: The Snappy decompressor is designed not to crash in the face + of corrupted or malicious input. +* Free and open source software: Snappy is licensed under a BSD-type + license. For more information, see the included COPYING file. Snappy has previously been called "Zippy" in some Google presentations and the like. diff --git a/development/snappy/snappy.SlackBuild b/development/snappy/snappy.SlackBuild index a75bde58c0..dfdae90c56 100644 --- a/development/snappy/snappy.SlackBuild +++ b/development/snappy/snappy.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # # Slackware build script for Snappy -# Written by Mário Antunes (mariolpantunes@gmail.com) +# Written by Mário Antunes (mariolpantunes@gmail.com) PRGNAM=snappy VERSION=${VERSION:-1.1.8} |