./textproc/glimpse, Text search engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.18.6, Package name: glimpse-4.18.6, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 804.621 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-05-14 13:17:34 by Nia Alarie | Files touched by this commit (1)
Log message:
glimpse: specifically needs flex
   2020-03-13 07:06:49 by Roland Illig | Files touched by this commit (1)
Log message:
textproc/glimpse: remove double spaces in DESCR
   2019-11-04 22:43:49 by Roland Illig | Files touched by this commit (155)
Log message:
textproc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2016-01-26 10:01:28 by Darrin B. Jewell | Files touched by this commit (3) | Package updated
Log message:
update to glimpse 4.18.6
  change from glimpse license to isc license
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-11-19 04:05:04 by Joerg Sonnenberger | Files touched by this commit (7)
Log message:
Mark a bunch of functions as void reflecting the lack of return values.