diff options
author | billf <billf@FreeBSD.org> | 1998-11-18 21:02:48 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-18 21:02:48 +0000 |
commit | 7f678e1863ab20f300e422a983dc9650f7e5c78b (patch) | |
tree | f8eca867ca403e684f6678d8a0bf92f5eccd0352 /textproc/htdig | |
parent | ec4d891d45c7166c705b79b9121dd26f9a6b1c5a (diff) | |
download | FreeBSD-ports-7f678e1863ab20f300e422a983dc9650f7e5c78b.zip FreeBSD-ports-7f678e1863ab20f300e422a983dc9650f7e5c78b.tar.gz |
Initial Import of ht://dig, a search engine.
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 27 | ||||
-rw-r--r-- | textproc/htdig/distinfo | 1 | ||||
-rw-r--r-- | textproc/htdig/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/htdig/pkg-descr | 15 | ||||
-rw-r--r-- | textproc/htdig/pkg-plist | 33 |
5 files changed, 77 insertions, 0 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile new file mode 100644 index 0000000..cf24574 --- /dev/null +++ b/textproc/htdig/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: htdig +# Version required: 3.0.8b2 +# Date created: 18 August 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id: $ +# + +DISTNAME= htdig-3.1.0b2 +PKGNAME= htdig-3.1.0 +CATEGORIES= textproc +MASTER_SITES= http://www.htdig.org/files/ \ + http://www.FreeBSD.org/~billf/ + +MAINTAINER= billf@FreeBSD.org + +GNU_CONFIGURE= yes +BUILD_TARGET= depends all + +post-patch: + + ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old + ${CAT} ${WRKSRC}/CONFIG.in.old | \ + ${SED} -e 's#/opt/www/#${PREFIX}/www/#g' | \ + ${SED} -e 's#htdocs#data#g' >> ${WRKSRC}/CONFIG.in + +.include <bsd.port.mk> diff --git a/textproc/htdig/distinfo b/textproc/htdig/distinfo new file mode 100644 index 0000000..64cd1d0 --- /dev/null +++ b/textproc/htdig/distinfo @@ -0,0 +1 @@ +MD5 (htdig-3.1.0b2.tar.gz) = 1c3ae51acfd8aeea84b47693f5fa8f05 diff --git a/textproc/htdig/pkg-comment b/textproc/htdig/pkg-comment new file mode 100644 index 0000000..9087740 --- /dev/null +++ b/textproc/htdig/pkg-comment @@ -0,0 +1 @@ +a www indexing and searching system for an intranet diff --git a/textproc/htdig/pkg-descr b/textproc/htdig/pkg-descr new file mode 100644 index 0000000..d40a0d7 --- /dev/null +++ b/textproc/htdig/pkg-descr @@ -0,0 +1,15 @@ + The ht://Dig system is a complete world wide web indexing and +searching system for a small domain or intranet. This system is not +meant to replace the need for powerful internet-wide search systems +like Lycos, Infoseek, Webcrawler and AltaVista. Instead it is meant +to cover the search needs for a single company, campus, or even a +particular sub section of a web site. + + As opposed to some WAIS-based or web-server based search engines, +ht://Dig can span several web servers at a site. The type of these +different web servers doesn't matter as long as they understand the +HTTP 1.0 protocol. + +Homepage: http://www.htdig.org + +Bill Fumerola <billf@chc-chimes.com> diff --git a/textproc/htdig/pkg-plist b/textproc/htdig/pkg-plist new file mode 100644 index 0000000..05d1e62 --- /dev/null +++ b/textproc/htdig/pkg-plist @@ -0,0 +1,33 @@ +bin/rundig +bin/htfuzzy +bin/htdig +bin/htmerge +bin/htnotify +etc/htdig.conf +share/htdig/footer.html +share/htdig/bad_words +share/htdig/header.html +share/htdig/nomatch.html +share/htdig/syntax.html +share/htdig/english.0 +share/htdig/english.aff +share/htdig/synonyms +www/data/htdig/search.html +www/data/htdig/button1.gif +www/data/htdig/button2.gif +www/data/htdig/button3.gif +www/data/htdig/button4.gif +www/data/htdig/button5.gif +www/data/htdig/button6.gif +www/data/htdig/button7.gif +www/data/htdig/button8.gif +www/data/htdig/button9.gif +www/data/htdig/buttonl.gif +www/data/htdig/buttonr.gif +www/data/htdig/button10.gif +www/data/htdig/htdig.gif +www/data/htdig/star.gif +www/data/htdig/star_blank.gif +www/cgi-bin/htsearch +@dirrm www/data/htdig +@dirrm share/htdig |