From 0d0af21c0e73e8a4de3c4d5072b434cd88f23edd Mon Sep 17 00:00:00 2001 From: jmg Date: Mon, 5 Mar 2001 01:09:58 +0000 Subject: release a new version of ffsrecov upon the world... significant improvements include telling you where it thinks the file system starts when scanning for superblocks... support to compile (untested) under Solaris, support for reading from raw devices, support for non-mmap'able files (which also means you can use it on >2gig file systems under x86)... arbitrary file system start possitions (you can use da0c to access filesystems that don't begin a block 0), print out and validity checking of arbitrary superblocks (no longer just the primary superblock)... and possibly more... --- sysutils/ffsrecov/Makefile | 5 ++--- sysutils/ffsrecov/distinfo | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile index 2f21ffc17cae..a43845ca5f74 100644 --- a/sysutils/ffsrecov/Makefile +++ b/sysutils/ffsrecov/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ffsrecov -PORTVERSION= 0.1 +PORTVERSION= 0.5 CATEGORIES= sysutils -MASTER_SITES= http://people.freebsd.org/~jmg/ -DISTNAME= ffsrecov +MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ MAN8= ffsrecov.8 diff --git a/sysutils/ffsrecov/distinfo b/sysutils/ffsrecov/distinfo index 419c9ab7f318..fca957dd9c24 100644 --- a/sysutils/ffsrecov/distinfo +++ b/sysutils/ffsrecov/distinfo @@ -1 +1 @@ -MD5 (ffsrecov.tar.gz) = d1aa1250631c3c5ef7110e314e4ceea3 +MD5 (ffsrecov-0.5.tar.gz) = 039a15938fd947f5b16e7fdf676fda85 -- cgit