diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-29 10:55:40 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-29 10:55:40 +0000 |
commit | 2d15f8c3689b5d5f9cf4b2b13ad47f7591142cb8 (patch) | |
tree | 4f15afa0526b4dbfdf32a664e75787d5308ec96a /textproc/sgrep/files/patch-ab | |
parent | Define MANUAL_PACKAGE_BUILD, as this port installs bin/elk which can (diff) |
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>
Notes
Notes:
svn path=/head/; revision=10759
Diffstat (limited to 'textproc/sgrep/files/patch-ab')
-rw-r--r-- | textproc/sgrep/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sgrep/files/patch-ab b/textproc/sgrep/files/patch-ab new file mode 100644 index 000000000000..25d8e32eaa4d --- /dev/null +++ b/textproc/sgrep/files/patch-ab @@ -0,0 +1,11 @@ +--- sgrep.1-- Wed Apr 29 12:26:40 1998 ++++ sgrep.1 Wed Apr 29 12:26:49 1998 +@@ -91,7 +91,7 @@ + \fB$HOME/.sgreprc,\fP + or if it doesn't exist, + from file +-\fB/usr/lib/sgreprc, \fP ++\fB/usr/local/share/sgreprc, \fP + and then from the command line. Different behavior + can be specified through command line options. + .Pp |