All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] bvi: new package
@ 2025-09-26 12:12 Dimitrios Siganos
  2025-09-26 20:13 ` Julien Olivain via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Dimitrios Siganos @ 2025-09-26 12:12 UTC (permalink / raw)
  To: buildroot; +Cc: Dimitrios Siganos

A visual editor for binary files. Bvi allows the user to edit binary files
with a VI-like interface.

Signed-off-by: Dimitrios Siganos <dimitris@siganos.org>
---
 DEVELOPERS            |  1 +
 package/Config.in     |  1 +
 package/bvi/Config.in |  8 ++++++++
 package/bvi/bvi.hash  |  3 +++
 package/bvi/bvi.mk    | 14 ++++++++++++++
 5 files changed, 27 insertions(+)
 create mode 100644 package/bvi/Config.in
 create mode 100644 package/bvi/bvi.hash
 create mode 100644 package/bvi/bvi.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index fc561eb1ea..ea452ab693 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -874,6 +874,7 @@ F:	package/wolftpm/
 
 N:	Dimitrios Siganos <dimitris@siganos.org>
 F:	package/wireless-regdb/
+F:	package/bvi/
 
 N:	Dmitry Chestnykh <dm.chestnykh@gmail.com>
 F:	board/qemu/sparc-ss10/
diff --git a/package/Config.in b/package/Config.in
index 85928509f8..c54be6275e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -2950,6 +2950,7 @@ endmenu
 
 menu "Text editors and viewers"
 	source "package/bat/Config.in"
+	source "package/bvi/Config.in"
 	source "package/ed/Config.in"
 	source "package/joe/Config.in"
 	source "package/less/Config.in"
diff --git a/package/bvi/Config.in b/package/bvi/Config.in
new file mode 100644
index 0000000000..654fbf9cd7
--- /dev/null
+++ b/package/bvi/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_BVI
+	bool "bvi"
+	select BR2_PACKAGE_NCURSES
+	help
+	  A visual editor for binary files. Bvi allows the user to
+	  edit binary files with a VI-like interface.
+
+	  https://sourceforge.net/projects/bvi
diff --git a/package/bvi/bvi.hash b/package/bvi/bvi.hash
new file mode 100644
index 0000000000..a65daf0612
--- /dev/null
+++ b/package/bvi/bvi.hash
@@ -0,0 +1,3 @@
+# Locally calculated
+sha256  6540716a1a3b2b9711635108da14b26baea488881d4a682121c0bddbba6b74cb  bvi-1.5.0.src.tar.gz
+sha256  3e59ea99615003174426e1321df7a804f1d5bfe61bfaba7ebbb2db0e358f93fb  COPYING
diff --git a/package/bvi/bvi.mk b/package/bvi/bvi.mk
new file mode 100644
index 0000000000..8bf6ac5c0e
--- /dev/null
+++ b/package/bvi/bvi.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# bvi
+#
+################################################################################
+
+BVI_VERSION = 1.5.0
+BVI_SITE = https://sourceforge.net/projects/bvi/files/bvi/$(BVI_VERSION)
+BVI_SOURCE = bvi-$(BVI_VERSION).src.tar.gz
+BVI_LICENSE = GPL-3.0+
+BVI_LICENSE_FILES = COPYING
+BVI_DEPENDENCIES = ncurses
+
+$(eval $(autotools-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] bvi: new package
  2025-09-26 12:12 [Buildroot] [PATCH 1/1] bvi: new package Dimitrios Siganos
@ 2025-09-26 20:13 ` Julien Olivain via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2025-09-26 20:13 UTC (permalink / raw)
  To: Dimitrios Siganos; +Cc: buildroot

On 26/09/2025 14:12, Dimitrios Siganos wrote:
> A visual editor for binary files. Bvi allows the user to edit binary 
> files
> with a VI-like interface.
> 
> Signed-off-by: Dimitrios Siganos <dimitris@siganos.org>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-26 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26 12:12 [Buildroot] [PATCH 1/1] bvi: new package Dimitrios Siganos
2025-09-26 20:13 ` Julien Olivain via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.