diff options
Diffstat (limited to 'www/htdig/pkg')
-rw-r--r-- | www/htdig/pkg/MESSAGE | 15 | ||||
-rw-r--r-- | www/htdig/pkg/PLIST | 19 |
2 files changed, 17 insertions, 17 deletions
diff --git a/www/htdig/pkg/MESSAGE b/www/htdig/pkg/MESSAGE index 62c1f70a511..9503eb70e0d 100644 --- a/www/htdig/pkg/MESSAGE +++ b/www/htdig/pkg/MESSAGE @@ -1,9 +1,10 @@ -A sample ht://Dig config file has been installed to @PREFIX@/etc/htdig/htdig.conf, -unless that file existed already. The sample @PREFIX@/bin/rundig script may be run -to create a database in the newly created empty directory, /var/db/htdig. -A sample search form, which may be used to search that database, has been -installed to @PREFIX@/share/examples/htdig/search.html. +A sample ht://Dig config file has been installed to +@PREFIX@/etc/htdig/htdig.conf, unless that file existed already. +The sample @PREFIX@/bin/rundig script may be run to create a database +in the newly created empty directory, /var/db/htdig. A sample search +form, which may be used to search that database, has been installed to +@PREFIX@/share/examples/htdig/search.html. For an example of how to set up ht://Dig and integrate it with your web site, -you may wish to examine the scripts installed into /var/wwwoffle/html/htdig/scripts -by the www/wwwoffle package. +you may wish to examine the scripts installed into +/var/wwwoffle/html/htdig/scripts by the www/wwwoffle package. diff --git a/www/htdig/pkg/PLIST b/www/htdig/pkg/PLIST index fe953248ae6..6e3927704ee 100644 --- a/www/htdig/pkg/PLIST +++ b/www/htdig/pkg/PLIST @@ -1,13 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 1999/10/05 19:25:55 fredb Exp $ -bin/htdig +@comment $NetBSD: PLIST,v 1.4 2000/02/29 23:31:34 hubertf Exp $ bin/htfuzzy +bin/htdig bin/htmerge bin/htnotify bin/rundig -libexec/cgi-bin/htsearch -@unexec (rmdir libexec/cgi-bin 2>/dev/null >/dev/null) || true -share/examples/htdig/search.html share/examples/htdig/htdig.conf +share/examples/htdig/search.html share/examples/htdig/button1.gif share/examples/htdig/button2.gif share/examples/htdig/button3.gif @@ -38,8 +36,6 @@ share/examples/htdig/button10.png share/examples/htdig/htdig.png share/examples/htdig/star.png share/examples/htdig/star_blank.png -@dirrm share/examples/htdig -@exec mkdir -p %D/etc/htdig; if [ ! -f %D/etc/htdig/htdig.conf ]; then cp %D/%F %D/etc/htdig/; fi share/htdig/common/header.html share/htdig/common/footer.html share/htdig/common/wrapper.html @@ -52,9 +48,12 @@ share/htdig/common/english.0 share/htdig/common/english.aff share/htdig/common/synonyms share/htdig/common/synonyms.db -share/htdig/common/word2root.db share/htdig/common/root2word.db +share/htdig/common/word2root.db +etc/htdig/htdig.conf +libexec/cgi-bin/htsearch @dirrm share/htdig/common @dirrm share/htdig -@exec mkdir -p /var/db/htdig -@unexec (rm -rf /var/db/htdig) || true +@dirrm share/examples/htdig +@dirrm libexec/cgi-bin +@dirrm etc/htdig |