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] txt2regex-0.8 -- A Regular Expression wizard, all written with bash2 builtins


Included in Debain stable:

    http://packages.debian.org/txt2regex

Jari

sdesc: "A Regular Expression wizard, all written with bash2 builtins"
ldesc: "A program that converts human sentences to RegExs. With a simple
interface, you just answer to questions and build your own RegEx for a
large variety of programs, like awk, emacs, grep, perl, php, procmail,
python, sed and vim. There are more than 20 supported programs."
category: Utils
requires: cygwin

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

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

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

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