pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/disk-filltest Added sysutils/disk-filltest ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5709972eacfc
branches: trunk
changeset: 635132:5709972eacfc
user: abs <abs%pkgsrc.org@localhost>
date: Sat May 31 22:04:35 2014 +0000
description:
Added sysutils/disk-filltest version 0.7.1
The function of disk-filltest is simple:
* Write files random-######## to the current directory until the disk is full
* Read the files again and verify the pseudo-random sequence written
* Any write or read error will be reported, either by the operating
system or by checking the pseudo-random sequence
* Optionally, delete the random files after a successful run
diffstat:
sysutils/disk-filltest/DESCR | 7 +++++++
sysutils/disk-filltest/Makefile | 21 +++++++++++++++++++++
sysutils/disk-filltest/PLIST | 3 +++
sysutils/disk-filltest/distinfo | 5 +++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 27b4d4e437d7 -r 5709972eacfc sysutils/disk-filltest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/disk-filltest/DESCR Sat May 31 22:04:35 2014 +0000
@@ -0,0 +1,7 @@
+The function of disk-filltest is simple:
+
+* Write files random-######## to the current directory until the disk is full
+* Read the files again and verify the pseudo-random sequence written
+* Any write or read error will be reported, either by the operating
+ system or by checking the pseudo-random sequence
+* Optionally, delete the random files after a successful run
diff -r 27b4d4e437d7 -r 5709972eacfc sysutils/disk-filltest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/disk-filltest/Makefile Sat May 31 22:04:35 2014 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2014/05/31 22:04:35 abs Exp $
+
+DISTNAME= disk-filltest-0.7.1
+CATEGORIES= sysutils
+MASTER_SITES= http://panthema.net/2013/disk-filltest/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://panthema.net/2013/disk-filltest/
+COMMENT= Detect Bad Disks by Filling with Random Data
+LICENSE= gnu-gpl-v3
+
+INSTALLATION_DIRS= bin share/doc/disk-filltest
+
+BUILD_TARGET= disk-filltest
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/disk-filltest ${DESTDIR}${PREFIX}/bin/disk-filltest
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/disk-filltest/README
+
+.include "../../mk/bsd.pkg.mk"
diff -r 27b4d4e437d7 -r 5709972eacfc sysutils/disk-filltest/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/disk-filltest/PLIST Sat May 31 22:04:35 2014 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2014/05/31 22:04:35 abs Exp $
+bin/disk-filltest
+share/doc/disk-filltest/README
diff -r 27b4d4e437d7 -r 5709972eacfc sysutils/disk-filltest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/disk-filltest/distinfo Sat May 31 22:04:35 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2014/05/31 22:04:35 abs Exp $
+
+SHA1 (disk-filltest-0.7.1.tar.bz2) = be35c8b89410290eecc7cf547bcd59f9da71e05b
+RMD160 (disk-filltest-0.7.1.tar.bz2) = ddcd3478ec752c8328b5e1e510f6f4022e01fa25
+Size (disk-filltest-0.7.1.tar.bz2) = 14434 bytes
Home |
Main Index |
Thread Index |
Old Index