import dcfldd, from maintainer Brad Tilley.

dcfldd - 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, Status output, Flexible disk wipes, Image/wipe Verify,
Multiple outputs, Split output and Piped output and logs.
This commit is contained in:
sthen 2009-09-09 00:10:50 +00:00
parent 8da9512ab5
commit cd2cf9da7c
4 changed files with 39 additions and 0 deletions

26
sysutils/dcfldd/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/09 00:10:50 sthen Exp $
COMMENT= GNU dd with added forensic/security features
DISTNAME= dcfldd-1.3.4-1
PKGNAME= dcfldd-1.3.4.1
CATEGORIES= sysutils
HOMEPAGE= http://dcfldd.sourceforge.net/
MAINTAINER= Brad Tilley <brad@16systems.com>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dcfldd/}
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

5
sysutils/dcfldd/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (dcfldd-1.3.4-1.tar.gz) = lSAmyHLxG1PODsZoGj7vCg==
RMD160 (dcfldd-1.3.4-1.tar.gz) = Om+6GXaG2o8YkNIfdba8KuGFkqc=
SHA1 (dcfldd-1.3.4-1.tar.gz) = +xxV8Qemr174cDpE0zR25QiBWRM=
SHA256 (dcfldd-1.3.4-1.tar.gz) = 9RQ6GE2lb9Wscp1tjLz59dqOHPRgSqn7l8WVU7fm1fg=
SIZE (dcfldd-1.3.4-1.tar.gz) = 163141

View File

@ -0,0 +1,5 @@
dcfldd - 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, Status output, Flexible disk wipes, Image/wipe Verify,
Multiple outputs, Split output and Piped output and logs.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/09 00:10:50 sthen Exp $
@bin bin/dcfldd
@man man/man1/dcfldd.1