Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (9f2b8e162090f61b2826969f6a02f527784c2195)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (9f2b8e162090f61b2826969f6a02f527784c2195)
  • Date: Fri, 25 Sep 2009 14:31:09 -0500

GIT changes to master grimoire by David Kowis <dkowis AT Kain.shlrm.org>:

ChangeLog | 2 ++
archive/par2cmdline-tbb/BUILD | 5 +++++
archive/par2cmdline-tbb/CONFLICTS | 1 +
archive/par2cmdline-tbb/DEPENDS | 3 +++
archive/par2cmdline-tbb/DETAILS | 17 +++++++++++++++++
archive/par2cmdline-tbb/HISTORY | 2 ++
archive/par2cmdline/CONFLICTS | 1 +
7 files changed, 31 insertions(+)

New commits:
commit 9f2b8e162090f61b2826969f6a02f527784c2195
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

par2cmdline: doh! forgot the right sha512

commit 3179fb6ce1dac6e1468bdd5665cb8f034775ca7e
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

Oops. forgot that the name is different

commit 7fb68261fcc8fb2c5b7aaec93dd4d7e684a8f348
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

par2cmdline-tbb: new spell, conflicts with par2cmdline, but has more
gooder stuff

diff --git a/ChangeLog b/ChangeLog
index 243f020..70e8ceb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-09-25 David Kowis <dkowis AT shlrm.org>
* libs/tbb: Intel thread building blocks!
+ * archive/par2cmdline-tbb: par2cmdline, but using intel's Thread
Building
+ Blocks for multi-core par2

2009-09-25 Bor Kraljič <pyrobor AT ver.si>
* gurus.gpg: added my signing key
diff --git a/archive/par2cmdline-tbb/BUILD b/archive/par2cmdline-tbb/BUILD
new file mode 100755
index 0000000..4983f00
--- /dev/null
+++ b/archive/par2cmdline-tbb/BUILD
@@ -0,0 +1,5 @@
+cd $SOURCE_DIRECTORY &&
+aclocal &&
+autoconf &&
+automake &&
+default_build
diff --git a/archive/par2cmdline-tbb/CONFLICTS
b/archive/par2cmdline-tbb/CONFLICTS
new file mode 100755
index 0000000..cf0408f
--- /dev/null
+++ b/archive/par2cmdline-tbb/CONFLICTS
@@ -0,0 +1 @@
+conflicts par2cmdline
diff --git a/archive/par2cmdline-tbb/DEPENDS b/archive/par2cmdline-tbb/DEPENDS
new file mode 100755
index 0000000..e6a7805
--- /dev/null
+++ b/archive/par2cmdline-tbb/DEPENDS
@@ -0,0 +1,3 @@
+depends autoconf &&
+depends automake &&
+depends tbb
diff --git a/archive/par2cmdline-tbb/DETAILS b/archive/par2cmdline-tbb/DETAILS
new file mode 100755
index 0000000..0b65c71
--- /dev/null
+++ b/archive/par2cmdline-tbb/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=par2cmdline-tbb
+ VERSION=0.4-tbb-20090203
+
SOURCE_HASH=sha512:0b6dbb64f9c0ef59ffd191ee538b60b68c20f43b3534a381bbd0b37e709cee00058709c95b88fc2e3e8f510fa66ac5525a8446897696f849d6f193f24e9264b0
+ SOURCE=par2cmdline-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/par2cmdline-${VERSION}
+ SOURCE_URL[0]=http://www.chuchusoft.com/par2_tbb/$SOURCE
+ WEB_SITE=http://www.chuchusoft.com/par2_tbb/index.html
+ ENTERED=20090925
+ LICENSE[0]=GPL
+ KEYWORDS="archive"
+ SHORT="multi-core par2 using intel TBB"
+cat << EOF
+This is a concurrent (multithreaded) version of par2cmdline 0.4, a utility to
+create and repair data files using Reed Solomon coding. par2 parity archives
are
+commonly used on Usenet postings to allow corrupted postings to be repaired
+instead of needing the original poster to repost the corrupted file(s).
+EOF
diff --git a/archive/par2cmdline-tbb/HISTORY b/archive/par2cmdline-tbb/HISTORY
new file mode 100644
index 0000000..d478a77
--- /dev/null
+++ b/archive/par2cmdline-tbb/HISTORY
@@ -0,0 +1,2 @@
+2009-09-25 David Kowis<dkowis AT shlrm.org>
+ * DETAILS, BUILD, DEPENDS: created multi-core par2cmdline spell
diff --git a/archive/par2cmdline/CONFLICTS b/archive/par2cmdline/CONFLICTS
new file mode 100755
index 0000000..0eff4fd
--- /dev/null
+++ b/archive/par2cmdline/CONFLICTS
@@ -0,0 +1 @@
+conflicts par2cmdline-tbb




Archive powered by MHonArc 2.6.24.

Top of Page