reformat a severely mangled DESCR

ok sthen@
This commit is contained in:
mmcc 2016-01-14 23:11:29 +00:00
parent 286b569084
commit 6c3b101f3f
2 changed files with 13 additions and 14 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.24 2015/02/17 22:56:48 naddy Exp $
# $OpenBSD: Makefile,v 1.25 2016/01/14 23:11:29 mmcc Exp $
COMMENT= text search engine
DISTNAME= glimpse-4.1
REVISION= 2
REVISION= 3
CATEGORIES= textproc databases
PERMIT_PACKAGE_CDROM= no fee

View File

@ -1,12 +1,11 @@
Glimpse (which stands for GLobal IMPlicit SEarch) is an indexing
and query system that allows you to search through all your
files very quickly. For example, finding 296 lines containing
'whitehouse' in 8750 files occupying 104MB took 6 seconds on a
SUN Sparc 5. Glimpse supports most of agrep's options (agrep is our
powerful version of grep) including approximate matching (e.g.,
finding mis- spelled words), Boolean queries, and even some limited
forms of regular expressions. It is used in the same way, except that
you don't have to specify file names. So, if you are looking for a
needle anywhere in your file system, all you have to do is say
glimpse needle and all lines containing needle will appear preceded
by the file name.
Glimpse (which stands for GLobal IMPlicit SEarch) is an indexing and
query system that allows you to search through all your files very
quickly. For example, finding 296 lines containing 'whitehouse' in 8750
files occupying 104MB took 6 seconds on a SUN Sparc 5. Glimpse supports
most of agrep's options (agrep is our powerful version of grep)
including approximate matching (e.g., finding misspelled words), Boolean
queries, and even some limited forms of regular expressions. It is used
in the same way, except that you don't have to specify file names. So,
if you are looking for a needle anywhere in your file system, all you
have to do is say glimpse needle and all lines containing needle will
appear preceded by the file name.