Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fa2eb88778c52b1ffb4af925fec92ab98ed3e19c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fa2eb88778c52b1ffb4af925fec92ab98ed3e19c)
  • Date: Sat, 30 Nov 2013 17:21:29 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
utils/xdelta3/DEPENDS | 1 +
utils/xdelta3/DETAILS | 22 ++++++++++++++++++++++
utils/xdelta3/HISTORY | 2 ++
4 files changed, 28 insertions(+)

New commits:
commit fa2eb88778c52b1ffb4af925fec92ab98ed3e19c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xdelta3: new spell, Diff program that works on binaries.

diff --git a/ChangeLog b/ChangeLog
index 55451c0..b065777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-11-30 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/xdelta3: new spell, Diff program that works on binaries.
+
2013-11-24 Treeve Jelbert <treeve AT sourcemage.org>
* FUNCTIONS: fix for python2 usage when it is not primary installation

diff --git a/utils/xdelta3/DEPENDS b/utils/xdelta3/DEPENDS
new file mode 100755
index 0000000..0c74848
--- /dev/null
+++ b/utils/xdelta3/DEPENDS
@@ -0,0 +1 @@
+depends xz-utils
diff --git a/utils/xdelta3/DETAILS b/utils/xdelta3/DETAILS
new file mode 100755
index 0000000..616aa92
--- /dev/null
+++ b/utils/xdelta3/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=xdelta
+ VERSION=3.0.6
+ SOURCE=$SPELL${VERSION%%.*}-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL${VERSION%%.*}-$VERSION
+ SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:1b8afc4492129d45e2fecf7bd24616d684eb0ea9b7d5e383a15b6b343459490512697c947561fc854b9454b2c2b831d4396bbc95267813df71211bc0e5f9c0f1
+ WEB_SITE=http://xdelta.org
+ ENTERED=20131130
+ LICENSE[0]=GPL
+ KEYWORDS="utils"
+ SHORT="Diff program that works on binaries."
+cat << EOF
+Xdelta3 is an application program designed to compute changes between files.
+These changes (deltas) are similar to the output of the "diff" program in
that
+they may be used to store and transmit only the changes between files.
However,
+unlike diff, the output of Xdelta3 is not expressed in a human-readable
format
+
+Xdelta3 can also also apply these deltas to a copy of the original file.
+
+Xdelta3 uses a fast, linear algorithm and performs well on both binary and
text
+files.
+EOF
diff --git a/utils/xdelta3/HISTORY b/utils/xdelta3/HISTORY
new file mode 100644
index 0000000..1d0db05
--- /dev/null
+++ b/utils/xdelta3/HISTORY
@@ -0,0 +1,2 @@
+2013-11-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: Spell created. Based on xdelta.



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fa2eb88778c52b1ffb4af925fec92ab98ed3e19c), Ismael Luceno, 11/30/2013

Archive powered by MHonArc 2.6.24.

Top of Page