summaryrefslogtreecommitdiffstats
path: root/rules/dhex.in
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2012-05-28 14:42:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-31 16:59:25 +0200
commit5d07b25a72da4200ee86dfd8db7ecedf54d9d213 (patch)
tree88dcff1879e337d169a0a9c3eccbefb86d258561 /rules/dhex.in
parentde52956bb3488e4402f145efb55a55e410ec0318 (diff)
downloadptxdist-5d07b25a72da4200ee86dfd8db7ecedf54d9d213.tar.gz
ptxdist-5d07b25a72da4200ee86dfd8db7ecedf54d9d213.tar.xz
dhex: Add new package
Dhex is a ncurses based hex editor, with a diff mode. Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dhex.in')
-rw-r--r--rules/dhex.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/dhex.in b/rules/dhex.in
new file mode 100644
index 000000000..9fd20a791
--- /dev/null
+++ b/rules/dhex.in
@@ -0,0 +1,10 @@
+## SECTION=editors
+
+config DHEX
+ tristate
+ prompt "dhex"
+ select NCURSES
+ help
+ DHEX is a more than just another hex editor. It includes a diff mode,
+ which can be used to easily and conveniently compare two binary files.
+