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] sgrep 1.94a-1 -- Search indexed text regions like SGML,XML and HTML files


Included in Debian stable:

    http://packages.debian.org/sgrep

Jari

sdesc: "Search indexed text regions like SGML,XML and HTML files"
ldesc: "Structured grep is a tool for searching and indexing text, SGML,XML
and HTML files and filtering text streams using structural criteria.
The data model of sgrep is based on regions, which are nonempty
substrings of text. Regions are typically occurrences of constant
strings, SGML-tags, or meaningful text elements, which are
recognizable through some delimiting strings or the builtin SGML, XML
and HTML parser. Regions can be arbitrarily long, arbitrarily
overlapping, and arbitrarily nested."
category: Utils
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/sgrep/setup.hint \
    http://cygwin.cante.net/sgrep/sgrep-1.94a-1-src.tar.bz2 \
    http://cygwin.cante.net/sgrep/sgrep-1.94a-1.tar.bz2 

b) automated

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

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