GNU bug report logs - #39191
[PATCH] gnu: Add bvi.

Previous Next

Package: guix-patches;

Reported by: Jakub Kądziołka <kuba <at> kadziolka.net>

Date: Sun, 19 Jan 2020 12:45:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#39191: closed ([PATCH] gnu: Add bvi.)
Date: Mon, 27 Jan 2020 23:27:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Jan 2020 00:26:26 +0100
with message-id <87r1zkqy59.fsf <at> devup.no>
and subject line Re: [bug#39191] [PATCH] gnu: Add bvi.
has caused the debbugs.gnu.org bug report #39191,
regarding [PATCH] gnu: Add bvi.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
39191: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39191
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jakub Kądziołka <kuba <at> kadziolka.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add bvi.
Date: Sun, 19 Jan 2020 13:44:10 +0100
* gnu/packages/hexedit.scm (bvi): New variable.
---
 gnu/packages/hexedit.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm
index 9aea8e8700..39dcb2e0f7 100644
--- a/gnu/packages/hexedit.scm
+++ b/gnu/packages/hexedit.scm
@@ -80,3 +80,25 @@ low-level functionality of a debugger with the usability of an @dfn{Integrated
 Development Environment} (IDE).")
     (home-page "http://hte.sourceforge.net/")
     (license license:gpl2)))
+
+(define-public bvi
+  (package
+    (name "bvi")
+    (version "1.4.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://sourceforge/bvi/bvi/" version
+                    "/bvi-" version ".src.tar.gz"))
+              (sha256
+               (base32
+                "0a0yl0dcyff31k3dr4dpgqmlwygp8iaslnr5gmb6814ylxf2ad9h"))))
+    (build-system gnu-build-system)
+    (arguments '(#:tests? #f))          ; no check target
+    (inputs
+     `(("ncurses" ,ncurses)))
+    (synopsis "binary file editor")
+    (description "bvi is a display-oriented editor for binary files, based on
+the vi text editor.")
+    (home-page "http://bvi.sourceforge.net/")
+    (license license:gpl3)))
-- 
2.25.0



[Message part 3 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Jakub Kądziołka <kuba <at> kadziolka.net>,
 39191-done <at> debbugs.gnu.org
Subject: Re: [bug#39191] [PATCH] gnu: Add bvi.
Date: Tue, 28 Jan 2020 00:26:26 +0100
[Message part 4 (text/plain, inline)]
Jakub Kądziołka <kuba <at> kadziolka.net> writes:

> * gnu/packages/hexedit.scm (bvi): New variable.

Applied with a copyright line, changed license to GPL3+ as per the
source code headers, and added some markup to the description.

Thanks!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.