pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/fastfs Initial import of fastfs into the NetB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5310c6d4a123
branches: trunk
changeset: 466599:5310c6d4a123
user: grant <grant%pkgsrc.org@localhost>
date: Wed Jan 21 05:03:18 2004 +0000
description:
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:
sysutils/fastfs/DESCR | 3 +++
sysutils/fastfs/Makefile | 27 +++++++++++++++++++++++++++
sysutils/fastfs/PLIST | 2 ++
sysutils/fastfs/distinfo | 4 ++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 2dc65dcfaec0 -r 5310c6d4a123 sysutils/fastfs/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fastfs/DESCR Wed Jan 21 05:03:18 2004 +0000
@@ -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 -r 2dc65dcfaec0 -r 5310c6d4a123 sysutils/fastfs/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fastfs/Makefile Wed Jan 21 05:03:18 2004 +0000
@@ -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@localhost
+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 -r 2dc65dcfaec0 -r 5310c6d4a123 sysutils/fastfs/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fastfs/PLIST Wed Jan 21 05:03:18 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/21 05:03:18 grant Exp $
+sbin/fastfs
diff -r 2dc65dcfaec0 -r 5310c6d4a123 sysutils/fastfs/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fastfs/distinfo Wed Jan 21 05:03:18 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index