unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Bishmer J. Sekaran" <bishmer@scorpionrock.com>
To: guix-devel@gnu.org
Subject: [PATCH] Add dcfldd
Date: Sun, 3 Aug 2014 20:25:58 -0700	[thread overview]
Message-ID: <92c8e67cb6f35ac651fb8ca3529d6072.squirrel@webmail.scorpionrock.com> (raw)

From fadbb3a11b972499e4fe5a2f6ec69c98b387ecc7 Mon Sep 17 00:00:00 2001
From: "Bishmer J. Sekaran" <bishmer@scorpionrock.com>
Date: Mon, 4 Aug 2014 19:21:23 +0800
Subject: [PATCH] [PATCH] Add dcfldd

---
 gnu-system.am           |  1 +
 gnu/packages/dcfldd.scm | 51
+++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)
 create mode 100644 gnu/packages/dcfldd.scm

diff --git a/gnu-system.am b/gnu-system.am
index 6e1e8af..346cbe5 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -67,6 +67,7 @@ GNU_SYSTEM_MODULES =				\
   gnu/packages/cyrus-sasl.scm			\
   gnu/packages/datamash.scm			\
   gnu/packages/dc.scm				\
+  gnu/packages/dcfldd.scm			\
   gnu/packages/dejagnu.scm			\
   gnu/packages/dictionaries.scm			\
   gnu/packages/disk.scm				\
diff --git a/gnu/packages/dcfldd.scm b/gnu/packages/dcfldd.scm
new file mode 100644
index 0000000..451a212
--- /dev/null
+++ b/gnu/packages/dcfldd.scm
@@ -0,0 +1,51 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
+;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014 Bishmer J. Sekaran <bishmer@scorpionrock.com>
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or (at
+;;; your option) any later version.
+;;;
+;;; GNU Guix is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
+
+(define-module (gnu packages dcfldd)
+  #:use-module (guix licenses)
+  #:use-module (gnu packages gnutls)
+  #:use-module (gnu packages perl)
+  #:use-module (guix packages)
+  #:use-module (guix download)
+  #:use-module (guix build-system gnu))
+
+(define-public dcfldd
+  (package
+    (name "dcfldd")
+    (version "1.3.4-1")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append
"http://nchc.dl.sourceforge.net/project/dcfldd/dcfldd/1.3.4-1/dcfldd-"
+                          version ".tar.gz"))
+      (sha256
+       (base32
+        "1y6mwsvm75f5jzxsjjk0yhf8xnpmz6y8qvcxfandavx59lc3l57m"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("gnutls" ,gnutls)))
+    (native-inputs
+     `(("perl" ,perl)))
+    (home-page "http://www.gnu.org/software/wget/")
+    (synopsis "A version of dd with a progress indicator and other
features")
+    (description
+     "Created by the US Department of Defence's Computer Forensics
Laboratory, dcfldd is an enhanced version of GNU dd with features
+ useful for forensics and security.")
+    (license gpl2)))
-- 
1.8.4

             reply	other threads:[~2014-08-04  4:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-04  3:25 Bishmer J. Sekaran [this message]
2014-08-04 12:00 ` [PATCH] Add dcfldd Bishmer J. Sekaran
2014-08-06 17:17   ` Andreas Enge
2014-08-11  5:36   ` Mark H Weaver
  -- strict thread matches above, loose matches on Subject: below --
2014-08-12 15:00 Bishmer J. Sekaran
2014-08-12 18:27 ` Ludovic Courtès
2014-08-12 15:07 Bishmer J. Sekaran
2014-08-12 15:22 ` Eric Bavier
2014-08-13  3:34   ` mhw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=92c8e67cb6f35ac651fb8ca3529d6072.squirrel@webmail.scorpionrock.com \
    --to=bishmer@scorpionrock.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).