Skip to Content.
Sympa Menu

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

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 (bc192e52631c10d5025dc81ff13a891d0da6dad3)
  • Date: Fri, 1 Aug 2008 14:23:05 -0500

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

ChangeLog | 3 +++
disk/partimage-ng/BUILD | 2 ++
disk/partimage-ng/DEPENDS | 8 ++++++++
disk/partimage-ng/DETAILS | 25 +++++++++++++++++++++++++
disk/partimage-ng/DOWNLOAD | 2 ++
disk/partimage-ng/HISTORY | 5 +++++
disk/partimage-ng/PRE_BUILD | 5 +++++
7 files changed, 50 insertions(+)

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

new spell - partimage-ng

diff --git a/ChangeLog b/ChangeLog
index b14588b..4240163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * disk/partimage-ng: new spell - partition archiver
+
2008-07-31 Arjan Bouter <abouter AT sourcemage.org>
* security-libs/pam_ccreds: new spell, caching of credentials
for offline use
diff --git a/disk/partimage-ng/BUILD b/disk/partimage-ng/BUILD
new file mode 100755
index 0000000..760e1eb
--- /dev/null
+++ b/disk/partimage-ng/BUILD
@@ -0,0 +1,2 @@
+cmake_build
+
diff --git a/disk/partimage-ng/DEPENDS b/disk/partimage-ng/DEPENDS
new file mode 100755
index 0000000..48fbf74
--- /dev/null
+++ b/disk/partimage-ng/DEPENDS
@@ -0,0 +1,8 @@
+depends cmake &&
+depends g++ &&
+depends parted &&
+depends ntfsprogs &&
+depends e2fsprogs
+#optional_depends ntfsprogs '' '' 'NTFS support' &&
+#optional_depends e2fsprogs '' '' 'ext2/ext3 support'
+
diff --git a/disk/partimage-ng/DETAILS b/disk/partimage-ng/DETAILS
new file mode 100755
index 0000000..da4498b
--- /dev/null
+++ b/disk/partimage-ng/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=partimage-ng
+ VERSION=r80
+
SOURCE_HASH=sha512:7e2642fb957f58f9c17e50918b5d8a78266e56686fb0bb5cff6c2cc789b0835738d07c7f23c891a82098641a473c2646a9a12180315db683c14de24b52396cfd
+ SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+SOURCE_URL[0]=https://launchpad.net/partimage-ng/devel/$VERSION/+download/$SOURCE
+# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
+ WEB_SITE=http://partimage-ng.org
+ LICENSE[0]=GPL
+ ENTERED=20080224
+ KEYWORDS="disk"
+ SHORT="disk and partition imaging program"
+cat << EOF
+Partimage-ng is a disk and partition imaging program. It allows you to
create
+exact images of single partitions or whole drives (including partition
tables
+so you don't need to recreate them manually). Partimage-ng does its job by
+manipulating the low level filesystem structures and saving only the used
+filesystem data blocks (sometimes referred to as clusters). Thus
partimage-ng
+needs to "understand" the layout of the filesystem it is trying to create an
+image of. Currently it supports ext2, ext3, linux-swap, NTFS, and FAT32 (but
+not FAT16) filesystems.
+EOF
diff --git a/disk/partimage-ng/DOWNLOAD b/disk/partimage-ng/DOWNLOAD
new file mode 100755
index 0000000..a499270
--- /dev/null
+++ b/disk/partimage-ng/DOWNLOAD
@@ -0,0 +1,2 @@
+cd $SOURCE_CACHE &&
+wget --secure-protocol=auto --no-check-certificate $SOURCE_URL
diff --git a/disk/partimage-ng/HISTORY b/disk/partimage-ng/HISTORY
new file mode 100644
index 0000000..176a007
--- /dev/null
+++ b/disk/partimage-ng/HISTORY
@@ -0,0 +1,5 @@
+2008-02-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version r80
+ * PRE_BUILD: fix compile with latest glibc
+ spell created
+
diff --git a/disk/partimage-ng/PRE_BUILD b/disk/partimage-ng/PRE_BUILD
new file mode 100755
index 0000000..69b0619
--- /dev/null
+++ b/disk/partimage-ng/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i -e '/<fcntl.h>/ a\
+#include <langinfo.h>
+' src/imager.cpp



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bc192e52631c10d5025dc81ff13a891d0da6dad3), Treeve Jelbert, 08/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page