Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dd562871350f7669634899d793ff757f5f7017c4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dd562871350f7669634899d793ff757f5f7017c4)
  • Date: Tue, 1 May 2018 13:24:08 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
archive/zchunk/CONFIGURE | 1 +
archive/zchunk/DEPENDS | 5 +++++
archive/zchunk/DETAILS | 15 +++++++++++++++
archive/zchunk/HISTORY | 4 ++++
5 files changed, 28 insertions(+)

New commits:
commit dd562871350f7669634899d793ff757f5f7017c4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

zchunk-0.4.0

diff --git a/ChangeLog b/ChangeLog
index 70c2d27..9f6d7d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-05-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * archive/zchunk: delta compression utility
+
2018-04-24 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: add "Michail Vourlakos (mvourlakos) <mvourlakos AT gmail.com>"

diff --git a/archive/zchunk/CONFIGURE b/archive/zchunk/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/archive/zchunk/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/archive/zchunk/DEPENDS b/archive/zchunk/DEPENDS
new file mode 100755
index 0000000..efe1204
--- /dev/null
+++ b/archive/zchunk/DEPENDS
@@ -0,0 +1,5 @@
+depends meson &&
+depends ninja-build-system &&
+depends python3 &&
+depends curl &&
+depends zstd
diff --git a/archive/zchunk/DETAILS b/archive/zchunk/DETAILS
new file mode 100755
index 0000000..8f33bba
--- /dev/null
+++ b/archive/zchunk/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=zchunk
+ VERSION=0.4.0
+
SOURCE_HASH=sha512:aefcbebd30f1cf0ee9ebcb4e321e07364e805394853220cbb046cb320e279a5fb5c7f552d8457d205e2a4cb13a305649a90325e89f72bdae263ebb995d9a3584
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/jdieter/$SPELL
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=BSD
+ ENTERED=20180501
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+A file format that allows easy deltas while maintaining good compression
+EOF
diff --git a/archive/zchunk/HISTORY b/archive/zchunk/HISTORY
new file mode 100644
index 0000000..b75b707
--- /dev/null
+++ b/archive/zchunk/HISTORY
@@ -0,0 +1,4 @@
+2018-05-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dd562871350f7669634899d793ff757f5f7017c4), Treeve Jelbert, 05/01/2018

Archive powered by MHonArc 2.6.24.

Top of Page