summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1999-05-05 20:21:59 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1999-05-05 20:21:59 +0000
commit00cff9c1bc94a17dfe8db1ca3604c6c360cfc69b (patch)
tree70cee6288acefb8edea4c39b5fac9efbde76a9dc /sysutils
parentAdd WRKDIRPREFIX to SCRIPTS_ENV so scripts/configure.php can use it. (diff)
reimport my ffs recovery tool into sysutils, NOT sysutil, that's what I
get for using easy-import... Pointed out by: asami
Notes
Notes: svn path=/head/; revision=18519
Diffstat (limited to 'sysutils')
-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