From bc2ce8963cc04a690a67ad72281a7b0964e797fd Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 21 Jan 2004 05:03:18 +0000 Subject: Initial import of fastfs into the NetBSD packages collection. fastfs turns on/off delayed I/O on a filesystem. It is intended for use with restore(8) to speed up full filesystem restores as much as 500%. --- sysutils/fastfs/DESCR | 3 +++ sysutils/fastfs/Makefile | 27 +++++++++++++++++++++++++++ sysutils/fastfs/PLIST | 2 ++ sysutils/fastfs/distinfo | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 sysutils/fastfs/DESCR create mode 100644 sysutils/fastfs/Makefile create mode 100644 sysutils/fastfs/PLIST create mode 100644 sysutils/fastfs/distinfo (limited to 'sysutils/fastfs') diff --git a/sysutils/fastfs/DESCR b/sysutils/fastfs/DESCR new file mode 100644 index 00000000000..fe1743521b8 --- /dev/null +++ b/sysutils/fastfs/DESCR @@ -0,0 +1,3 @@ +fastfs turns on/off delayed I/O on a filesystem. It is intended for +use with restore(8) to speed up full filesystem restores as much as +500%. diff --git a/sysutils/fastfs/Makefile b/sysutils/fastfs/Makefile new file mode 100644 index 00000000000..82785a9f84b --- /dev/null +++ b/sysutils/fastfs/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/21 05:03:18 grant Exp $ +# + +DISTNAME= fastfs.c +PKGNAME= fastfs-19940614 +CATEGORIES= sysutils +MASTER_SITES= http://www.squirrel.com/squirrel/ +EXTRACT_SUFX= # empty + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Turn on/off delayed IO on a file system + +WRKSRC= ${WRKDIR}/fastfs +NO_CONFIGURE= # defined +ONLY_FOR_PLATFORM= SunOS-*-* + +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} ${DISTNAME} -o ${DISTNAME:S/.c//} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:S/.c//} ${PREFIX}/sbin + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/fastfs/PLIST b/sysutils/fastfs/PLIST new file mode 100644 index 00000000000..042a90c584b --- /dev/null +++ b/sysutils/fastfs/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/21 05:03:18 grant Exp $ +sbin/fastfs diff --git a/sysutils/fastfs/distinfo b/sysutils/fastfs/distinfo new file mode 100644 index 00000000000..32de15bf54b --- /dev/null +++ b/sysutils/fastfs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/21 05:03:18 grant Exp $ + +SHA1 (fastfs.c) = 6a5c920815d1c54a9143e7aa2544e5b83bfa0a27 +Size (fastfs.c) = 3564 bytes -- cgit v1.2.3