Skip to Content.
Sympa Menu

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

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 (3fa5c674633e2dc8e9d277190805e2111dcefb5e)
  • Date: Tue, 3 Jun 2008 00:55:55 -0500

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

ChangeLog | 3 +++
disk/libisoburn/DEPENDS | 2 ++
disk/libisoburn/DETAILS | 19 +++++++++++++++++++
disk/libisoburn/HISTORY | 2 ++
4 files changed, 26 insertions(+)

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

libisoburn: new spell, frontend for libraries libburn and libisofs

diff --git a/ChangeLog b/ChangeLog
index 370b715..f96ee19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * disk/libisoburn: new spell, frontend for libraries libburn and
libisofs
+
2008-06-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* security/pwsafe: new spell, a password safe

diff --git a/disk/libisoburn/DEPENDS b/disk/libisoburn/DEPENDS
new file mode 100755
index 0000000..d4c213f
--- /dev/null
+++ b/disk/libisoburn/DEPENDS
@@ -0,0 +1,2 @@
+depends libburn-pykix &&
+depends libisofs
diff --git a/disk/libisoburn/DETAILS b/disk/libisoburn/DETAILS
new file mode 100755
index 0000000..d6486a7
--- /dev/null
+++ b/disk/libisoburn/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libisoburn
+ VERSION=0.1.6
+ SOURCE=$SPELL-$VERSION.pl00.tar.gz
+ SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
+
SOURCE_HASH=sha512:95e69bfd9557129234a7bc82446d3f5ed4b25a14b2f34c130c6cb868c348f375526392cf312fde0331ed866d84e9fe13988264800d352b633c875657ded2d46a
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://libburnia-project.org/
+ LICENSE[0]=GPL
+ ENTERED=20080603
+ SHORT="frontend for libraries libburn and libisofs"
+cat << EOF
+libisoburn is a frontend for libraries libburn and libisofs which enables
+creation and expansion of ISO-9660 filesystems on all CD/DVD media supported
+by libburn. This includes media like DVD+RW, which do not support
multi-session
+management on media level and even plain disk files or block devices.
+
+There is a comand line and dialog application included: xorriso which allows
to
+use large parts of libisoburn's feature set.
+EOF
diff --git a/disk/libisoburn/HISTORY b/disk/libisoburn/HISTORY
new file mode 100644
index 0000000..93e2cd5
--- /dev/null
+++ b/disk/libisoburn/HISTORY
@@ -0,0 +1,2 @@
+2008-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3fa5c674633e2dc8e9d277190805e2111dcefb5e), Vlad Glagolev, 06/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page