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] lv 4.51 -- Multilingual less-like viewer


Included in Debian stable:

    http://packages.debian.org/lv

Jari

sdesc: "Multilingual less-like viewer"
ldesc: "A powerful file viewer like less. lv can decode and encode
multilingual streams through many coding systems: ISO-8859, ISO-2022,
EUC, SJIS, Big5, HZ, Unicode. Program recognizes multi-bytes patterns
as regular expressions, lv also provides multilingual grep. In
addition, lv can recognize ANSI escape sequences for text decoration."
category: Utils
requires: cygwin

a) manual

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

b) automated

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

  mkdir lv ; cd lv
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/lv/get.sh \
          http://cygwin.cante.net/lv/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]