[ITP] tirc 1.2 -- Token's irc client

Jari Aalto (Cygwin-bug#20080312T1437) jari.aalto@cante.net
Thu Mar 13 17:42:00 GMT 2008


Included in Debian stable:

    http://packages.debian.org/tirc

Jari

sdesc: "Token's irc client"
ldesc: "Irc with many features: vi-like editor line and general usage,
comfortable backscroll buffers with regex search mechanism in multiple
screen regions, multiple pages that contain window regions, nickname
completion, etc. TIRC doesn't have a scripting language. It is the
author's belief that scripting languages do more harm by abuse than
they're useful"
category: Net
requires: cygwin

a) manual

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

b) automated

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

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

  cd /usr/src/cygwin-packages/tirc
  less /usr/src/cygwin-packages/tirc/get.sh
  tar -jtvf /usr/src/cygwin-packages/tirc/tirc-1.2-1.tar.bz2

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



More information about the Cygwin-apps mailing list