pkgsrc/textproc/isearch/Makefile

26 lines
770 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2012/12/21 10:29:46 dholland Exp $
Update to version 1.47.01. Changes since 1.47d include: - 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
2002-05-04 00:36:08 +02:00
DISTNAME= Isearch-1.47.01
PKGNAME= isearch-1.47.01
PKGREVISION= 1
CATEGORIES= textproc databases
MASTER_SITES= # http://www.etymon.com/pub/Isearch/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.etymon.com/Isearch/
COMMENT= Advanced text indexing and searching system
2009-08-03 16:28:31 +02:00
MAKE_JOBS_SAFE= no
2009-07-07 23:58:38 +02:00
GNU_CONFIGURE= yes
2006-06-02 15:38:53 +02:00
USE_LANGUAGES= c c++
2010-10-13 00:15:42 +02:00
INSTALLATION_DIRS= bin share/doc/isearch share/doc/html/isearch
2009-07-07 23:58:38 +02:00
post-install:
2009-07-07 23:58:38 +02:00
${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${DESTDIR}${PREFIX}/share/doc/isearch
${INSTALL_DATA} ${WRKSRC}/doc/DebugFirewall.doc ${DESTDIR}${PREFIX}/share/doc/isearch
${INSTALL_DATA} ${WRKSRC}/html/*.html ${DESTDIR}${PREFIX}/share/doc/html/isearch/
.include "../../mk/bsd.pkg.mk"