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]

[ITP] bvi 1.3.2 -- Binary vi-like editor


Included in Debian stable:

    http://packages.debian.org/bvi

Jari

sdesc: "Binary vi-like editor"
ldesc: "A display-oriented editor for binary files, based on the vi text
editor. Includes also command bmore; just like more(1) but for binary
files."
category: Editors
requires: cygwin libncurses8

a) manual

  mkdir bvi
  cd bvi
  wget        \
    http://cygwin.cante.net/bvi/bvi-1.3.2-1-src.tar.bz2 \
    http://cygwin.cante.net/bvi/bvi-1.3.2-1.tar.bz2 \
    http://cygwin.cante.net/bvi/setup.hint
  tar -xf bvi-1.3.2-1-src.tar.bz2
  ./bvi*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

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

-- 
Welcome to FOSS revolution: we fix and modify until it shines


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