summaryrefslogtreecommitdiff
path: root/textproc/isearch
AgeCommit message (Collapse)AuthorFilesLines
2012-12-25Fix implicit int on main; should fix clang build.dholland3-4/+29
2012-12-21Chase after that moving target known lightly as the C++ "standard".dholland83-20/+3883
Fixes build. Also clean up insecure-temporary-files. PKGREVISION -> 1.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-03-18service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2010-10-12Fix installation.joerg1-2/+2
2010-01-08Not for 64bit platforms: pointer casts.joerg1-1/+4
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-07-07user-destdir supportjoerg3-16/+17
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2007-12-01Fixed build with g++4.rillig3-1/+28
2006-06-02Uses C++.joerg1-1/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-05-23Make this compile when using gcc 3.3.kristerw3-1/+29
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-05-03Update to version 1.47.01. Changes since 1.47d include:jtb4-21/+37
- New program Iget to retrieve documents by docid - Fixed spurious output from Isearch -t option - Fixed score calculation for Boolean searches - Added -l parameter to zpresent to accept docids from a file - Fixed a bad return state that caused a segfault when no files were found to index. - Added improved entity replacement code to STRING class (J. Tyler) - Improved algorithm for generating URL from path in EOS_GUIDE doctype - Added hook for VIDB KeyLookup method - Initial release of zpresent - Fixed bug in EOS_GUIDE doctype which caused searches to sometimes fail - Modified zpresent.dtd to stick the source field in the individual result elements, rather than on the container results element. - Added method Result::GetVKey for virtual databases so you can tell which constituent they came from. It's an egregious hack which just stuffs the database number at the front of the key so it can be included in the output from zsearch and parsed by zpresent. - Rearranged some of the XML presentation for the FGDC doctype Summary element set - Added a path->URL translation to EOS_GUIDE doctype to facilitate links back to original (crawled) source documents - Cleaned XML text of characters which should be entities - Added zsearch program for XML search output - Added initial version of NASA EOS/Guide doctype - Removed some extraneous output from vidb.cxx - Added CIPC doctype for NASA/CIP Collection metadata - Added delimiter to Isearch output (J. Millard) - Improved XML results presentation in FGDC doctype
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-03Add to databases category. Some cosmetic changes also.jtb1-7/+4
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Initial import of isearch:jtb7-0/+117
Advanced text indexing and searching system