summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/fatback/Makefile34
-rw-r--r--sysutils/fatback/distinfo2
-rw-r--r--sysutils/fatback/pkg-descr18
-rw-r--r--sysutils/fatback/pkg-plist6
5 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index c28207a..d051759 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -133,6 +133,7 @@
SUBDIR += extipl
SUBDIR += fanout
SUBDIR += fastest_cvsup
+ SUBDIR += fatback
SUBDIR += fcron
SUBDIR += fdupes
SUBDIR += fetchlog
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile
new file mode 100644
index 0000000..cb2c60b
--- /dev/null
+++ b/sysutils/fatback/Makefile
@@ -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>
diff --git a/sysutils/fatback/distinfo b/sysutils/fatback/distinfo
new file mode 100644
index 0000000..6e5a010
--- /dev/null
+++ b/sysutils/fatback/distinfo
@@ -0,0 +1,2 @@
+MD5 (fatback-1.3.tar.gz) = 4f1beb13670a7eff5b66cff84e5fd42a
+SIZE (fatback-1.3.tar.gz) = 190800
diff --git a/sysutils/fatback/pkg-descr b/sysutils/fatback/pkg-descr
new file mode 100644
index 0000000..8a5e32c
--- /dev/null
+++ b/sysutils/fatback/pkg-descr
@@ -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
diff --git a/sysutils/fatback/pkg-plist b/sysutils/fatback/pkg-plist
new file mode 100644
index 0000000..e38cc82
--- /dev/null
+++ b/sysutils/fatback/pkg-plist
@@ -0,0 +1,6 @@
+bin/fatback
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/fatback-manual.texi
+%%PORTDOCS%%%%DOCSDIR%%/texinfo.tex
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
OpenPOWER on IntegriCloud