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] since 0.5 -- Tail work-alike that saves and uses state information


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


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