summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-21 05:03:18 +0000
committergrant <grant@pkgsrc.org>2004-01-21 05:03:18 +0000
commit15b3d04a3dec15c84e033ff0d5f77ce4316c8736 (patch)
tree53fb34829aa22b21ed6b0abdf822f83853bfd934 /sysutils
parent94c47fcab3e19794f07c3806bfa100c64188a0c3 (diff)
downloadpkgsrc-15b3d04a3dec15c84e033ff0d5f77ce4316c8736.tar.gz
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%.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fastfs/DESCR3
-rw-r--r--sysutils/fastfs/Makefile27
-rw-r--r--sysutils/fastfs/PLIST2
-rw-r--r--sysutils/fastfs/distinfo4
4 files changed, 36 insertions, 0 deletions
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