Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e75496c421796daf1c6cf42696b6dbaea01ada36)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e75496c421796daf1c6cf42696b6dbaea01ada36)
  • Date: Mon, 7 Dec 2009 15:40:06 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 4 ++++
disk/gdisk/BUILD | 1 +
disk/gdisk/DEPENDS | 1 +
disk/gdisk/DETAILS | 19 +++++++++++++++++++
disk/gdisk/HISTORY | 3 +++
disk/gdisk/INSTALL | 2 ++
6 files changed, 30 insertions(+)

New commits:
commit e75496c421796daf1c6cf42696b6dbaea01ada36
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

disk/gdisk: new spell, GUID partition table (GPT) manipulator for Linux
and Unix

diff --git a/ChangeLog b/ChangeLog
index 3b511ed..45fdd53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-07 Ladislav Hagara <hgr AT vabo.cz>
+ * disk/gdisk: new spell
+ GUID partition table (GPT) manipulator for Linux and Unix
+
2009-12-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/preload: new spell, a daemon that prefetches files to memory
based on previous process behavior
diff --git a/disk/gdisk/BUILD b/disk/gdisk/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/disk/gdisk/BUILD
@@ -0,0 +1 @@
+make
diff --git a/disk/gdisk/DEPENDS b/disk/gdisk/DEPENDS
new file mode 100755
index 0000000..fd0b0eb
--- /dev/null
+++ b/disk/gdisk/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/disk/gdisk/DETAILS b/disk/gdisk/DETAILS
new file mode 100755
index 0000000..78ffe98
--- /dev/null
+++ b/disk/gdisk/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=gdisk
+ VERSION=0.5.1
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.rodsbooks.com/gdisk/$SOURCE
+
SOURCE_HASH=sha512:80cda956d24e7ed13c8f5fc13fe81ed3b40ebfd61c389fe63d2cc6353f6add969baade712525ba71c7d3c9d2367defb50de45769789f5894a87538bbc1acf38e
+ WEB_SITE=http://www.rodsbooks.com/gdisk/
+ ENTERED=20091207
+ LICENSE[0]=GPL
+ SHORT="GUID partition table (GPT) manipulator for Linux and Unix"
+cat << EOF
+GPT fdisk (aka gdisk) is a text-mode menu-driven program for creation
+and manipulation of partition tables. It will automatically convert an
+old-style Master Boot Record (MBR) partition table or BSD disklabel
+stored without an MBR carrier partition to the newer Globally Unique
+Identifier (GUID) Partition Table (GPT) format, or will load a GUID
+partition table. When used with the -l command-line option, the program
+displays the current partition table and then exits.
+EOF
diff --git a/disk/gdisk/HISTORY b/disk/gdisk/HISTORY
new file mode 100644
index 0000000..69f2426
--- /dev/null
+++ b/disk/gdisk/HISTORY
@@ -0,0 +1,3 @@
+2009-12-07 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 0.5.1
+
diff --git a/disk/gdisk/INSTALL b/disk/gdisk/INSTALL
new file mode 100755
index 0000000..fc416b8
--- /dev/null
+++ b/disk/gdisk/INSTALL
@@ -0,0 +1,2 @@
+install -vm 755 gdisk ${INSTALL_ROOT}/sbin &&
+install -vm 644 gdisk.8 ${INSTALL_ROOT}/usr/share/man/man8



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e75496c421796daf1c6cf42696b6dbaea01ada36), Ladislav Hagara, 12/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page