pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/fs-utils Initial import of fs-utils-200809...
details: https://anonhg.NetBSD.org/pkgsrc/rev/053bda5b0585
branches: trunk
changeset: 547723:053bda5b0585
user: stacktic <stacktic%pkgsrc.org@localhost>
date: Mon Sep 29 15:11:35 2008 +0000
description:
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.
diffstat:
filesystems/fs-utils/DESCR | 16 ++++++++++++++
filesystems/fs-utils/Makefile | 17 ++++++++++++++
filesystems/fs-utils/PLIST | 49 +++++++++++++++++++++++++++++++++++++++++++
filesystems/fs-utils/distinfo | 5 ++++
4 files changed, 87 insertions(+), 0 deletions(-)
diffs (103 lines):
diff -r 58a0f59c50cb -r 053bda5b0585 filesystems/fs-utils/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fs-utils/DESCR Mon Sep 29 15:11:35 2008 +0000
@@ -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 -r 58a0f59c50cb -r 053bda5b0585 filesystems/fs-utils/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fs-utils/Makefile Mon Sep 29 15:11:35 2008 +0000
@@ -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@localhost
+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 -r 58a0f59c50cb -r 053bda5b0585 filesystems/fs-utils/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fs-utils/PLIST Mon Sep 29 15:11:35 2008 +0000
@@ -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 -r 58a0f59c50cb -r 053bda5b0585 filesystems/fs-utils/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fs-utils/distinfo Mon Sep 29 15:11:35 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index