developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Includes a number of patches to fix build on DragonFlyBSD.
Changes since 4.17.2:
Glimpse 4.18.0 has new configure script generated by autoconf 2.57
- may fix compilation problems on FreeBSD
2002-11-29 18:47 golda
* index/glimpse.h: [no log message]
2002-11-29 18:47 golda
* agrep/: bitap.c, compat.c, io.c: Fix typo in bitap.c,io.c and
compat.c that prevented compiling with --enable-pointers. Thanks
to Clemens Fischer
Correct error message about Bestmatch and Linenums, thanks to Kevin
McGrail for pointing this out (and possible future fix to allow
them to work together)
2002-10-11 00:28 golda
* index/: build_in.c, io.c, utils.c: There was an error in
build_in.c, a typo that prematurely terminated a for loop and
resulted in missing hits for common search terms! Fixed now. This
affected versions from 4.16.2 thru 4.17.0. If running one of those
versions please upgrade to 4.17.1
2002-10-11 00:27 golda
* dynfilters/htuml2txt.so: [no log message]
2002-09-06 03:11 golda
* glimpse.1, glimpseindex.1, glimpseserver.1: Updated man pages to
reflect new URL's, thanks to Kang-Jin Lee for reporting this and
providing the new Harvest doc locations.
2002-06-18 01:45 golda
* index/: filetype.c, glimpse.h, io.c: Finaly fixed segfault bug
with large indexes, by increasing size of guilty buffer. Actually
this is better than checking for buffer overrun because if we just
stop at overrun we miss hits. With new size no overruns should be
able to occur, that is the correct solution. Has been tested on
two sites that were experiencing the segfault and has fixed
problem.
2002-06-18 01:44 golda
* dynfilters/htuml2txt.so: [no log message]
2002-05-02 23:43 golda
* index/convert.c: Use system 'mv' command instead of c lib; works
better on some linux systems
2002-02-14 18:38 golda
* index/glimpse.h: Corrected version number
2001-10-13 03:14 golda
* index/: build_in.c, utils.c: Fix segfault on certain large
indexes. Check that we have enough space in merge_in before adding
to it. In utils.c, when counter can be incremented > once in a
loop, make sure we stop in time.
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.