2009-02-11 23:04:40 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2009/02/11 22:04:40 stacktic Exp $
|
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.
2008-09-29 17:11:35 +02:00
|
|
|
#
|
|
|
|
|
2009-02-11 23:04:40 +01:00
|
|
|
DISTNAME= fs-utils_20090211
|
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.
2008-09-29 17:11:35 +02:00
|
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
|
|
CATEGORIES= filesystems
|
2008-11-24 17:28:31 +01:00
|
|
|
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/stacktic/
|
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.
2008-09-29 17:11:35 +02:00
|
|
|
|
|
|
|
MAINTAINER= stacktic@NetBSD.org
|
2008-11-24 17:28:31 +01:00
|
|
|
HOMEPAGE= http://www.NetBSD.org/~stacktic/fs-utils.html
|
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.
2008-09-29 17:11:35 +02:00
|
|
|
COMMENT= Tools to access/modify a file system image through RUMP
|
|
|
|
|
2008-11-24 17:28:31 +01:00
|
|
|
ONLY_FOR_PLATFORM= NetBSD-4.99.7[2-9]-* NetBSD-[5-9]*
|
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.
2008-09-29 17:11:35 +02:00
|
|
|
|
2008-12-18 16:25:38 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
|
|
|
|
INSTALLATION_DIRS= bin lib ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
|
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.
2008-09-29 17:11:35 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|