diff options
author | abs <abs@pkgsrc.org> | 2009-12-10 17:31:58 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-10 17:31:58 +0000 |
commit | 9d5c3c7eff4ca6a35d9440674b3b15da71c08f14 (patch) | |
tree | 1bef44b4cfbcf33fdb6f6929e3b57944eb5c8b55 /sysutils/neb-wipe | |
parent | 38c05a85c0e196ef8dca1e4396e84f493c192bc6 (diff) | |
download | pkgsrc-9d5c3c7eff4ca6a35d9440674b3b15da71c08f14.tar.gz |
Added sysutils/neb-wipe version 1.0
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
Diffstat (limited to 'sysutils/neb-wipe')
-rw-r--r-- | sysutils/neb-wipe/DESCR | 5 | ||||
-rw-r--r-- | sysutils/neb-wipe/Makefile | 26 | ||||
-rw-r--r-- | sysutils/neb-wipe/PLIST | 3 | ||||
-rw-r--r-- | sysutils/neb-wipe/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/neb-wipe/DESCR b/sysutils/neb-wipe/DESCR new file mode 100644 index 00000000000..c89fe4052a9 --- /dev/null +++ b/sysutils/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/sysutils/neb-wipe/Makefile b/sysutils/neb-wipe/Makefile new file mode 100644 index 00000000000..6a160b477a5 --- /dev/null +++ b/sysutils/neb-wipe/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/10 17:31:58 abs Exp $ + +DISTNAME= neb-wipe-src-1.0 +PKGNAME= neb-wipe-1.0 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=neb-stoehr/} +EXTRACT_SUFX= .tgz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://neb-stoehr.sourceforge.net/ +COMMENT= Secure disk partition eraser + +NO_CONFIGURE= yes + +ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-* +LICENSE= original-bsd + +WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +PKG_DESTDIR_SUPPORT= user-destdir + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/neb-wipe ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/neb-wipe.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/neb-wipe/PLIST b/sysutils/neb-wipe/PLIST new file mode 100644 index 00000000000..0da82042798 --- /dev/null +++ b/sysutils/neb-wipe/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/10 17:31:58 abs Exp $ +bin/neb-wipe +man/man1/neb-wipe.1 diff --git a/sysutils/neb-wipe/distinfo b/sysutils/neb-wipe/distinfo new file mode 100644 index 00000000000..12c4e5f6706 --- /dev/null +++ b/sysutils/neb-wipe/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/12/10 17:31:58 abs Exp $ + +SHA1 (neb-wipe-src-1.0.tgz) = 7e77554271a055b3c2e943831d21a0a71f88cee6 +RMD160 (neb-wipe-src-1.0.tgz) = f004cc85f1284924c91d452e3df9eba68946b0b6 +Size (neb-wipe-src-1.0.tgz) = 4518 bytes |