summaryrefslogtreecommitdiffstats
path: root/textproc/isearch
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-02-17 09:54:03 +0000
committertg <tg@FreeBSD.org>1997-02-17 09:54:03 +0000
commit5da4ee4ca4b089197e8ab76a24bfd63454f36e67 (patch)
treeba8e87624c9eb5bb7efff84aa4ed9843eac48c0c /textproc/isearch
parent8f9ce9a439b74c371532931a4809a7f012f4842d (diff)
downloadFreeBSD-ports-5da4ee4ca4b089197e8ab76a24bfd63454f36e67.zip
FreeBSD-ports-5da4ee4ca4b089197e8ab76a24bfd63454f36e67.tar.gz
Import of isearch, a text search engine.
Closes PR #2154. Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
Diffstat (limited to 'textproc/isearch')
-rw-r--r--textproc/isearch/Makefile27
-rw-r--r--textproc/isearch/distinfo1
-rw-r--r--textproc/isearch/files/patch-aa11
-rw-r--r--textproc/isearch/pkg-comment1
-rw-r--r--textproc/isearch/pkg-descr8
-rw-r--r--textproc/isearch/pkg-plist7
6 files changed, 55 insertions, 0 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile
new file mode 100644
index 0000000..13b2622a
--- /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 0000000..4169590
--- /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 0000000..1cf4cd2
--- /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 0000000..f44a2320
--- /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 0000000..11076b1
--- /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 0000000..1c5baaf
--- /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
+
OpenPOWER on IntegriCloud