Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dc399813bffe7a3f155afdf18a209d44c70a5f40)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dc399813bffe7a3f155afdf18a209d44c70a5f40)
  • Date: Fri, 21 Dec 2007 15:59:14 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 +++
disk/burn-cd/BUILD | 1
disk/burn-cd/DEPENDS | 3 ++
disk/burn-cd/DETAILS | 28
++++++++++++++++++++
disk/burn-cd/HISTORY | 2 +
disk/burn-cd/INSTALL | 1
disk/burn-cd/PRE_BUILD | 3 ++
disk/burn-cd/burn-cd--1.5-beta3--2007.03.18.zip.sig |binary
8 files changed, 43 insertions(+)

New commits:
commit dc399813bffe7a3f155afdf18a209d44c70a5f40
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

burn-cd: new spell, handy frontend for cdrtools & dvd+rw-tools written in
Python

diff --git a/ChangeLog b/ChangeLog
index c326126..814374d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * disk/burn-cd: new spell, handy console-based frontend for the
+ cdrtools/cdrkit and the dvd+rw-tools for easy burning of the
+ single & multi session CD/DVD disks
+
2007-12-20 Pol Vinogradov <vin.public AT gmail.com>
* http/icecat: new spell, the GNU version of the Firefox browser
* http/iceweasel: deprecated in favour of icecat
diff --git a/disk/burn-cd/BUILD b/disk/burn-cd/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/disk/burn-cd/BUILD
@@ -0,0 +1 @@
+true
diff --git a/disk/burn-cd/DEPENDS b/disk/burn-cd/DEPENDS
new file mode 100755
index 0000000..8027308
--- /dev/null
+++ b/disk/burn-cd/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends CD-BURN-UTILITY &&
+depends dvd+rw-tools
diff --git a/disk/burn-cd/DETAILS b/disk/burn-cd/DETAILS
new file mode 100755
index 0000000..b1e9ec6
--- /dev/null
+++ b/disk/burn-cd/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=burn-cd
+ VERSION=1.5-beta3
+ RELDATE=2007.03.18
+ SOURCE=$SPELL--$VERSION--$RELDATE.zip
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$RELDATE
+ WEB_SITE=http://burn-cd.sourceforge.net/
+ LICENSE[0]=LGPL
+ GATHER_DOCS=off
+ ENTERED=20071222
+ SHORT="handy frontend for cdrtools & dvd+rw-tools written in
Python"
+cat << EOF
+Burn-CD is a handy frontend for the well-known cd/dvd writing packages
+cdrtools & dvd+rw-tools. It's written in the Python programming language
+and intended for use on any modern GNU/Linux OS.
+
+Features:
+ * simple and convenient -- just give it the files and dirs to burn;
+ * supports CD&DVD -- use just one approach to burn any disk;
+ * auto multisession -- no need to worry about your previous data;
+ * text based -- could be used without graphics and remotely (ex. ssh,
telnet);
+ * lightweight -- start writing quickly straight where you are (ex. mc,
xterm);
+ * info mode -- evaluate the disk capabilities fast;
+ * disk images -- it's possible to burn the premade disk images (ex. iso,
mdf);
+ * config file -- store your preferences in the config file (ex.
verbose=yes);
+ * cool progress bar =:)
+EOF
diff --git a/disk/burn-cd/HISTORY b/disk/burn-cd/HISTORY
new file mode 100644
index 0000000..adf6ca3
--- /dev/null
+++ b/disk/burn-cd/HISTORY
@@ -0,0 +1,2 @@
+2007-12-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/disk/burn-cd/INSTALL b/disk/burn-cd/INSTALL
new file mode 100755
index 0000000..720aff8
--- /dev/null
+++ b/disk/burn-cd/INSTALL
@@ -0,0 +1 @@
+install -m 755 burn-cd $INSTALL_ROOT/bin
diff --git a/disk/burn-cd/PRE_BUILD b/disk/burn-cd/PRE_BUILD
new file mode 100755
index 0000000..432c090
--- /dev/null
+++ b/disk/burn-cd/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''
diff --git a/disk/burn-cd/burn-cd--1.5-beta3--2007.03.18.zip.sig
b/disk/burn-cd/burn-cd--1.5-beta3--2007.03.18.zip.sig
new file mode 100644
index 0000000..1f88efd
Binary files /dev/null and
b/disk/burn-cd/burn-cd--1.5-beta3--2007.03.18.zip.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (dc399813bffe7a3f155afdf18a209d44c70a5f40), Vlad Glagolev, 12/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page