summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstacktic <stacktic>2008-09-29 15:11:35 +0000
committerstacktic <stacktic>2008-09-29 15:11:35 +0000
commit8d46f9fbdc75ac87d9a9301b379bf41417453436 (patch)
tree529b83007a46f5961fabaac6c4c8b440e2765ecf
parentef2b4eda9436cda1b534d2aca37a8ac0af4532a1 (diff)
downloadpkgsrc-8d46f9fbdc75ac87d9a9301b379bf41417453436.tar.gz
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to mount it. Classic commands included (prefixed with fsu_): * cat, diff, du, find, ls * chflags, chmod, chown, mv, rm, rmdir * cp, ln, mkdir, mkfifo, mknod, touch New commands: * fsu_ecp (cp-like which allows the user to get/put files from/to the image) * fsu_exec (executes a local command like text editor on a file from the image) * fsu_write (writes its input in a file on the image) * fsu_console (a command console tool that uses previous commands and adds directory browsing) This package is enabled only for NetBSD 4.99.72 and newer.
-rw-r--r--filesystems/fs-utils/DESCR16
-rw-r--r--filesystems/fs-utils/Makefile17
-rw-r--r--filesystems/fs-utils/PLIST49
-rw-r--r--filesystems/fs-utils/distinfo5
4 files changed, 87 insertions, 0 deletions
diff --git a/filesystems/fs-utils/DESCR b/filesystems/fs-utils/DESCR
new file mode 100644
index 00000000000..811580a5afb
--- /dev/null
+++ b/filesystems/fs-utils/DESCR
@@ -0,0 +1,16 @@
+Tools to access and modify a file system image without having to
+mount it.
+
+Classic commands included (prefixed with fsu_):
+
+* cat, diff, du, find, ls
+* chflags, chmod, chown, mv, rm, rmdir
+* cp, ln, mkdir, mkfifo, mknod, touch
+
+New commands:
+
+* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
+* fsu_exec (executes a local command like text editor on a file from the image)
+* fsu_write (writes its input in a file on the image)
+* fsu_console (a command console tool that uses previous commands and adds
+ directory browsing)
diff --git a/filesystems/fs-utils/Makefile b/filesystems/fs-utils/Makefile
new file mode 100644
index 00000000000..5ef585f4a98
--- /dev/null
+++ b/filesystems/fs-utils/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2008/09/29 15:11:35 stacktic Exp $
+#
+
+DISTNAME= fs-utils_20080925
+PKGNAME= ${DISTNAME:S/_/-/}
+CATEGORIES= filesystems
+MASTER_SITES= http://www.stacktic.org/
+
+MAINTAINER= stacktic@NetBSD.org
+HOMEPAGE= http://netbsd-soc.sourceforge.net/projects/fs-utils/
+COMMENT= Tools to access/modify a file system image through RUMP
+
+ONLY_FOR_PLATFORM= NetBSD-4.99.7[2-9]-* NetBSD-4.99.[89][0-9]-* NetBSD-[5-9]*
+
+MAKE_ENV+= MKLINT=no
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/filesystems/fs-utils/PLIST b/filesystems/fs-utils/PLIST
new file mode 100644
index 00000000000..80a7e0a57fa
--- /dev/null
+++ b/filesystems/fs-utils/PLIST
@@ -0,0 +1,49 @@
+@comment $NetBSD: PLIST,v 1.1 2008/09/29 15:11:35 stacktic Exp $
+bin/fsu_cat
+bin/fsu_chflags
+bin/fsu_chmod
+bin/fsu_chown
+bin/fsu_console
+bin/fsu_cp
+bin/fsu_diff
+bin/fsu_du
+bin/fsu_ecp
+bin/fsu_exec
+bin/fsu_find
+bin/fsu_ln
+bin/fsu_ls
+bin/fsu_mkdir
+bin/fsu_mkfifo
+bin/fsu_mknod
+bin/fsu_mv
+bin/fsu_rm
+bin/fsu_rmdir
+bin/fsu_touch
+bin/fsu_write
+lib/libfsu_mount.a
+lib/libfsu_mount.so
+lib/libfsu_mount.so.0
+lib/libfsu_mount.so.0.0
+lib/libfsu_mount_p.a
+lib/libfsu_mount_pic.a
+lib/libfsu_utils.a
+lib/libfsu_utils.so
+lib/libfsu_utils.so.0
+lib/libfsu_utils.so.0.0
+lib/libfsu_utils_p.a
+lib/libfsu_utils_pic.a
+man/man1/fsu_cat.1
+man/man1/fsu_chflags.1
+man/man1/fsu_chmod.1
+man/man1/fsu_chown.1
+man/man1/fsu_cp.1
+man/man1/fsu_du.1
+man/man1/fsu_ln.1
+man/man1/fsu_ls.1
+man/man1/fsu_mkdir.1
+man/man1/fsu_mkfifo.1
+man/man1/fsu_mknod.1
+man/man1/fsu_mv.1
+man/man1/fsu_rm.1
+man/man1/fsu_rmdir.1
+man/man1/fsu_touch.1
diff --git a/filesystems/fs-utils/distinfo b/filesystems/fs-utils/distinfo
new file mode 100644
index 00000000000..9af223dfa3f
--- /dev/null
+++ b/filesystems/fs-utils/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/09/29 15:11:36 stacktic Exp $
+
+SHA1 (fs-utils_20080925.tar.gz) = 4eb32445cfbf9159f7757a94a1b388a6c75e3cf6
+RMD160 (fs-utils_20080925.tar.gz) = 836ffc8850b69ce36f2c660515d9488355b238cb
+Size (fs-utils_20080925.tar.gz) = 112168 bytes