pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/diskscrub Initial import of diskscrub, a util...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e595fc9ac5e
branches:  trunk
changeset: 544885:6e595fc9ac5e
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Jul 21 22:25:03 2008 +0000

description:
Initial import of diskscrub, a utility to overwrite a disk with data,
version 2.0, into the packages collection.

        Scrub writes patterns on special files (i.e.  raw disk devices) or
        regular files to make retrieving the data more difficult.

diffstat:

 sysutils/diskscrub/DESCR    |   2 ++
 sysutils/diskscrub/Makefile |  17 +++++++++++++++++
 sysutils/diskscrub/PLIST    |   3 +++
 sysutils/diskscrub/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r f455f2e14c7e -r 6e595fc9ac5e sysutils/diskscrub/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/diskscrub/DESCR  Mon Jul 21 22:25:03 2008 +0000
@@ -0,0 +1,2 @@
+Scrub writes patterns on special files (i.e.  raw disk devices) or
+regular files to make retrieving the data more difficult.
diff -r f455f2e14c7e -r 6e595fc9ac5e sysutils/diskscrub/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/diskscrub/Makefile       Mon Jul 21 22:25:03 2008 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/21 22:25:03 agc Exp $
+#
+
+DISTNAME=      scrub-2.0
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=diskscrub/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    agc%NetBSD.org@localhost
+HOMEPAGE=      http://sourceforge.net/projects/diskscrub
+COMMENT=       Utility to overwrite disks and scrub the data on them
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r f455f2e14c7e -r 6e595fc9ac5e sysutils/diskscrub/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/diskscrub/PLIST  Mon Jul 21 22:25:03 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/07/21 22:25:03 agc Exp $
+bin/scrub
+man/man1/scrub.1
diff -r f455f2e14c7e -r 6e595fc9ac5e sysutils/diskscrub/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/diskscrub/distinfo       Mon Jul 21 22:25:03 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/21 22:25:03 agc Exp $
+
+SHA1 (scrub-2.0.tar.bz2) = 9a4edf70d4b3dc08a1c34c9579af573c872327fd
+RMD160 (scrub-2.0.tar.bz2) = dd91066127bdf3cc059aa9832bd00d15af04ad80
+Size (scrub-2.0.tar.bz2) = 145625 bytes



Home | Main Index | Thread Index | Old Index