Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (482398246d71170bcd5c056e3c5e82734ee8ba7f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (482398246d71170bcd5c056e3c5e82734ee8ba7f)
  • Date: Mon, 7 Nov 2016 01:22:53 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
archive/zstd/BUILD | 3 +++
archive/zstd/DETAILS | 18 ++++++++++++++++++
archive/zstd/HISTORY | 2 ++
archive/zstd/INSTALL | 1 +
archive/zstd/PRE_BUILD | 5 +++++
6 files changed, 32 insertions(+)

New commits:
commit 482398246d71170bcd5c056e3c5e82734ee8ba7f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

zstd: new spell, fast real-time compression algorithm

diff --git a/ChangeLog b/ChangeLog
index e48d63d..4e65314 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-11-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * archive/zstd: new spell, fast real-time compression algorithm
+
2016-11-05 Pavel Vinogradov <public AT sourcemage.org>
* gnu.gpg: removed B88CDF85: Ralf Angeli <angeli AT caeruleus.net>,
added 20485F50: Mosè Giordano <mose AT gnu.org> (for auctex)
diff --git a/archive/zstd/BUILD b/archive/zstd/BUILD
new file mode 100755
index 0000000..1c1279a
--- /dev/null
+++ b/archive/zstd/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+make PREFIX="${INSTALL_ROOT}/usr" &&
+make_normal
diff --git a/archive/zstd/DETAILS b/archive/zstd/DETAILS
new file mode 100755
index 0000000..8577f45
--- /dev/null
+++ b/archive/zstd/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=zstd
+ VERSION=1.1.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/facebook/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:a8817e74254f21ee5b76a21691e009ede2cdc70a78facfa453902df3e710e90e78d67f2229956d835960fd1085c33312ff273771b75f9322117d85eb35d8e695
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="PATENTS ${DOCS}"
+ WEB_SITE=http://www.zstd.net
+ LICENSE[0]=BSD
+ ENTERED=20161106
+ SHORT="fast real-time compression algorithm"
+cat << EOF
+Zstandard is a real-time compression algorithm, providing high compression
+ratios. It offers a very wide range of compression / speed trade-off, while
+being backed by a very fast decoder. It also offers a special mode for small
+data, called dictionary compression, and can create dictionaries from any
+sample set.
+EOF
diff --git a/archive/zstd/HISTORY b/archive/zstd/HISTORY
new file mode 100644
index 0000000..8b14095
--- /dev/null
+++ b/archive/zstd/HISTORY
@@ -0,0 +1,2 @@
+2016-11-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * {PRE_,}BUILD, DETAILS, INSTALL: created spell, version 1.1.1
diff --git a/archive/zstd/INSTALL b/archive/zstd/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/archive/zstd/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install
diff --git a/archive/zstd/PRE_BUILD b/archive/zstd/PRE_BUILD
new file mode 100755
index 0000000..81a8207
--- /dev/null
+++ b/archive/zstd/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+# prevent from dub compilation
+sedit "s:libzstd libzstd.pc:libzstd.pc:" lib/Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (482398246d71170bcd5c056e3c5e82734ee8ba7f), Vlad Glagolev, 11/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page