diff options
author | tg <tg@FreeBSD.org> | 1997-02-17 17:54:03 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-17 17:54:03 +0800 |
commit | 5da4ee4ca4b089197e8ab76a24bfd63454f36e67 (patch) | |
tree | ba8e87624c9eb5bb7efff84aa4ed9843eac48c0c /textproc | |
parent | 8f9ce9a439b74c371532931a4809a7f012f4842d (diff) | |
download | freebsd-ports-gnome-5da4ee4ca4b089197e8ab76a24bfd63454f36e67.tar.gz freebsd-ports-gnome-5da4ee4ca4b089197e8ab76a24bfd63454f36e67.tar.zst freebsd-ports-gnome-5da4ee4ca4b089197e8ab76a24bfd63454f36e67.zip |
Import of isearch, a text search engine.
Closes PR #2154.
Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/isearch/Makefile | 27 | ||||
-rw-r--r-- | textproc/isearch/distinfo | 1 | ||||
-rw-r--r-- | textproc/isearch/files/patch-aa | 11 | ||||
-rw-r--r-- | textproc/isearch/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/isearch/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/isearch/pkg-plist | 7 |
6 files changed, 55 insertions, 0 deletions
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 + |