summaryrefslogtreecommitdiff
path: root/filesystems/fs-utils/Makefile
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 /filesystems/fs-utils/Makefile
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.
Diffstat (limited to 'filesystems/fs-utils/Makefile')
-rw-r--r--filesystems/fs-utils/Makefile17
1 files changed, 17 insertions, 0 deletions
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"