Skip to Content.
Sympa Menu

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

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 (bf76c69bb63699ce3bdc4b0d73e4e930ed73bf48)
  • Date: Sat, 31 Dec 2011 09:04:32 -0600

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

ChangeLog | 3 +++
python-pypi/zfec/DEPENDS | 3 +++
python-pypi/zfec/DETAILS | 16 ++++++++++++++++
python-pypi/zfec/HISTORY | 4 ++++
4 files changed, 26 insertions(+)

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

python-pypi/zfec - new spell

diff --git a/ChangeLog b/ChangeLog
index 719514b..e010bf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/zfec: new spell, fast erasure codec
+
2011-12-27 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/luaxslt: new spell, XSLT to Lua wrapper

diff --git a/python-pypi/zfec/DEPENDS b/python-pypi/zfec/DEPENDS
new file mode 100755
index 0000000..448211f
--- /dev/null
+++ b/python-pypi/zfec/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends SETUPTOOLS
+
diff --git a/python-pypi/zfec/DETAILS b/python-pypi/zfec/DETAILS
new file mode 100755
index 0000000..20aa591
--- /dev/null
+++ b/python-pypi/zfec/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=zfec
+ VERSION=1.4.22
+
SOURCE_HASH=sha512:15ab65a51fd9a74db8c542ba67de102df893b4685090ed0d47daeab1cf09b93cb4436baee2453c46702b4db8388a9a75f7c5867caa964e14baa36815c68dca92
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/$SPELL
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/z/zfec/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20111231
+ KEYWORDS="Python"
+ SHORT="fast erasure codec"
+cat << EOF
+a fast erasure codec which can be used with the command-line, C, Python, or
Haskell,
+Generate redundant blocks of information such that if some of the blocks are
lost then the
+original data can be recovered from the remaining blocks
+EOF
diff --git a/python-pypi/zfec/HISTORY b/python-pypi/zfec/HISTORY
new file mode 100644
index 0000000..f82047e
--- /dev/null
+++ b/python-pypi/zfec/HISTORY
@@ -0,0 +1,4 @@
+2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.22
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bf76c69bb63699ce3bdc4b0d73e4e930ed73bf48), Treeve Jelbert, 12/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page