Commit graph

44 commits

Author SHA1 Message Date
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
d637fc3354 Fixed PKGMANDIR. 2006-11-21 21:36:43 +00:00
minskim
1fa66e1731 USE_TOOLS+=lex 2006-06-26 16:23:36 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
minskim
13ea581e59 Make this build with gcc-4. 2006-03-03 02:59:07 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
42778d0c29 Reset maintainer on request. 2006-01-03 19:28:40 +00:00
wiz
109c711600 Update to 4.18.0, provided by Jeroen Ruigrok van der Werven in PR 30424.
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
2005-06-04 10:44:28 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
jschauma
07e126d1f6 textproc/glimpse and security/openssl no longer conflict, as openssl
does no longer install bin/cast.  Noted by Bernhard Riedel.
2003-11-19 02:57:43 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
mycroft
ce3967e834 Update from 4.16.2 to 4.17.2.
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.
2003-01-09 23:59:09 +00:00
mycroft
e72b013e94 Update to glimpse 4.16.2. Fixes several minor bugs that resulted in occasional
core dumps.
2002-07-12 19:53:01 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tron
5dd3db0a26 Add conflict between "glimpse" and "openssl" package. They both install
"bin/cast" in "${LOCALBASE}".
2001-10-18 04:51:04 +00:00
mjl
fe5a9c9582 Update to 4.15. Changes are mostly bugfixes and small enhancements. 2001-10-13 23:43:29 +00:00
jtb
fbd14f2e9c LICENSE=glimpse-license 2001-06-07 21:41:05 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
jlam
d304d88611 Move LDFLAGS to after the in-source -L directives to avoid conflicts
between libutil.a and system libutil.so.  This makes this compile when
LOCALBASE=/usr.
2000-08-04 00:06:22 +00:00
jlam
036c5dba3f Regen. 2000-08-04 00:04:34 +00:00
hubertf
7326121faa Use gmake, so libtemplate gets built properly. 2000-03-17 23:38:39 +00:00
wiz
2e2951c7e9 chmod -> ${CHMOD} 2000-02-05 06:59:43 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
agc
3eda7bfc1f Make this package work on Solaris as well as NetBSD - Solaris doesn't have
a decent flock(3).
1999-06-30 13:13:03 +00:00
frueauf
56ce175394 Update glimpse to 4.1, provided in pr 6508 by Johnny C. Lam.
Fixes some bugs, including a serious bug involving Boolean searches
of length 1 between versions 4.0 and 4.1.
1998-12-03 12:39:42 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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.
1998-08-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
fa7f2eaa2b Fix RCS Id 1997-10-30 01:40:32 +00:00
hubertf
cd15897492 needed for tkman, etc. 1997-10-30 01:34:52 +00:00