Secure disk partition eraser

This commit is contained in:
Florian Stoehr 2005-03-02 19:30:04 +00:00 committed by Thomas Klausner
parent 2cb5f28fec
commit d60721c8b1
5 changed files with 40 additions and 0 deletions

5
neb-wipe/DESCR Normal file
View file

@ -0,0 +1,5 @@
Erase harddisk partitions in a very secure manner (35-pass pattern
overwrite with patterns for all encoding schemes). Also supports
overwrite with random data. Can erase whole disks or slices only.
Homepage at http://neb-stoehr.sourceforge.net

26
neb-wipe/Makefile Normal file
View file

@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/03/02 19:30:04 florian_stoehr Exp $
#
DISTNAME= neb-wipe-src-0.9
PKGNAME= neb-wipe-0.9
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=neb-stoehr/}
EXTRACT_SUFX= .tgz
MAINTAINER= netbsd@wolfnode.de
HOMEPAGE= http://neb-stoehr.sourceforge.net/
COMMENT= Secure disk partition eraser
NO_CONFIGURE= yes
ONLY_FOR_PLATFORM= NetBSD-*-*
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/neb-wipe ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/neb-wipe.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"

3
neb-wipe/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/02 19:30:04 florian_stoehr Exp $
bin/neb-wipe
man/man1/neb-wipe.1

2
neb-wipe/TODO Normal file
View file

@ -0,0 +1,2 @@
- Perhaps some testing - although I did on alpha and i386 so it should run on any NetBSD platform
- Will work and is configured to be NetBSD only due to calls of opendisk(3) which is not available on all OS (maybe someone should try on OpenBSD, FreeBSD, ...)- Ready for uploading into pkgsrc beside upper items

4
neb-wipe/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2005/03/02 19:30:04 florian_stoehr Exp $
SHA1 (neb-wipe-src-0.9.tgz) = 9d5866500ba68e848a9b504e72c67ae77bdd4658
Size (neb-wipe-src-0.9.tgz) = 4504 bytes