Thu Dec 1 09:56:39 2011 UTC ()
Use DEINSTALL script instead of unexec rm. Bump PKGREVISION.


(wiz)
diff -r0 -r1.1 pkgsrc/www/htdig-devel/DEINSTALL
diff -r1.10 -r1.11 pkgsrc/www/htdig-devel/Makefile
diff -r1.4 -r1.5 pkgsrc/www/htdig-devel/PLIST

File Added: pkgsrc/www/htdig-devel/Attic/DEINSTALL
#!@SH@
#
# $NetBSD: DEINSTALL,v 1.1 2011/12/01 09:56:39 wiz Exp $

case "${STAGE}" in
DEINSTALL)
	${RM} -f ${PREFIX}/share/htdig/common/root2word.db
	${RM} -f ${PREFIX}/share/htdig/common/synonyms.db
	${RM} -f ${PREFIX}/share/htdig/common/word2root.db
	;;
esac

cvs diff -r1.10 -r1.11 pkgsrc/www/htdig-devel/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/htdig-devel/Attic/Makefile 2008/07/14 12:56:14 1.10
+++ pkgsrc/www/htdig-devel/Attic/Makefile 2011/12/01 09:56:39 1.11
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:14 joerg Exp $ 1# $NetBSD: Makefile,v 1.11 2011/12/01 09:56:39 wiz Exp $
2 2
3DISTNAME= htdig-3.2.0b6 3DISTNAME= htdig-3.2.0b6
 4PKGREVISION= 1
4CATEGORIES= www databases 5CATEGORIES= www databases
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htdig/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htdig/} \
6 http://www.htdig.org/files/ \ 7 http://www.htdig.org/files/ \
7 http://www.it.htdig.org/files/ 8 http://www.it.htdig.org/files/
8EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://htdig.sourceforge.net/ 12HOMEPAGE= http://htdig.sourceforge.net/
12COMMENT= WWW indexing and searching system 13COMMENT= WWW indexing and searching system
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++

cvs diff -r1.4 -r1.5 pkgsrc/www/htdig-devel/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/htdig-devel/Attic/PLIST 2009/06/14 22:00:23 1.4
+++ pkgsrc/www/htdig-devel/Attic/PLIST 2011/12/01 09:56:39 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:00:23 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.5 2011/12/01 09:56:39 wiz Exp $
2bin/HtFileType 2bin/HtFileType
3bin/htdb_dump 3bin/htdb_dump
4bin/htdb_load 4bin/htdb_load
5bin/htdb_stat 5bin/htdb_stat
6bin/htdig 6bin/htdig
7bin/htdump 7bin/htdump
8bin/htfuzzy 8bin/htfuzzy
9bin/htload 9bin/htload
10bin/htmerge 10bin/htmerge
11bin/htnotify 11bin/htnotify
12bin/htpurge 12bin/htpurge
13bin/htstat 13bin/htstat
14bin/rundig 14bin/rundig
@@ -184,16 +184,13 @@ share/examples/htdig/star.png @@ -184,16 +184,13 @@ share/examples/htdig/star.png
184share/examples/htdig/star_blank.gif 184share/examples/htdig/star_blank.gif
185share/examples/htdig/star_blank.png 185share/examples/htdig/star_blank.png
186share/htdig/common/bad_words 186share/htdig/common/bad_words
187share/htdig/common/english.0 187share/htdig/common/english.0
188share/htdig/common/english.aff 188share/htdig/common/english.aff
189share/htdig/common/footer.html 189share/htdig/common/footer.html
190share/htdig/common/header.html 190share/htdig/common/header.html
191share/htdig/common/long.html 191share/htdig/common/long.html
192share/htdig/common/nomatch.html 192share/htdig/common/nomatch.html
193share/htdig/common/short.html 193share/htdig/common/short.html
194share/htdig/common/synonyms 194share/htdig/common/synonyms
195share/htdig/common/syntax.html 195share/htdig/common/syntax.html
196share/htdig/common/wrapper.html 196share/htdig/common/wrapper.html
197@unexec ${RM} %D/share/htdig/common/root2word.db 
198@unexec ${RM} %D/share/htdig/common/synonyms.db 
199@unexec ${RM} %D/share/htdig/common/word2root.db