Index: head/sysutils/dcfldd/files/extra-patch-dcfldd.h =================================================================== --- head/sysutils/dcfldd/files/extra-patch-dcfldd.h (revision 525622) +++ head/sysutils/dcfldd/files/extra-patch-dcfldd.h (nonexistent) @@ -1,11 +0,0 @@ ---- dcfldd.h.orig Sun May 15 08:06:08 2005 -+++ dcfldd.h Sat Jul 2 23:09:19 2005 -@@ -92,6 +92,8 @@ - /* Use separate input and output buffers, and combine partial input blocks. */ - #define C_TWOBUFS 04000 - -+#define uintmax_t uint64_t -+ - extern char *program_name; - - extern char *input_file; Property changes on: head/sysutils/dcfldd/files/extra-patch-dcfldd.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/dcfldd/files/extra-patch-xstrtol.h =================================================================== --- head/sysutils/dcfldd/files/extra-patch-xstrtol.h (revision 525622) +++ head/sysutils/dcfldd/files/extra-patch-xstrtol.h (nonexistent) @@ -1,7 +0,0 @@ ---- xstrtol.h.orig Sat Jul 2 23:18:21 2005 -+++ xstrtol.h Sat Jul 2 23:18:47 2005 -@@ -1,3 +1,4 @@ -+#include "dcfldd.h" - #ifndef XSTRTOL_H_ - # define XSTRTOL_H_ 1 - Property changes on: head/sysutils/dcfldd/files/extra-patch-xstrtol.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/dcfldd/files/extra-patch-human.c =================================================================== --- head/sysutils/dcfldd/files/extra-patch-human.c (revision 525622) +++ head/sysutils/dcfldd/files/extra-patch-human.c (nonexistent) @@ -1,10 +0,0 @@ ---- human.c.orig Sat Jul 2 23:12:17 2005 -+++ human.c Sat Jul 2 23:12:31 2005 -@@ -19,6 +19,7 @@ - --si, output block size selection, and large file support - added by eggert@twinsun.com. */ - -+#include "dcfldd.h" - #if HAVE_CONFIG_H - # include - #endif Property changes on: head/sysutils/dcfldd/files/extra-patch-human.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/dcfldd/Makefile =================================================================== --- head/sysutils/dcfldd/Makefile (revision 525622) +++ head/sysutils/dcfldd/Makefile (revision 525623) @@ -1,17 +1,25 @@ # Created by: MANTANI Nobutaka # $FreeBSD$ PORTNAME= dcfldd -DISTVERSION= 1.3.4-1 +DISTVERSION= 1.7 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Enhanced dd tool with MD5 hashing capability -GNU_CONFIGURE= yes +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf +USE_GITHUB= yes +GH_ACCOUNT= resurrecting-open-source-projects +GH_PROJECT= dcfldd +GH_TAGNAME= v1.7 + +GNU_CONFIGURE=yes PLIST_FILES= bin/dcfldd \ man/man1/dcfldd.1.gz .include Index: head/sysutils/dcfldd/distinfo =================================================================== --- head/sysutils/dcfldd/distinfo (revision 525622) +++ head/sysutils/dcfldd/distinfo (revision 525623) @@ -1,2 +1,3 @@ -SHA256 (dcfldd-1.3.4-1.tar.gz) = f5143a184da56fd5ac729d6d8cbcf9f5da8e1cf4604aa9fb97c59553b7e6d5f8 -SIZE (dcfldd-1.3.4-1.tar.gz) = 163141 +TIMESTAMP = 1581219608 +SHA256 (resurrecting-open-source-projects-dcfldd-1.7-v1.7_GH0.tar.gz) = 6c4654407b7ec0c3328f79dc1a31365c22899a6aac23cb8ac4cb15441c71aa3e +SIZE (resurrecting-open-source-projects-dcfldd-1.7-v1.7_GH0.tar.gz) = 81892 Index: head/sysutils/dcfldd/pkg-descr =================================================================== --- head/sysutils/dcfldd/pkg-descr (revision 525622) +++ head/sysutils/dcfldd/pkg-descr (revision 525623) @@ -1,12 +1,12 @@ dcfldd is an enhanced version of GNU dd with features useful for forensics and security. dcfldd has the following additional features: - Hashing on-the-fly - Status output - Flexible disk wipes - Image/wipe Verify - Multiple outputs - Split output - Piped output and logs -WWW: http://dcfldd.sourceforge.net/ +WWW: https://github.com/resurrecting-open-source-projects/dcfldd