From 2d15f8c3689b5d5f9cf4b2b13ad47f7591142cb8 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 29 Apr 1998 10:55:40 +0000 Subject: 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 --- textproc/sgrep2/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/sgrep2/files/patch-ab (limited to 'textproc/sgrep2/files/patch-ab') diff --git a/textproc/sgrep2/files/patch-ab b/textproc/sgrep2/files/patch-ab new file mode 100644 index 000000000000..25d8e32eaa4d --- /dev/null +++ b/textproc/sgrep2/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 -- cgit v1.2.3