pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/neb-wipe Added sysutils/neb-wipe version 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e45d6d83c7f9
branches:  trunk
changeset: 568301:e45d6d83c7f9
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Dec 10 17:31:58 2009 +0000

description:
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:

 sysutils/neb-wipe/DESCR    |   5 +++++
 sysutils/neb-wipe/Makefile |  26 ++++++++++++++++++++++++++
 sysutils/neb-wipe/PLIST    |   3 +++
 sysutils/neb-wipe/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r cc857760ac85 -r e45d6d83c7f9 sysutils/neb-wipe/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/neb-wipe/DESCR   Thu Dec 10 17:31:58 2009 +0000
@@ -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 -r cc857760ac85 -r e45d6d83c7f9 sysutils/neb-wipe/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/neb-wipe/Makefile        Thu Dec 10 17:31:58 2009 +0000
@@ -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@localhost
+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 -r cc857760ac85 -r e45d6d83c7f9 sysutils/neb-wipe/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/neb-wipe/PLIST   Thu Dec 10 17:31:58 2009 +0000
@@ -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 -r cc857760ac85 -r e45d6d83c7f9 sysutils/neb-wipe/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/neb-wipe/distinfo        Thu Dec 10 17:31:58 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index