Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4c18efd22d2a5a35f16342ffef1347b447d75958)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4c18efd22d2a5a35f16342ffef1347b447d75958)
  • Date: Sat, 21 Apr 2012 03:59:26 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
disk/partclone/DEPENDS | 3 +++
disk/partclone/DETAILS | 19 +++++++++++++++++++
disk/partclone/HISTORY | 4 ++++
4 files changed, 29 insertions(+)

New commits:
commit 4c18efd22d2a5a35f16342ffef1347b447d75958
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

disk/partclone - new spell
partition clone/imaging tool
version 0.2.47

diff --git a/ChangeLog b/ChangeLog
index feb8d00..03dfa13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-04-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * disk/partclone: new spell partition clone/image tool
+
2012-04-20 Treeve Jelbert <treeve AT sourcemage.org>
* devel/apiextractor: spell deprecated

diff --git a/disk/partclone/DEPENDS b/disk/partclone/DEPENDS
new file mode 100755
index 0000000..0713ef3
--- /dev/null
+++ b/disk/partclone/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends e2fsprogs '--enable-extfs' '' 'support ext2/3/4 ' &&
+optional_depends ntfs-3g '--enable-ntfs' '' 'support NTFS' &&
+optional_depends ncurses '--enable-ncursesw' '' 'enable TEXT User
Interface'
diff --git a/disk/partclone/DETAILS b/disk/partclone/DETAILS
new file mode 100755
index 0000000..ab4d204
--- /dev/null
+++ b/disk/partclone/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=partclone
+ VERSION=0.2.47
+
SOURCE_HASH=sha512:1da36f8b56a4ce6ee111c61a19d36b9d7d75ed71797e74de4aa659ca1a5872f27c6046ce8b9dbab77527a97f1ebb0e41157c67ede3e3291518eabc4ea1472811
+ SOURCE=${SPELL}_${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+ WEB_SITE=http://partclone.org
+ LICENSE[0]=GPL
+ ENTERED=20090503
+ KEYWORDS="disk"
+ SHORT="utilities to back up and restore used-blocks of a
partition"
+cat << EOF
+Partclone is a project similar to the well-known backup utility "Partition
Image"
+a.k.a partimage.
+
+Partclone provides utilities to back up and restore used-blocks of a
partition and it
+is designed for higher compatibility of the file system by using existing
library,
+e.g. e2fslibs is used to read and write the ext2 partition
+EOF
diff --git a/disk/partclone/HISTORY b/disk/partclone/HISTORY
new file mode 100644
index 0000000..c0a2b06
--- /dev/null
+++ b/disk/partclone/HISTORY
@@ -0,0 +1,4 @@
+2012-04-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.47
+ spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page