Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3899fbb526ca3207c3792d1a9bc6f2dbab52e5dc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3899fbb526ca3207c3792d1a9bc6f2dbab52e5dc)
  • Date: Wed, 28 Oct 2009 14:59:05 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 5 ++++-
utils/zsync/DETAILS | 21 +++++++++++++++++++++
utils/zsync/HISTORY | 3 +++
3 files changed, 28 insertions(+), 1 deletion(-)

New commits:
commit 3899fbb526ca3207c3792d1a9bc6f2dbab52e5dc
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/zsync: new spell, a file transfer tool

diff --git a/ChangeLog b/ChangeLog
index 1498f5a..8ff2295 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+2009-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/zsync: new spell, a file transfer tool
+
2009-10-28 Bearcat M. Sandor <sourcemage AT feline-soul.com>
- *gnome2-libs/libgee: GObject-based datafile structures
+ * gnome2-libs/libgee: GObject-based datafile structures

2009-10-26 Ladislav Hagara <hgr AT vabo.cz>
* gnome2-apps/gnome-bluetooth: new spell
diff --git a/utils/zsync/DETAILS b/utils/zsync/DETAILS
new file mode 100755
index 0000000..d2e856c
--- /dev/null
+++ b/utils/zsync/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=zsync
+ VERSION=0.6.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://${SPELL}.moria.org.uk/download/${SOURCE}
+
SOURCE_HASH=sha512:0e5d5eca0b93f205c5fd22981625a1bf888324c02263e5a2764400bc392d44bdfa42133b3eed235ae5c0da10e919b73b95c86d2ffbc3e2caa1ed110cb53ef9c7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://zsync.moria.org.uk";
+ LICENSE[0]=AL2
+ ENTERED=20091028
+ SHORT="a file transfer program that uses the rsync algorithm"
+cat << EOF
+zsync is a file transfer program. It allows you to download a file from
+a remote server, where you have a copy of an older version of the file on
+your computer already. zsync downloads only the new parts of the file. It
+uses the same algorithm as rsync. However, where rsync is designed for
+synchronising data from one computer to another within an organisation,
+zsync is designed for file distribution, with one file on a server to be
+distributed to thousands of downloaders. zsync requires no special server
+software — just a web server to host the files — and imposes no extra
+load on the server, making it ideal for large scale file distribution.
+EOF
diff --git a/utils/zsync/HISTORY b/utils/zsync/HISTORY
new file mode 100644
index 0000000..c020384
--- /dev/null
+++ b/utils/zsync/HISTORY
@@ -0,0 +1,3 @@
+2009-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3899fbb526ca3207c3792d1a9bc6f2dbab52e5dc), Florian Franzmann, 10/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page