Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (1a70320df57fa8fd5fefd6f4a0ed8a306448943a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (1a70320df57fa8fd5fefd6f4a0ed8a306448943a)
  • Date: Sat, 14 Oct 2006 03:19:00 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

ChangeLog | 3 +++
disk/dvdisaster/DEPENDS | 1 +
disk/dvdisaster/DETAILS | 23 +++++++++++++++++++++++
disk/dvdisaster/HISTORY | 6 ++++++
4 files changed, 33 insertions(+)

New commits:
commit 1a70320df57fa8fd5fefd6f4a0ed8a306448943a
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

dvdisaster: Added new spell with changelog entry. Bug 13167.

diff --git a/ChangeLog b/ChangeLog
index dbd2ee7..5342f23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-14 George Sherwood <george AT beernabeer.com>
+ * disk/dvdisaster: new spell
+
2006-10-12 Alexander Tsamutali <astsmtl AT gmail.com>
* shell-term-fm/sakura: new spell, terminal emulator based on GTK and
VTE

diff --git a/disk/dvdisaster/DEPENDS b/disk/dvdisaster/DEPENDS
new file mode 100755
index 0000000..edffa0e
--- /dev/null
+++ b/disk/dvdisaster/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/disk/dvdisaster/DETAILS b/disk/dvdisaster/DETAILS
new file mode 100755
index 0000000..b4822c0
--- /dev/null
+++ b/disk/dvdisaster/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=dvdisaster
+ VERSION=0.70.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
+ WEB_SITE=http://dvdisaster.berlios.de/en/index.html
+ ENTERED=20061007
+
SOURCE_HASH=sha512:1f276fd0afc00dedc064232bf823fdb736470a52db0757dfada5238983822966019f87c94de5209411fe13a4f1af50fa1509264232cb78b493790e3380cdd12a
+ LICENSE[0]=GPL
+ SHORT="Provides a margin of safety against data loss on CD/DVD
media."
+cat << EOF
+dvdisaster provides a margin of safety against data loss on CD and DVD media
+caused by aging or scratches.
+* dvdisaster creates error correction codes to compensate read errors which
are
+ not correctable in the CD/DVD drive.
+* dvdisaster tries to read as much data as possible from defective media.
+ Afterwards unreadable sectors are recovered using the previously created
+ error correction code. The maximum error correction capacity is
+ user-selectable.
+If you create the error correction code file in time and keep it at a safe
+place, you have a good chance of recovering the medium contents from typical
+read errors and to transfer your complete data onto a new medium.
+EOF
diff --git a/disk/dvdisaster/HISTORY b/disk/dvdisaster/HISTORY
new file mode 100644
index 0000000..291a98c
--- /dev/null
+++ b/disk/dvdisaster/HISTORY
@@ -0,0 +1,6 @@
+2006-10-14 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Removed UPDATED and MD5. Added SOURCE_HASH.
+
+2006-10-07 Lubomir Blaha <tritol AT trilogic.cz>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (1a70320df57fa8fd5fefd6f4a0ed8a306448943a), George Sherwood, 10/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page