           SPELL=anyfs-tools
         VERSION=0.85.1c
     SOURCE_HASH=sha512:a860834ff33f685ff4fb2adcab991e55b791b219f02dbd5cca9342bbdcfd165818c3a0116ee8e86823f5eec0c39b428bc98bffcb95174f2e89a906bb914b6f6b
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
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
