summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/dcfldd/DESCR18
-rw-r--r--security/dcfldd/Makefile14
-rw-r--r--security/dcfldd/PLIST3
-rw-r--r--security/dcfldd/distinfo5
4 files changed, 40 insertions, 0 deletions
diff --git a/security/dcfldd/DESCR b/security/dcfldd/DESCR
new file mode 100644
index 00000000000..83e7987cc6d
--- /dev/null
+++ b/security/dcfldd/DESCR
@@ -0,0 +1,18 @@
+dcfldd is an enhanced version of GNU dd with features useful for
+forensics and security. Based on the dd program found in the GNU
+Coreutils package, dcfldd has the following additional features:
+
+* Hashing on-the-fly - dcfldd can hash the input data as it is being
+ transferred, helping to ensure data integrity.
+* Status output - dcfldd can update the user of its progress in terms
+ of the amount of data transferred and how much longer operation will take.
+* Flexible disk wipes - dcfldd can be used to wipe disks quickly and
+ with a known pattern if desired.
+* Image/wipe Verify - dcfldd can verify that a target drive is a
+ bit-for-bit match of the specified input file or pattern.
+* Multiple outputs - dcfldd can output to multiple files or disks at
+ the same time.
+* Split output - dcfldd can split output to multiple files with more
+ configurability than the split command.
+* Piped output and logs - dcfldd can send all its log data and output
+ to commands as well as files natively.
diff --git a/security/dcfldd/Makefile b/security/dcfldd/Makefile
new file mode 100644
index 00000000000..f522acc23a6
--- /dev/null
+++ b/security/dcfldd/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2015/06/14 07:27:08 pettai Exp $
+
+DISTNAME= dcfldd-1.3.4
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dcfldd/}
+
+MAINTAINER= pettai@NetBSD.org
+HOMEPAGE= http://dcfldd.sourceforge.net/
+COMMENT= Enhanced version of GNU dd with features useful for forensics
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/dcfldd/PLIST b/security/dcfldd/PLIST
new file mode 100644
index 00000000000..98c397a6e17
--- /dev/null
+++ b/security/dcfldd/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/14 07:27:08 pettai Exp $
+bin/dcfldd
+man/man1/dcfldd.1
diff --git a/security/dcfldd/distinfo b/security/dcfldd/distinfo
new file mode 100644
index 00000000000..16491737d7d
--- /dev/null
+++ b/security/dcfldd/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/14 07:27:08 pettai Exp $
+
+SHA1 (dcfldd-1.3.4.tar.gz) = 0ff5f510ac88490efb24b5b4929c06a7eac47ed8
+RMD160 (dcfldd-1.3.4.tar.gz) = e0baefedf4c2fb4a114b598e565c3ae98a9b3914
+Size (dcfldd-1.3.4.tar.gz) = 166530 bytes