From d60721c8b192edd2b1334ffb57ba4052a4e31607 Mon Sep 17 00:00:00 2001 From: Florian Stoehr Date: Wed, 2 Mar 2005 19:30:04 +0000 Subject: [PATCH] Secure disk partition eraser --- neb-wipe/DESCR | 5 +++++ neb-wipe/Makefile | 26 ++++++++++++++++++++++++++ neb-wipe/PLIST | 3 +++ neb-wipe/TODO | 2 ++ neb-wipe/distinfo | 4 ++++ 5 files changed, 40 insertions(+) create mode 100644 neb-wipe/DESCR create mode 100644 neb-wipe/Makefile create mode 100644 neb-wipe/PLIST create mode 100644 neb-wipe/TODO create mode 100644 neb-wipe/distinfo diff --git a/neb-wipe/DESCR b/neb-wipe/DESCR new file mode 100644 index 0000000000..100aa55eb6 --- /dev/null +++ b/neb-wipe/DESCR @@ -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 diff --git a/neb-wipe/Makefile b/neb-wipe/Makefile new file mode 100644 index 0000000000..a8c1f982b3 --- /dev/null +++ b/neb-wipe/Makefile @@ -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" diff --git a/neb-wipe/PLIST b/neb-wipe/PLIST new file mode 100644 index 0000000000..e6ad1cfdae --- /dev/null +++ b/neb-wipe/PLIST @@ -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 diff --git a/neb-wipe/TODO b/neb-wipe/TODO new file mode 100644 index 0000000000..09a3a85d1f --- /dev/null +++ b/neb-wipe/TODO @@ -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 diff --git a/neb-wipe/distinfo b/neb-wipe/distinfo new file mode 100644 index 0000000000..73d75f80f7 --- /dev/null +++ b/neb-wipe/distinfo @@ -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