2009-06-15 00:00:38 +02:00
@comment $NetBSD: PLIST,v 1.15 2009/06/14 22:00:41 joerg Exp $
1998-06-06 19:03:58 +02:00
bin/wwwoffle
2006-09-26 15:48:43 +02:00
bin/wwwoffle-fsck
bin/wwwoffle-gunzip
bin/wwwoffle-gzip
2002-03-10 23:14:29 +01:00
bin/wwwoffle-hash
1998-06-06 19:03:58 +02:00
bin/wwwoffle-ls
bin/wwwoffle-mv
1999-09-03 23:07:36 +02:00
bin/wwwoffle-read
1998-06-06 19:03:58 +02:00
bin/wwwoffle-rm
1999-09-03 23:07:36 +02:00
bin/wwwoffle-tools
bin/wwwoffle-write
1999-04-20 22:06:49 +02:00
libdata/wwwoffle-spool.tar.gz
1998-06-06 19:03:58 +02:00
man/man1/wwwoffle.1
man/man5/wwwoffle.conf.5
man/man8/wwwoffled.8
2001-03-12 19:05:24 +01:00
sbin/wwwoffle-upgrade-config.pl
2006-09-26 15:48:43 +02:00
sbin/wwwoffle-upgrade-config-2.0-2.5.pl
1998-06-06 19:03:58 +02:00
sbin/wwwoffled
1999-09-03 23:07:36 +02:00
share/doc/wwwoffle/CHANGES.CONF
share/doc/wwwoffle/COPYING
share/doc/wwwoffle/FAQ
share/doc/wwwoffle/INSTALL
share/doc/wwwoffle/NEWS
share/doc/wwwoffle/README
share/doc/wwwoffle/README.1st
share/doc/wwwoffle/README.CONF
share/doc/wwwoffle/README.PWD
2000-11-20 06:12:38 +01:00
share/doc/wwwoffle/README.URL
2001-04-13 15:46:34 +02:00
share/doc/wwwoffle/README.compress
1999-09-03 23:07:36 +02:00
share/doc/wwwoffle/README.htdig
2006-09-26 15:48:43 +02:00
share/doc/wwwoffle/README.https
share/doc/wwwoffle/README.hyperestraier
1999-11-26 07:09:00 +01:00
share/doc/wwwoffle/README.lang
2002-03-10 23:14:29 +01:00
share/doc/wwwoffle/README.mnogosearch
share/doc/wwwoffle/README.namazu
2000-11-20 06:12:38 +01:00
share/doc/wwwoffle/README.win32
2002-03-10 23:14:29 +01:00
share/doc/wwwoffle/de/CHANGES.CONF
share/doc/wwwoffle/de/INSTALL
share/doc/wwwoffle/de/LSM
share/doc/wwwoffle/de/NEWS
share/doc/wwwoffle/de/README.1st
2003-08-29 11:23:25 +02:00
share/doc/wwwoffle/de/README.CONF
2002-03-10 23:14:29 +01:00
share/doc/wwwoffle/de/README.CONF.html
share/doc/wwwoffle/de/README.html
share/doc/wwwoffle/es/INSTALL
share/doc/wwwoffle/es/LSM
share/doc/wwwoffle/es/README
share/doc/wwwoffle/es/README.1st
share/doc/wwwoffle/es/README.CONF
share/doc/wwwoffle/es/README.PWD
share/doc/wwwoffle/es/README.URL
share/doc/wwwoffle/es/README.htdig
share/doc/wwwoffle/es/README.udmsearch
share/doc/wwwoffle/es/README.win32
share/doc/wwwoffle/es/wwwoffle.conf
share/doc/wwwoffle/fr/README.CONF
share/doc/wwwoffle/fr/wwwoffle.conf.man
share/doc/wwwoffle/pl/INSTALL
share/doc/wwwoffle/pl/LSM
share/doc/wwwoffle/pl/README.1st
share/doc/wwwoffle/pl/README.lang
2005-05-02 22:33:57 +02:00
share/examples/rc.d/wwwoffled
2006-04-11 10:10:40 +02:00
share/examples/wwwoffle/wwwoffle.conf
2005-11-01 13:22:24 +01:00
@exec gzip -d -c %D/libdata/wwwoffle-spool.tar.gz | tar xzCf /
2002-03-10 23:14:29 +01:00
@unexec cd /var/wwwoffle && ${RM} -rf html* search*
2002-12-09 17:01:10 +01:00
@unexec ${RMDIR} /var/wwwoffle/* 2>/dev/null && ${RMDIR} /var/wwwoffle 2>/dev/null || ${TRUE}
1999-11-26 07:09:00 +01:00
@unexec if [ -d /var/wwwoffle ]; then echo "If you won't use the WWWOFFLE package anymore, remove the cache manually by"; echo ' rm -rf /var/wwwoffle'; fi