SUMMARY="view and edit files in hexadecimal or in ASCII" DESCRIPTION=" hexedit shows a file both in ASCII and in hexadecimal. \ The file can be a device as the file is read a piece at a time. \ You can modify the file and search through it. \ You have also copy&paste and save to file functions. \ Truncating or appending to the file is allowed. \ Modifications are shown in bold. " HOMEPAGE="http://rigaux.org/hexedit.html" SOURCE_URI="http://rigaux.org/hexedit-$portVersion.src.tgz" CHECKSUM_SHA256="6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7" SOURCE_DIR="hexedit" LICENSE="GNU GPL v2" COPYRIGHT="1998-2013 Pixel (Pascal Rigaux)" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" PATCHES="hexedit-$portVersion.patchset" PROVIDES=" hexedit = $portVersion cmd:hexedit = $portVersion " REQUIRES=" haiku cmd:groff lib:libncurses " BUILD_REQUIRES=" devel:libncurses " BUILD_PREREQUIRES=" haiku_devel cmd:autoreconf cmd:gcc cmd:groff cmd:ld cmd:libtoolize cmd:make cmd:pkg_config " BUILD() { autoreconf runConfigure ./configure make $jobArgs } INSTALL() { make install }