summaryrefslogtreecommitdiff
path: root/textproc/isearch/pkg
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-06 22:09:27 +0000
committerjtb <jtb>2001-02-06 22:09:27 +0000
commite3b1fdc1d0cabc36ee383f5f1b72feb1730d371e (patch)
treea75805daecd4e194a35639c9c60d967a99883a46 /textproc/isearch/pkg
parent61f6e0f5a0f5555f0069c7e4f016a8d52c1ecf8a (diff)
downloadpkgsrc-e3b1fdc1d0cabc36ee383f5f1b72feb1730d371e.tar.gz
Initial import of isearch:
Advanced text indexing and searching system
Diffstat (limited to 'textproc/isearch/pkg')
-rw-r--r--textproc/isearch/pkg/COMMENT1
-rw-r--r--textproc/isearch/pkg/DESCR10
-rw-r--r--textproc/isearch/pkg/PLIST12
3 files changed, 23 insertions, 0 deletions
diff --git a/textproc/isearch/pkg/COMMENT b/textproc/isearch/pkg/COMMENT
new file mode 100644
index 00000000000..d97f1f24e4c
--- /dev/null
+++ b/textproc/isearch/pkg/COMMENT
@@ -0,0 +1 @@
+Advanced text indexing and searching system
diff --git a/textproc/isearch/pkg/DESCR b/textproc/isearch/pkg/DESCR
new file mode 100644
index 00000000000..12fb92d8b3d
--- /dev/null
+++ b/textproc/isearch/pkg/DESCR
@@ -0,0 +1,10 @@
+Isearch is software for indexing and searching text documents. It
+supports full text and field based search, relevance ranked results,
+Boolean queries, and heterogeneous databases. Isearch can parse many
+kinds of documents "out of the box," including HTML, mail folders,
+list digests, SGML-style tagged data, and USMARC. It can be extended
+to support other formats by creating descendant classes in C++ that
+define the document structure. It is pretty easy to customize in this
+way, provided that you know some C++. A CGI interface for web based
+searching is also included in the source distribution (but not
+installed by default).
diff --git a/textproc/isearch/pkg/PLIST b/textproc/isearch/pkg/PLIST
new file mode 100644
index 00000000000..237dc5c6d68
--- /dev/null
+++ b/textproc/isearch/pkg/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/06 22:09:27 jtb Exp $
+bin/Iindex
+bin/Isearch
+bin/Iutil
+share/doc/html/isearch/Isearch-cgi-tutorial.html
+share/doc/html/isearch/IsearchFeatures.html
+share/doc/html/isearch/IsearchTutorial.html
+share/doc/html/isearch/QuickStart.html
+share/doc/isearch/DebugFirewall.doc
+share/doc/isearch/TUTORIAL
+@dirrm share/doc/isearch
+@dirrm share/doc/html/isearch