Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (009a695658a03ac32bbf0528909fccab5d5b68d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (009a695658a03ac32bbf0528909fccab5d5b68d1)
  • Date: Sat, 12 Aug 2006 18:40:04 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 6 +++++
disk/anyfs-tools/DEPENDS | 9 ++++++++
disk/anyfs-tools/DETAILS | 31 ++++++++++++++++++++++++++++++
disk/anyfs-tools/HISTORY | 2 +
disk/anyfs-tools/PRE_BUILD | 4 +++
disk/anyfs-tools/TRIGGERS | 1
utils/anyrename/BUILD | 1
utils/anyrename/DEPENDS | 46
+++++++++++++++++++++++++++++++++++++++++++++
utils/anyrename/DETAILS | 16 +++++++++++++++
utils/anyrename/HISTORY | 2 +
utils/anyrename/INSTALL | 1
11 files changed, 119 insertions(+)

New commits:
commit ad8404de61d0573ffd122de8c42c60200fea8a3f
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

disk/anyfs-tools: new spell, toolset for recovering and converting
filesystems and recovering data from a block device
utils/anyrename: utility for renaming files recovered by anysurrect of
anyfs-tools package

diff --git a/ChangeLog b/ChangeLog
index e301270..156046b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-13 Pol Vinogradov <vin.public AT gmail.com>
+ * disk/anyfs-tools: new spell, toolset for recovering and converting
+ filesystems and recovering data from a block device
+ * utils/anyrename: utility for renaming files recovered by anysurrect
+ of anyfs-tools package
+
2006-08-12 Anton Brondz <dinolinux AT gmail.com>
* kde-apps/kdesvn: new spell

diff --git a/disk/anyfs-tools/DEPENDS b/disk/anyfs-tools/DEPENDS
new file mode 100755
index 0000000..7d28f5c
--- /dev/null
+++ b/disk/anyfs-tools/DEPENDS
@@ -0,0 +1,9 @@
+depends e2fsprogs &&
+optional_depends xfsprogs \
+ "" \
+ "" \
+ "for converting to XFS" &&
+optional_depends mpeg2dec \
+ "" \
+ "" \
+ "for recovering MPEG2 stream"
diff --git a/disk/anyfs-tools/DETAILS b/disk/anyfs-tools/DETAILS
new file mode 100755
index 0000000..71f4955
--- /dev/null
+++ b/disk/anyfs-tools/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=anyfs-tools
+ VERSION=0.84.5
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:319922156724d62110a9890a9da20ad93794d96c986e52aee667424d3db17783786122a50f6bfca89898823143d10ce6bc999a832d9a3dfe3d29e3e032a99ca9
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://${SPELL}.sourceforge.net/
+ ENTERED=20060813
+ KEYWORDS="disk"
+ LICENSE[0]=GPL
+ SHORT="anyfs-tools - toolset for recovering and converting
filesystems and recovering data from a block device"
+cat << EOF
+anyfs-tools provides a unix-like toolset for recovering and converting
+filesystems. The following utils are included in the toolset:
+ * build_it uses LINUX OS filesystem drivers to recursively read directory
+ entries in order to obtain information about all of the filesystem
+ inodes. The information is then saved to an external inode table.
+ * anysurrect searches block devices for specific file types, based on
+ their file structure. Information about each found file type is also
+ saved to an external inode table.
+ * reblock changes the filesystem block size. reblock uses information
+ from the filesystems inode table to change each files' fragments plac-
+ ing so that it will align with block boundaries but with a new block
+ size.
+ * build_e2fs proceeds from external inode table information for building
+ ext2fs filesystems on device.
+ * build_xfs proceeds from external inode table information for building
+ xfs filesystems on device.
+ * anyconvertfs converts device filesystem with applying other anyfs-tools
+ utilities.
+EOF
diff --git a/disk/anyfs-tools/HISTORY b/disk/anyfs-tools/HISTORY
new file mode 100644
index 0000000..4d88c4e
--- /dev/null
+++ b/disk/anyfs-tools/HISTORY
@@ -0,0 +1,2 @@
+2006-08-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, PRE_BUILD, TRIGGERS: created spell
diff --git a/disk/anyfs-tools/PRE_BUILD b/disk/anyfs-tools/PRE_BUILD
new file mode 100755
index 0000000..b3a4fed
--- /dev/null
+++ b/disk/anyfs-tools/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY}/src/build_xfs &&
+sedit 's:build_xfs $(INSTALLPATH)/sbin:build_xfs $(INSTALLPATH)/sbin ||
true:' Makefile.in &&
+cd ${SOURCE_DIRECTORY}
diff --git a/disk/anyfs-tools/TRIGGERS b/disk/anyfs-tools/TRIGGERS
new file mode 100755
index 0000000..bb1c400
--- /dev/null
+++ b/disk/anyfs-tools/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux cast_self
diff --git a/utils/anyrename/BUILD b/utils/anyrename/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/anyrename/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/anyrename/DEPENDS b/utils/anyrename/DEPENDS
new file mode 100755
index 0000000..0a5c650
--- /dev/null
+++ b/utils/anyrename/DEPENDS
@@ -0,0 +1,46 @@
+depends anyfs-tools &&
+
+optional_depends gzip \
+ "" \
+ "" \
+ "for renaming gz archives" &&
+optional_depends tar \
+ "" \
+ "" \
+ "for renaming tat archives" &&
+optional_depends unrar \
+ "" \
+ "" \
+ "for renaming rar archives" &&
+optional_depends unzip \
+ "" \
+ "" \
+ "for renaming zip archives" &&
+optional_depends cdrtools \
+ "" \
+ "" \
+ "for renaming ISO image files" &&
+optional_depends poppler \
+ "" \
+ "" \
+ "for renaming pdf files" &&
+optional_depends imagemagick \
+ "" \
+ "" \
+ "for renaming images (png, jpg...)" &&
+optional_depends LIBGIF \
+ "" \
+ "" \
+ "for renaming gif files" &&
+optional_depends id3lib \
+ "" \
+ "" \
+ "for renaming mp3/mpeg3 files" &&
+optional_depends vorbis-tools \
+ "" \
+ "" \
+ "for renaming ogg files" &&
+optional_depends file \
+ "" \
+ "" \
+ "for renaming text files"
diff --git a/utils/anyrename/DETAILS b/utils/anyrename/DETAILS
new file mode 100755
index 0000000..ea668b2
--- /dev/null
+++ b/utils/anyrename/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=anyrename
+ VERSION=0.3
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/anyfs-tools/${SOURCE}
+
SOURCE_HASH=sha512:1e6ed910399d992a6ac5c28bce1155b9b052d8d3b91e3152855884f2ceb49ce23e701401c23466e4255c095f9810d0cb02114163d636e769cdfa40ec29b2bdf2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://anyfs-tools.sourceforge.net/
+ ENTERED=20060813
+ KEYWORDS="utils"
+ DOCS="README* ANYRENAME* COPYING"
+ LICENSE[0]=GPL
+ SHORT="anyrename is a tool for renaming files"
+cat << EOF
+anyrename is a tool for renaming files recovered by anysurrect of anyfs-tools
+package.
+EOF
diff --git a/utils/anyrename/HISTORY b/utils/anyrename/HISTORY
new file mode 100644
index 0000000..5ad57bb
--- /dev/null
+++ b/utils/anyrename/HISTORY
@@ -0,0 +1,2 @@
+2006-08-13 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, DEPENDS, INSTALL: created spell
diff --git a/utils/anyrename/INSTALL b/utils/anyrename/INSTALL
new file mode 100755
index 0000000..991bdfe
--- /dev/null
+++ b/utils/anyrename/INSTALL
@@ -0,0 +1 @@
+cp -r bin ${INSTALL_ROOT}/usr



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (009a695658a03ac32bbf0528909fccab5d5b68d1), Pol Vinogradov, 08/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page