[ITP] since 0.5 -- Tail work-alike that saves and uses state information

Jari Aalto (Cygwin-bug#20080229T1159) jari.aalto@cante.net
Fri Feb 29 12:12:00 GMT 2008


Included in Debian stable:

    http://packages.debian.org/since

Jari

sdesc: "Tail work-alike that saves and uses state information"
ldesc: "Program remembers how much of a file you have viewed and displays only
what's new when you next view that file. Ideal for viewing log files.
It'll only show what's new in the file since the last time it was run."
category: Utils
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/since/since-0.5-1-src.tar.bz2 \
    http://cygwin.cante.net/since/since-0.5-1.tar.bz2 \
    http://cygwin.cante.net/since/setup.hint

b) automated

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

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

  cd /usr/src/cygwin-packages/since
  less /usr/src/cygwin-packages/since/get.sh
  tar -jtvf /usr/src/cygwin-packages/since/since-0.5-1.tar.bz2

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



More information about the Cygwin-apps mailing list