2014-01-27 19:41:11 +01:00
|
|
|
# $NetBSD: Makefile,v 1.19 2014/01/27 18:41:12 wiz 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
|
|
|
|
2013-07-05 19:25:23 +02:00
|
|
|
GIT_COMMIT= v1.00
|
2013-05-01 19:16:05 +02:00
|
|
|
DISTNAME= ${GIT_COMMIT}
|
2013-07-05 19:25:23 +02:00
|
|
|
PKGNAME= fs-utils-20130701
|
2009-11-02 19:58:10 +01:00
|
|
|
CATEGORIES= filesystems
|
2013-07-05 19:25:23 +02:00
|
|
|
MASTER_SITES= https://github.com/stacktic/fs-utils/archive/
|
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-11-02 19:58:10 +01:00
|
|
|
MAINTAINER= stacktic@NetBSD.org
|
2013-05-01 19:16:05 +02:00
|
|
|
HOMEPAGE= https://github.com/stacktic/fs-utils
|
2009-11-02 19:58:10 +01:00
|
|
|
COMMENT= Tools to access/modify a file system image through RUMP
|
2013-05-01 19:16:05 +02:00
|
|
|
LICENSE= 2-clause-bsd
|
2013-06-18 20:52:43 +02:00
|
|
|
DEPENDS+= rump>=20130101:../../misc/rump
|
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
|
|
|
|
2013-07-05 19:25:23 +02:00
|
|
|
ONLY_FOR_PLATFORM= Linux-*-* SunOS-*-* NetBSD-*-*
|
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-11-02 19:58:10 +01:00
|
|
|
INSTALLATION_DIRS= bin lib include ${PKGMANDIR}/man1 ${PKGMANDIR}/man3
|
2008-12-18 16:25:38 +01:00
|
|
|
|
2013-05-01 19:16:05 +02:00
|
|
|
USE_TOOLS+= gmake
|
|
|
|
|
2013-07-05 19:25:23 +02:00
|
|
|
WRKSRC= ${WRKDIR}/fs-utils-1.00
|
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
|
|
|
|
2013-06-18 20:52:43 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2013-05-01 19:16:05 +02:00
|
|
|
|
|
|
|
.include "../../misc/rump/buildlink3.mk"
|
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"
|