diff options
author | jmg <jmg@FreeBSD.org> | 2001-03-05 01:09:58 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2001-03-05 01:09:58 +0000 |
commit | 0d0af21c0e73e8a4de3c4d5072b434cd88f23edd (patch) | |
tree | 5c825360cef53c9e7dc709f65683c0c6133f080e | |
parent | 24729f89a8b09bc1723371feabf31df902386974 (diff) | |
download | FreeBSD-ports-0d0af21c0e73e8a4de3c4d5072b434cd88f23edd.zip FreeBSD-ports-0d0af21c0e73e8a4de3c4d5072b434cd88f23edd.tar.gz |
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...
-rw-r--r-- | sysutils/ffsrecov/Makefile | 5 | ||||
-rw-r--r-- | sysutils/ffsrecov/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile index 2f21ffc..a43845c 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 419c9ab..fca957d 100644 --- a/sysutils/ffsrecov/distinfo +++ b/sysutils/ffsrecov/distinfo @@ -1 +1 @@ -MD5 (ffsrecov.tar.gz) = d1aa1250631c3c5ef7110e314e4ceea3 +MD5 (ffsrecov-0.5.tar.gz) = 039a15938fd947f5b16e7fdf676fda85 |