Menu driven binary editor. Dataformats are ascii, unsigned and signed integers, float, bitflags, bitfields, labels, ebcdic and time_t. Different sizes and byte ordenings are possible. Datatypes can be used in structures. Other dataformats, filters and procedures can be defined in plugins. Contains copy, past, undo, redo, search, replace, marks, record/play and context sensitive help. Linux & FreeBSD: edit block devices (linux limit 1023 gigabyte). PR: 27200 Submitted by: Jaap Korthals Altes <jkaltes@cyberbrain.com> (updated based on the port in the 0.2.19 distfile)
13 lines
334 B
Text
13 lines
334 B
Text
$FreeBSD$
|
|
|
|
--- config.in.orig Tue Oct 7 13:47:25 2003
|
|
+++ config.in Tue Oct 7 13:47:35 2003
|
|
@@ -13,7 +13,7 @@
|
|
SYSTEM=@SYSTEM@
|
|
CYGWIN=@CYGWIN@
|
|
export CONFFILE=$(PROGRAM)rc
|
|
-export CONFLASTDIR=$(PROGRAM)-$(VERSION)
|
|
+export CONFLASTDIR=$(PROGRAM)
|
|
export ROOTDIR=
|
|
LN_S=@LN_S@
|
|
# compile support for the use of plugins. Needs libdl
|