diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-01 11:12:09 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-01 11:12:09 +0000 |
commit | c8af5566cff076eecd1d074f19e0233fe78271ca (patch) | |
tree | 64818d4ea4360527b3b23dd6dc65f3c1201c5799 /sysutils/fatback | |
parent | b8010beedc64ca62b205458e6873c6b9770efb2b (diff) | |
download | ports-c8af5566cff076eecd1d074f19e0233fe78271ca.tar.gz ports-c8af5566cff076eecd1d074f19e0233fe78271ca.zip |
Notes
Diffstat (limited to 'sysutils/fatback')
-rw-r--r-- | sysutils/fatback/Makefile | 34 | ||||
-rw-r--r-- | sysutils/fatback/distinfo | 2 | ||||
-rw-r--r-- | sysutils/fatback/pkg-descr | 18 | ||||
-rw-r--r-- | sysutils/fatback/pkg-plist | 6 |
4 files changed, 60 insertions, 0 deletions
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile new file mode 100644 index 000000000000..cb2c60bedeff --- /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 000000000000..6e5a0109de45 --- /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 000000000000..8a5e32c4c522 --- /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 000000000000..e38cc82937e9 --- /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%% |