This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] hexedit 1.2.12 - view and edit files in hexadecimal or in ASCII"


Adopted package from Marcel Telkaa.

Jari

sdesc: "view and edit files in hexadecimal or in ASCII"
ldesc: "Program shows a file both in ASCII and in hexadecimal. The
file can be a device as the file is not whole read. 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. Modifications are
shown in bold."
category: Editors
requires: cygwin libncurses8

a) Manual

  wget        \
    http://cygwin.cante.net/hexedit/hexedit-1.2.12-2.tar.bz2 \
    http://cygwin.cante.net/hexedit/hexedit-1.2.12-2-src.tar.bz2 \
    http://cygwin.cante.net/hexedit/setup.hint

b) for review; get.sh will print further instructions

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir hexedit ; cd hexedit
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/hexedit/get.sh \
          http://cygwin.cante.net/hexedit/get.sh.sig
  gpg --verify get.sh.sig get.sh &&
  sh get.sh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]