summaryrefslogtreecommitdiff
path: root/www/htdig/PLIST
blob: e022a308f079d375ded7a08ad9287201d894a5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@comment $NetBSD: PLIST,v 1.2 2002/03/09 21:48:11 fredb Exp $
bin/htfuzzy
bin/htdig
bin/htdump
bin/htload
bin/htmerge
bin/htnotify
bin/rundig
libexec/cgi-bin/htsearch
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
share/examples/htdig/button4.gif
share/examples/htdig/button5.gif
share/examples/htdig/button6.gif
share/examples/htdig/button7.gif
share/examples/htdig/button8.gif
share/examples/htdig/button9.gif
share/examples/htdig/buttonl.gif
share/examples/htdig/buttonr.gif
share/examples/htdig/button10.gif
share/examples/htdig/htdig.gif
share/examples/htdig/star.gif
share/examples/htdig/star_blank.gif
share/examples/htdig/button1.png
share/examples/htdig/button2.png
share/examples/htdig/button3.png
share/examples/htdig/button4.png
share/examples/htdig/button5.png
share/examples/htdig/button6.png
share/examples/htdig/button7.png
share/examples/htdig/button8.png
share/examples/htdig/button9.png
share/examples/htdig/buttonl.png
share/examples/htdig/buttonr.png
share/examples/htdig/button10.png
share/examples/htdig/htdig.png
share/examples/htdig/star.png
share/examples/htdig/star_blank.png
share/htdig/common/header.html
share/htdig/common/footer.html
share/htdig/common/wrapper.html
share/htdig/common/nomatch.html
share/htdig/common/syntax.html
share/htdig/common/long.html
share/htdig/common/short.html
share/htdig/common/bad_words
share/htdig/common/english.0
share/htdig/common/english.aff
share/htdig/common/synonyms
share/htdig/common/synonyms.db
share/htdig/common/root2word.db
share/htdig/common/word2root.db
@exec mkdir -p ${PKG_SYSCONFDIR}/htdig
@exec if [ ! -f ${PKG_SYSCONFDIR}/htdig/htdig.conf ]; then cp %D/share/examples/htdig/htdig.conf ${PKG_SYSCONFDIR}/htdig/htdig.conf; fi
@exec mkdir -p /var/db/htdig
@unexec rmdir ${PKG_SYSCONFDIR}/htdig 2>/dev/null || true
@unexec rmdir /var/db/htdig 2>/dev/null || true
@dirrm share/htdig/common
@dirrm share/htdig
@dirrm share/examples/htdig