From afb72cdea0b30399fcfcacf3f5a095294cb0c10c Mon Sep 17 00:00:00 2001
From: Thomas Gellekum <tg@FreeBSD.org>
Date: Mon, 17 Feb 1997 09:54:03 +0000
Subject: Import of isearch, a text search engine.

Closes PR #2154.

Submitted by:	Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
---
 textproc/isearch/Makefile       | 27 +++++++++++++++++++++++++++
 textproc/isearch/distinfo       |  1 +
 textproc/isearch/files/patch-aa | 11 +++++++++++
 textproc/isearch/pkg-comment    |  1 +
 textproc/isearch/pkg-descr      |  8 ++++++++
 textproc/isearch/pkg-plist      |  7 +++++++
 6 files changed, 55 insertions(+)
 create mode 100644 textproc/isearch/Makefile
 create mode 100644 textproc/isearch/distinfo
 create mode 100644 textproc/isearch/files/patch-aa
 create mode 100644 textproc/isearch/pkg-comment
 create mode 100644 textproc/isearch/pkg-descr
 create mode 100644 textproc/isearch/pkg-plist

diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile
new file mode 100644
index 000000000000..13b2622ace78
--- /dev/null
+++ b/textproc/isearch/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for:   isearch
+# Version required:		1.14
+# Date created:			21 Sept 1996
+# Whom:				Pedro
+#
+# $Id$
+#
+
+DISTNAME=	Isearch-1.14
+PKG_NAME=	isearch-1.14	
+CATEGORIES=	misc
+MASTER_SITES=	ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/
+
+MAINTAINER=	pgiffuni@FPS.biblos.unal.edu.co
+
+HAS_CONFIGURE = yes 
+
+post-install:
+	strip ${PREFIX}/bin/Isearch
+	strip $(PREFIX)/bin/Iindex
+	strip $(PREFIX)/bin/Iutil
+.if !defined(NOPORTDOCS)
+	${MKDIR} -p ${PREFIX}/share/doc/Isearch
+	${INSTALL_DATA} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch
+.endif
+
+.include <bsd.port.mk>
diff --git a/textproc/isearch/distinfo b/textproc/isearch/distinfo
new file mode 100644
index 000000000000..41695902ef15
--- /dev/null
+++ b/textproc/isearch/distinfo
@@ -0,0 +1 @@
+MD5 (Isearch-1.14.tar.gz) = 66db279449e13602a50715766f250b44
diff --git a/textproc/isearch/files/patch-aa b/textproc/isearch/files/patch-aa
new file mode 100644
index 000000000000..1cf4cd26e438
--- /dev/null
+++ b/textproc/isearch/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.orig	Thu Dec  5 22:35:46 1996
++++ Makefile	Mon Feb 17 10:42:51 1997
+@@ -153,7 +153,7 @@
+ 	cp $(BIN_DIR)/Iindex $(INSTALL)/.
+ 	cp $(BIN_DIR)/Isearch $(INSTALL)/.
+ 	cp $(BIN_DIR)/Iutil $(INSTALL)/.
+-	cd $(CGI_DIR); make install
++#	cd $(CGI_DIR); make install
+ 
+ srcdist:
+ 	make -i distclean;cd ..;tar cvf $(DIST).tar $(DIST);gzip $(DIST).tar
diff --git a/textproc/isearch/pkg-comment b/textproc/isearch/pkg-comment
new file mode 100644
index 000000000000..f44a23200a21
--- /dev/null
+++ b/textproc/isearch/pkg-comment
@@ -0,0 +1 @@
+Text Search Engine by CNIDR
diff --git a/textproc/isearch/pkg-descr b/textproc/isearch/pkg-descr
new file mode 100644
index 000000000000..11076b1efadf
--- /dev/null
+++ b/textproc/isearch/pkg-descr
@@ -0,0 +1,8 @@
+Isearch is a software system for searching though large amounts of text. 
+The system allows a user to very quickly find out what documents are 
+available that contain certain words. Unlike older search systems, Isearch 
+does not use a list of keywords or an abstract; every word of every 
+document can be checked. This allows greatly improved chances of 
+discovering new information in old collections.
+
+Nassib Nassar
diff --git a/textproc/isearch/pkg-plist b/textproc/isearch/pkg-plist
new file mode 100644
index 000000000000..1c5baafb2bb1
--- /dev/null
+++ b/textproc/isearch/pkg-plist
@@ -0,0 +1,7 @@
+bin/Iindex
+bin/Isearch
+bin/Iutil
+share/doc/Isearch/QuickStart.html
+share/doc/Isearch/IsearchFeatures.html
+share/doc/Isearch/IsearchTutorial.html
+
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0