Add fatback, recover deleted files from FAT filesystems.

PR:		ports/82393
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
Sam Lawrance 2005-07-01 11:12:09 +00:00
parent b8010beedc
commit c8af5566cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138291
5 changed files with 61 additions and 0 deletions

View File

@ -133,6 +133,7 @@
SUBDIR += extipl
SUBDIR += fanout
SUBDIR += fastest_cvsup
SUBDIR += fatback
SUBDIR += fcron
SUBDIR += fdupes
SUBDIR += fetchlog

34
sysutils/fatback/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: fatback
# Date created: 18 Jun 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= fatback
DISTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ehaupt@critical.ch
COMMENT= Recover deleted files from FAT filesystems
GNU_CONFIGURE= yes
MAN1= fatback.1
INFO= fatback-manual
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/fatback-manual.info ${PREFIX}/${INFO_PATH}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in fatback-manual.texi texinfo.tex ChangeLog AUTHORS
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (fatback-1.3.tar.gz) = 4f1beb13670a7eff5b66cff84e5fd42a
SIZE (fatback-1.3.tar.gz) = 190800

View File

@ -0,0 +1,18 @@
Fatback is a forensic tool for undeleting files from FAT file systems.
Fatback is different from other undelete tools in that it does the
following:
* Runs under UNIX environments
* Can undelete files automatically
* Supports Long File Names
* Supports FAT12, FAT16, and FAT32
* Powerful interactive mode
* Recursively undeletes deleted directories
* Recovers lost cluster chains
* Works with single partitions or whole disks
WWW: http://sourceforge.net/project/showfiles.php?group_id=46038
- ehaupt
ehaupt@critical.ch

View File

@ -0,0 +1,6 @@
bin/fatback
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/fatback-manual.texi
%%PORTDOCS%%%%DOCSDIR%%/texinfo.tex
%%PORTDOCS%%@dirrm %%DOCSDIR%%