aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1999-05-06 04:21:59 +0800
committerjmg <jmg@FreeBSD.org>1999-05-06 04:21:59 +0800
commit93a59bf8d2d3b91d791861c45e13caf1e8359c7f (patch)
treee332671beaeb5d80ba686ef00a3b9de796dc1076
parentdc1ed1a17dcf4b12e95da4accd7547c1c01e6301 (diff)
downloadfreebsd-ports-gnome-93a59bf8d2d3b91d791861c45e13caf1e8359c7f.tar.gz
freebsd-ports-gnome-93a59bf8d2d3b91d791861c45e13caf1e8359c7f.tar.zst
freebsd-ports-gnome-93a59bf8d2d3b91d791861c45e13caf1e8359c7f.zip
reimport my ffs recovery tool into sysutils, NOT sysutil, that's what I
get for using easy-import... Pointed out by: asami
-rw-r--r--sysutils/ffsrecov/Makefile18
-rw-r--r--sysutils/ffsrecov/distinfo1
-rw-r--r--sysutils/ffsrecov/pkg-comment1
-rw-r--r--sysutils/ffsrecov/pkg-descr4
-rw-r--r--sysutils/ffsrecov/pkg-plist1
5 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile
new file mode 100644
index 000000000000..8601b0d25dc9
--- /dev/null
+++ b/sysutils/ffsrecov/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ffsrecov
+# Version required: no version
+# Date created: 4 May 1999
+# Whom: jmg
+#
+# $Id$
+#
+
+DISTNAME= ffsrecov
+PKGNAME= ffsrecov-0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://www.freebsd.org/~jmg/
+
+MAINTAINER= jmg@freebsd.org
+
+MAN8= ffsrecov.8
+
+.include <bsd.port.mk>
diff --git a/sysutils/ffsrecov/distinfo b/sysutils/ffsrecov/distinfo
new file mode 100644
index 000000000000..419c9ab7f318
--- /dev/null
+++ b/sysutils/ffsrecov/distinfo
@@ -0,0 +1 @@
+MD5 (ffsrecov.tar.gz) = d1aa1250631c3c5ef7110e314e4ceea3
diff --git a/sysutils/ffsrecov/pkg-comment b/sysutils/ffsrecov/pkg-comment
new file mode 100644
index 000000000000..d9d7fed427a4
--- /dev/null
+++ b/sysutils/ffsrecov/pkg-comment
@@ -0,0 +1 @@
+recover files from a corrupt FFS
diff --git a/sysutils/ffsrecov/pkg-descr b/sysutils/ffsrecov/pkg-descr
new file mode 100644
index 000000000000..b3efd9c97935
--- /dev/null
+++ b/sysutils/ffsrecov/pkg-descr
@@ -0,0 +1,4 @@
+ffsrecov is used to dump data out of the file system by specifing the raw
+inode. It can also return information on a specific inode and list the
+contents of the directory. It can also search through directories to find
+the inode numbers of files with a matching name.
diff --git a/sysutils/ffsrecov/pkg-plist b/sysutils/ffsrecov/pkg-plist
new file mode 100644
index 000000000000..05f82502f427
--- /dev/null
+++ b/sysutils/ffsrecov/pkg-plist
@@ -0,0 +1 @@
+bin/ffsrecov