summaryrefslogtreecommitdiff
path: root/www/wwwoffle/pkg/PLIST
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-03-12 19:08:37 +0000
committerfredb <fredb@pkgsrc.org>2001-03-12 19:08:37 +0000
commit3ba2601c446a9452c4dfe1e1baa92d1a0f5bbdb0 (patch)
tree0d376e7ee75b531a9ee29e4228ddafb5b59babcd /www/wwwoffle/pkg/PLIST
parent82f7679d30ca8236cf2934141563058213e52522 (diff)
downloadpkgsrc-3ba2601c446a9452c4dfe1e1baa92d1a0f5bbdb0.tar.gz
Update wwwoffle to 2.6a:
Bug Fixes: Fix crash with invalid entries in config file. Handle some invalid URL encodings that servers/clients use. Stop crashes when monitoring illegal refresh URLs. Handle malformed headers better. Check the DontGet section of the configuration file when doing SSL. Print error messages when starting on stderr. Read the configuration file if using wwwoffle-write. Fix bug with form argument parsing. Set fetch-stylesheets to true in the default config file. Bug fixes for modifying HTML with meta refresh tags. Stop duplicated items in the configuration file. Win32 Bug Fixes: Fixed logfile opening problem. Added a fchdir() function for cygwin. Workaround cygwin socket closing problem. Change the makefile for cygwin installation (don't auto install .dll or .bat). Documentation Updated the Welcome.html page to include more links to useful information. Include an HTML version of README.CONF in the html directory. Updated several README files and INSTALL file. *NOTE* The default location of the replacement .gif file for the DontGet section has changed, upgrade-config.pl should fix wwwoffle.conf automatically. *NOTE* If upgrading from a version < 2.6 then see the notes for version 2.6. NetBSD package changes: - - Install upgrade-config-2.x-2.5.pl (as wwwoffle-upgrade-config-2.x-2.5.pl). - - Protect convert-cache the same way as upgrade-config -- prefix with wwwoffle-. - - Update MESSAGE file accordingly.
Diffstat (limited to 'www/wwwoffle/pkg/PLIST')
-rw-r--r--www/wwwoffle/pkg/PLIST8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/wwwoffle/pkg/PLIST b/www/wwwoffle/pkg/PLIST
index 1349bbff01e..5314602a45a 100644
--- a/www/wwwoffle/pkg/PLIST
+++ b/www/wwwoffle/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2001/03/12 18:05:25 fredb Exp $
+@comment $NetBSD: PLIST,v 1.11 2001/03/12 19:08:37 fredb Exp $
bin/wwwoffle
bin/wwwoffle-ls
bin/wwwoffle-mv
@@ -14,8 +14,9 @@ libdata/wwwoffle-spool.tar.gz
man/man1/wwwoffle.1
man/man5/wwwoffle.conf.5
man/man8/wwwoffled.8
-sbin/convert-cache
+sbin/wwwoffle-convert-cache
sbin/wwwoffle-upgrade-config.pl
+sbin/wwwoffle-upgrade-config-2.x-2.5.pl
sbin/wwwoffled
share/doc/wwwoffle/CHANGES.CONF
share/doc/wwwoffle/CONVERT
@@ -32,6 +33,7 @@ share/doc/wwwoffle/README.htdig
share/doc/wwwoffle/README.lang
share/doc/wwwoffle/README.udmsearch
share/doc/wwwoffle/README.win32
+share/doc/wwwoffle/README-CONF-html.pl
@dirrm share/doc/wwwoffle
@exec ${GTAR} xzCf / %D/libdata/wwwoffle-spool.tar.gz
@exec cd /var/wwwoffle/html && mv wwwoffle.pac wwwoffle.pac.dist && sed /PROXY/s/localhost/`hostname`/ <wwwoffle.pac.dist >wwwoffle.pac
@@ -39,7 +41,7 @@ share/doc/wwwoffle/README.win32
@exec ${MKDIR} /var/wwwoffle/monitor
@exec ${MKDIR} /var/wwwoffle/lastime
@exec ${MKDIR} /var/wwwoffle/prevtime1
-@exec ${PREFIX}/sbin/convert-cache /var/wwwoffle
+@exec ${PREFIX}/sbin/wwwoffle-convert-cache /var/wwwoffle
@unexec cd /var/wwwoffle && rm -rf html*
@unexec rmdir /var/wwwoffle/* 2>/dev/null && rmdir /var/wwwoffle 2>/dev/null || true
@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