diff options
author | tg <tg@FreeBSD.org> | 1998-04-29 18:55:40 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-29 18:55:40 +0800 |
commit | 7d1633d2cefb1ec23477774034c771ddd2868b7e (patch) | |
tree | 39d60aa6b5c568b87cf959ae9556cd9617367da1 /textproc/sgrep2/pkg-descr | |
parent | 6d915053427246556f299f0bc097d158fd9a2c5f (diff) | |
download | freebsd-ports-gnome-7d1633d2cefb1ec23477774034c771ddd2868b7e.tar.gz freebsd-ports-gnome-7d1633d2cefb1ec23477774034c771ddd2868b7e.tar.zst freebsd-ports-gnome-7d1633d2cefb1ec23477774034c771ddd2868b7e.zip |
New sgrep port. From the man page:
sgrep (structured grep) is a tool for searching text files
and filtering text streams using structural criteria. The
data model of sgrep is based on regions, which are non-
empty substrings of text. Regions are typically occur-
rences of constant strings or meaningful text elements,
which are recognizable through some delimiting strings.
PR: 6449
Submitted by: A Joseph Koshy <koshy@india.hp.com>
Diffstat (limited to 'textproc/sgrep2/pkg-descr')
-rw-r--r-- | textproc/sgrep2/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sgrep2/pkg-descr b/textproc/sgrep2/pkg-descr new file mode 100644 index 000000000000..c2ca2e0968c7 --- /dev/null +++ b/textproc/sgrep2/pkg-descr @@ -0,0 +1,11 @@ +`sgrep' (structured grep) is a tool for searching text files and +filtering text streams using structural criteria. Complex criteria +can be specified as macros using M4. + +Sgrep was created by: + + Jani Jaakkola, email:Jani.Jaakkola@helsinki.fi + Pekka Kilpelainen, email: Pekka.Kilpelainen@helsinki.fi + +- Koshy + <jkoshy@acm.org> |