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] bool 0.2.1 -- Utility for matching boolean queries in text or html files


Included in Debian stable

    http://packages.debian.org/bool

Jari

sdesc: "Utility for matching boolean queries in text or html files"
ldesc: "A utility for finding files that match a boolean expression. It
supports AND, OR and NOT as well as the NEAR operator for locating two
expressions within a short distance from each other. The program has
separate text processing and HTML processing algorithms; the former
separates patterns separated by newlines or words separated by
hyphens. The latter understands many features of the HTML 4.01
standard. This program is part of the GNU project."
words separated by hyphens."
category: Text
requires: cygwin

a) manual

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

b) automated

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

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

  cd /usr/src/cygwin-packages/bool
  less /usr/src/cygwin-packages/bool/get.sh
  tar -jtvf /usr/src/cygwin-packages/bool/bool-0.2.1-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]