wwwoffle port, by Sebastian Stark.

This commit is contained in:
espie 2000-09-05 11:37:27 +00:00
parent a9d338e1cb
commit 318cb46109
11 changed files with 534 additions and 0 deletions

28
www/wwwoffle/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/05 11:37:27 espie Exp $
DISTNAME= wwwoffle-2.5e
PKGNAME= wwwoffle-2.5e
CATEGORIES= www
NEED_VERSION= 1.319
HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://metalab.unc.edu/pub/Linux/apps/www/servers/ \
ftp://ftp.demon.co.uk/pub/unix/httpd/
EXTRACT_SUFX= .tgz
MAKE_FLAGS= prefix="${PREFIX}"
FLAVORS= de fr es ru pl it
FLAVOR?=
MAKE_ENV= FLAVOR="${FLAVOR}"
.include <bsd.port.mk>

3
www/wwwoffle/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (wwwoffle-2.5e.tgz) = a622bdfe4045171aed8934220d3c4630
RMD160 (wwwoffle-2.5e.tgz) = 2136bd284d2509f0c2485733f38951460b1ca9bd
SHA1 (wwwoffle-2.5e.tgz) = b63b533aaf9ac75d1aba2ada17ce779987dd9fcc

View File

@ -0,0 +1,158 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2000/09/05 11:37:28 espie Exp $
- use PREFIX instead of hardcoded INSTDIR
- introduce COMPCONFDIR and COMPSPOOLDIR containing the defines for
gcc. SPOOLDIR and CONFDIR are now only being used for (fake) install.
The spool and htmldoc files now install into /usr/local/share/wwwoffle
and then get copied over to /var/spool/wwwoffle by pkg/INSTALL
- use FLAVOR to choose language for documentation
- set compiler/linker flags to FreeBSD's
- change documentation dir to PREFIX/share/doc/
--- Makefile.orig Sun Apr 2 17:27:30 2000
+++ Makefile Tue Aug 1 16:17:16 2000
@@ -16,49 +16,58 @@
LOCALHOST=localhost:8080
-INSTDIR=/usr/local
-SPOOLDIR=/var/spool/wwwoffle
-CONFDIR=/var/spool/wwwoffle
-
-# For Cygwin (win32).
-#INSTDIR=/wwwoffle
-#SPOOLDIR=/wwwoffle/spool
-#CONFDIR=/wwwoffle
+INSTDIR="${PREFIX}"
+SPOOLDIR="${PREFIX}/share/wwwoffle"
+COMPSPOOLDIR=/var/spool/wwwoffle
+CONFDIR="${PREFIX}/share/wwwoffle"
+COMPCONFDIR=/var/spool/wwwoffle
# For German language web pages and documentation.
-#LANG=de
+.if ${FLAVOR:L:Mde}
+LANG=de
+.endif
# For French language web pages and documentation.
-#LANG=fr
+.if ${FLAVOR:L:Mfr}
+LANG=fr
+.endif
# For Spanish language web pages and documentation.
-#LANG=es
+.if ${FLAVOR:L:Mes}
+LANG=es
+.endif
# For Russian language web pages and documentation.
-#LANG=ru
+.if ${FLAVOR:L:Mru}
+LANG=ru
+.endif
# For Polish language web pages and documentation.
-#LANG=pl
+.if ${FLAVOR:L:Mpl}
+LANG=pl
+.endif
# For Italian language web pages and documentation.
-#LANG=it
+.if ${FLAVOR:L:Mit}
+LANG=it
+.endif
########
CC=gcc
-CFLAGS=-O2 -Wall -g
+#CFLAGS=-O2 -Wall -g
# This is used in the FreeBSD port (http://www.freebsd.org/ports/).
-#CFLAGS=-O2 -Wall
+CFLAGS=-O2 -Wall
LD=gcc
-LDFLAGS=-g
+#LDFLAGS=-g
# For HP/UX this is a good idea.
#LDFLAGS=
# This is used in the FreeBSD port (http://www.freebsd.org/ports/).
-#LDFLAGS=-s
+LDFLAGS=-s
# Optimal flex options for a very fast but large HTML parser.
LEX=flex -i -L -pp -B -F -8
@@ -174,7 +183,7 @@ wwwoffled.o : wwwoffled.c wwwoffle.h m
wwwoffles.o : wwwoffles.c wwwoffle.h misc.h config.h errors.h sockets.h proto.h document.h
wwwoffle-tools.o : wwwoffle-tools.c wwwoffle.h misc.h errors.h
- $(COMPILE) wwwoffle-tools.c -o $@ $(INCLUDE) -DSPOOL_DIR=\"$(SPOOLDIR)\"
+ $(COMPILE) wwwoffle-tools.c -o $@ $(INCLUDE) -DSPOOL_DIR=\"$(COMPSPOOLDIR)\"
upgrade-cache.o : upgrade-cache.c wwwoffle.h misc.h errors.h
@@ -207,7 +216,7 @@ refresh.o : refresh.c wwwoffle.h m
spool.o : spool.c wwwoffle.h misc.h config.h errors.h
config.o : config.c wwwoffle.h misc.h config.h errors.h sockets.h proto.h
- $(COMPILE) config.c -o $@ $(INCLUDE) -DSPOOL_DIR=\"$(SPOOLDIR)\" -DCONF_DIR=\"$(CONFDIR)\"
+ $(COMPILE) config.c -o $@ $(INCLUDE) -DSPOOL_DIR=\"$(COMPSPOOLDIR)\" -DCONF_DIR=\"$(COMPCONFDIR)\"
errors.o : errors.c config.h errors.h
io.o : io.c wwwoffle.h misc.h errors.h
misc.o : misc.c misc.h config.h proto.h
@@ -217,7 +226,7 @@ sockets.o : sockets.c
md5.o : md5.c md5.h
config-startup.o : config.c wwwoffle.h misc.h config.h errors.h sockets.h proto.h
- $(COMPILE) config.c -o $@ $(INCLUDE) -DSPOOL_DIR=\"$(SPOOLDIR)\" -DCONF_DIR=\"$(CONFDIR)\" -DSTARTUP_ONLY
+ $(COMPILE) config.c -o $@ $(INCLUDE) -DSPOOL_DIR=\"$(COMPSPOOLDIR)\" -DCONF_DIR=\"$(COMPCONFDIR)\" -DSTARTUP_ONLY
proto-none.o : proto.c misc.h proto.h
$(COMPILE) proto.c -o $@ $(INCLUDE) -DNO_PROTOCOLS
@@ -285,17 +294,17 @@ install_doc :
[ -x $(INSTDIR)/man/man1 ] || $(INSTALL) -d -m 755 $(INSTDIR)/man/man1
$(INSTALL) -c -m 644 wwwoffle.man $(INSTDIR)/man/man1/wwwoffle.1
[ -x $(INSTDIR)/man/man5 ] || $(INSTALL) -d -m 755 $(INSTDIR)/man/man5
- sed -e 's%SPOOLDIR%$(SPOOLDIR)%' -e 's%CONFDIR%$(CONFDIR)%' < wwwoffle.conf.man > wwwoffle.conf.man.install
+ sed -e 's%SPOOLDIR%$(COMPSPOOLDIR)%' -e 's%CONFDIR%$(COMPCONFDIR)%' < wwwoffle.conf.man > wwwoffle.conf.man.install
$(INSTALL) -c -m 644 wwwoffle.conf.man.install $(INSTDIR)/man/man5/wwwoffle.conf.5
[ -x $(INSTDIR)/man/man8 ] || $(INSTALL) -d -m 755 $(INSTDIR)/man/man8
$(INSTALL) -c -m 644 wwwoffled.man $(INSTDIR)/man/man8/wwwoffled.8
- [ -x $(INSTDIR)/doc/wwwoffle ] || $(INSTALL) -d -m 755 $(INSTDIR)/doc/wwwoffle
+ [ -x $(INSTDIR)/share/doc/wwwoffle ] || $(INSTALL) -d -m 755 $(INSTDIR)/share/doc/wwwoffle
for file in CHANGES.CONF CONVERT COPYING FAQ INSTALL NEWS README* UPGRADE ; do \
- $(INSTALL) -c -m 644 $$file $(INSTDIR)/doc/wwwoffle/$$file ;\
+ $(INSTALL) -c -m 644 $$file $(INSTDIR)/share/doc/wwwoffle/$$file ;\
done
[ "x$(LANG)" = "x" ] || [ ! -d lang-$(LANG) ] || ( cd lang-$(LANG) && \
for file in CHANGES.CONF CONVERT COPYING FAQ INSTALL NEWS README* UPGRADE ; do \
- [ ! -f $$file ] || $(INSTALL) -c -m 644 $$file $(INSTDIR)/doc/wwwoffle/$$file-$(LANG) ;\
+ [ ! -f $$file ] || $(INSTALL) -c -m 644 $$file $(INSTDIR)/share/doc/wwwoffle/$$file-$(LANG) ;\
done )
@@ -307,7 +316,7 @@ install_doc-win32 :
$(INSTALL) -c -m 644 README.win32 $(CONFDIR)/README.win32
[ "x$(LANG)" = "x" ] || [ ! -d lang-$(LANG) ] || ( cd lang-$(LANG) && \
for file in CHANGES.CONF COPYING FAQ INSTALL NEWS README* ; do \
- [ ! -f $$file ] || $(INSTALL) -c -m 644 $$file $(INSTDIR)/doc/wwwoffle/$$file-$(LANG) ;\
+ [ ! -f $$file ] || $(INSTALL) -c -m 644 $$file $(INSTDIR)/share/doc/wwwoffle/$$file-$(LANG) ;\
done )
install_cache : endian-cache
@@ -358,7 +367,7 @@ install_html : html
-chgrp -R 0 $(SPOOLDIR)/html > /dev/null 2>&1
install_config :
- sed -e 's%SPOOLDIR%$(SPOOLDIR)%' -e 's%CONFDIR%$(CONFDIR)%' < wwwoffle.conf > wwwoffle.conf.install
+ sed -e 's%SPOOLDIR%$(COMPSPOOLDIR)%' -e 's%CONFDIR%$(COMPCONFDIR)%' < wwwoffle.conf > wwwoffle.conf.install
[ -x $(CONFDIR) ] || $(INSTALL) -d -m 750 $(CONFDIR)
@[ ! -f $(CONFDIR)/wwwoffle.conf ] || \
(echo "WWWOFFLE: " ;\

View File

@ -0,0 +1,28 @@
$OpenBSD: patch-misc,v 1.1.1.1 2000/09/05 11:37:29 espie Exp $
- change arg type for gmtime() and localtime() from long to time_t
--- misc.h.orig Sat Dec 18 17:07:01 1999
+++ misc.h Mon Jul 31 19:55:40 2000
@@ -90,7 +90,7 @@ char *CanonicaliseName(char *name);
char *MakeHash(const char *args);
-char *RFC822Date(long t,int utc);
+char *RFC822Date(time_t t,int utc);
long DateToTimeT(const char *date);
char *URLDecode(const char *str, int isform);
--- misc.c.orig Mon Mar 20 20:18:29 2000
+++ misc.c Mon Jul 31 19:29:39 2000
@@ -681,7 +681,7 @@ char *MakeHash(const char *args)
int utc Set to true to get Universal Time, else localtime.
++++++++++++++++++++++++++++++++++++++*/
-char *RFC822Date(long t,int utc)
+char *RFC822Date(time_t t,int utc)
{
static char *week[7]={"Sun","Mon","Tue","Wed","Thu","Fri","Sat"};
static char *month[12]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"};

View File

@ -0,0 +1,72 @@
$OpenBSD: patch-wwwoffle_conf,v 1.1.1.1 2000/09/05 11:37:29 espie Exp $
- enable running as user "daemon"
- don't get recursive/cache gzip or compress archives
- setup OpenBSD related aliases
--- wwwoffle.conf.orig Sun Mar 12 15:00:41 2000
+++ wwwoffle.conf Mon Jul 31 19:45:03 2000
@@ -84,8 +84,8 @@ StartUp
spool-dir = SPOOLDIR
-#run-uid = daemon
-#run-gid = daemon
+ run-uid = daemon
+ run-gid = daemon
use-syslog = yes
@@ -276,7 +276,7 @@ FetchOptions
ModifyHTML
{
- enable-modify-html = no
+ enable-modify-html = yes
add-cache-info = no
@@ -416,8 +416,10 @@ DontCache
# Don't cache any hosts in the barfoo.com domain.
# *://*.barfoo.com/
# Don't cache any gzipped or tar files.
-# *://*/*.gz
-# *://*/*.tar
+ *://*/*.gz
+ *://*/*.tar
+ *://*/*.tgz
+ *://*/*.Z
# Don't cache any files from /volatile in the foo.com domain.
# *://*.foo.com/volatile/*
}
@@ -473,8 +475,10 @@ DontGetRecursive
#### Example ####
# Dont get any gzipped or tar files when getting recursively.
-# *://*/*.gz
-# *://*/*.tar
+ *://*/*.gz
+ *://*/*.tar
+ *://*/*.tgz
+ *://*/*.Z
}
@@ -530,7 +534,7 @@ CensorHeader
# Don't send Cookies back
# Cookie =
# Lie about the Browser type.
-# User-Agent = WWWOFFLE/2.5
+ User-Agent = WWWOFFLE/2.5
}
@@ -736,6 +740,8 @@ Alias
# http://www.bar.com/ = http://www.bar-mirror.foo.com/
# The wwwoffle homepage can be aliased
# http://wwwoffle/ = http://www.gedanken.demon.co.uk/wwwoffle/
+ http://openbsd/ = http://www.openbsd.org/
+ http://deadly/ = http://www.deadly.org/
}

1
www/wwwoffle/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
WWW OFFLine Explorer

View File

@ -0,0 +1,21 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2000/09/05 11:37:28 espie Exp $
#
# wwwoffle de-installation
PATH=/bin:/usr/bin:/sbin:/usr/sbin
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| these steps as root:"
echo "|"
echo "| rm -rf /var/spool/wwwoffle"
echo "| rm -f /var/run/wwwoffled.pid"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
exit 0

13
www/wwwoffle/pkg/DESCR Normal file
View File

@ -0,0 +1,13 @@
WWWOFFLE - World Wide Web Offline Explorer - Version 2.5
The WWWOFFLE server is a proxy web server with special features for use with
dial-up internet links. This means that it is possible to browse web pages and
read them without having to remain connected.
Basic Features
- Caching of HTTP, FTP and finger protocols.
- Allows the 'GET', 'HEAD', 'POST' and 'PUT' HTTP methods.
- Interactive or command line control of online/offline/autodial status.
- Highly configurable.
- Low maintenance, start/stop and online/offline status can be automated.

25
www/wwwoffle/pkg/INSTALL Normal file
View File

@ -0,0 +1,25 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.1.1.1 2000/09/05 11:37:28 espie Exp $
#
#
# post installation script for wwwoffle
PATH=/bin:/usr/bin:/sbin:/usr/sbin
FROMDIR=/usr/local/share/wwwoffle
SPOOL=/var/spool
PKGNAME=wwwoffle
if [ $2 = POST-INSTALL ]; then
if [ -d ${SPOOL}/${PKGNAME}/ ]; then
echo "+---------------"
echo "|"
echo "| Seems like you are re-installing $1..."
echo "| NOT copying files from ${FROMDIR} to ${SPOOL}/${PKGNAME}"
echo "| If you like to re-install, then remove ${SPOOL}/${PKGNAME} and try again"
echo "|"
echo "+---------------"
else
cp -R -p ${FROMDIR} ${SPOOL}
chown -R daemon ${SPOOL}/${PKGNAME}
fi
fi

23
www/wwwoffle/pkg/MESSAGE Normal file
View File

@ -0,0 +1,23 @@
+---------------
|
| You may want to put the following into your /etc/rc.local:
|
| # start wwwoffle
| if [ -x /usr/local/sbin/wwwoffled ]; then
| echo -n ' wwwoffled'
| /usr/local/sbin/wwwoffled -c /var/spool/wwwoffle/wwwoffle.conf \
| -p > /var/run/wwwoffled.pid
| fi
|
| in /etc/ppp/ppp.linkup:
|
| !bg /usr/local/bin/wwwoffle -online
|
| in /etc/ppp/ppp.linkdown:
|
| !bg /usr/local/bin/wwwoffle -offline
|
|
| Read /usr/local/share/doc/wwwoffle/* for further information.
|
+---------------

162
www/wwwoffle/pkg/PLIST Normal file
View File

@ -0,0 +1,162 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/05 11:37:28 espie Exp $
bin/wwwoffle
bin/wwwoffle-ls
bin/wwwoffle-mv
bin/wwwoffle-read
bin/wwwoffle-rm
bin/wwwoffle-tools
bin/wwwoffle-write
man/man1/wwwoffle.1
man/man5/wwwoffle.conf.5
man/man8/wwwoffled.8
sbin/wwwoffled
share/doc/wwwoffle/CHANGES.CONF
share/doc/wwwoffle/CONVERT
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
share/doc/wwwoffle/README.htdig
share/doc/wwwoffle/README.lang
share/doc/wwwoffle/README.win32
share/doc/wwwoffle/UPGRADE
share/wwwoffle/html/FAQ.html
share/wwwoffle/html/Welcome.html
share/wwwoffle/html/htdig/button1.gif
share/wwwoffle/html/htdig/button10.gif
share/wwwoffle/html/htdig/button2.gif
share/wwwoffle/html/htdig/button3.gif
share/wwwoffle/html/htdig/button4.gif
share/wwwoffle/html/htdig/button5.gif
share/wwwoffle/html/htdig/button6.gif
share/wwwoffle/html/htdig/button7.gif
share/wwwoffle/html/htdig/button8.gif
share/wwwoffle/html/htdig/button9.gif
share/wwwoffle/html/htdig/buttonl.gif
share/wwwoffle/html/htdig/buttonr.gif
share/wwwoffle/html/htdig/conf/htdig-full.conf
share/wwwoffle/html/htdig/conf/htdig-incr.conf
share/wwwoffle/html/htdig/conf/htdig-lasttime.conf
share/wwwoffle/html/htdig/conf/htfuzzy.conf
share/wwwoffle/html/htdig/conf/htmerge.conf
share/wwwoffle/html/htdig/conf/htsearch.conf
share/wwwoffle/html/htdig/htdig.gif
share/wwwoffle/html/htdig/index.html
share/wwwoffle/html/htdig/scripts/wwwoffle-htdig-full
share/wwwoffle/html/htdig/scripts/wwwoffle-htdig-incr
share/wwwoffle/html/htdig/scripts/wwwoffle-htdig-lasttime
share/wwwoffle/html/htdig/scripts/wwwoffle-htfuzzy
share/wwwoffle/html/htdig/scripts/wwwoffle-htsearch
share/wwwoffle/html/htdig/search.html
share/wwwoffle/html/htdig/star.gif
share/wwwoffle/html/htdig/star_blank.gif
share/wwwoffle/html/htdig/start-lt2.html
share/wwwoffle/html/htdig/start-lt3.html
share/wwwoffle/html/htdig/start-lt4.html
share/wwwoffle/html/htdig/start1.html
share/wwwoffle/html/htdig/start2.html
share/wwwoffle/html/htdig/start3.html
share/wwwoffle/html/htdig/start4.html
share/wwwoffle/html/index.html
share/wwwoffle/html/local/images/trans-1x1.gif
share/wwwoffle/html/messages/AddCacheInfo.html
share/wwwoffle/html/messages/CantRefreshPosted.html
share/wwwoffle/html/messages/ConfigEditPage-Body.html
share/wwwoffle/html/messages/ConfigEditPage-Head.html
share/wwwoffle/html/messages/ConfigEditPage-Tail.html
share/wwwoffle/html/messages/ConfigError.html
share/wwwoffle/html/messages/ConfigUpdate.html
share/wwwoffle/html/messages/ConfirmRequest.html
share/wwwoffle/html/messages/ControlAuthFail.html
share/wwwoffle/html/messages/ControlDelete-Body.html
share/wwwoffle/html/messages/ControlDelete-Head.html
share/wwwoffle/html/messages/ControlDelete-Tail.html
share/wwwoffle/html/messages/ControlIllegal.html
share/wwwoffle/html/messages/ControlPage.html
share/wwwoffle/html/messages/ControlWWWOFFLE-Head.html
share/wwwoffle/html/messages/ControlWWWOFFLE-Tail.html
share/wwwoffle/html/messages/FTPDir-Head.html
share/wwwoffle/html/messages/FTPDir-Tail.html
share/wwwoffle/html/messages/FTPDirRedirect.html
share/wwwoffle/html/messages/FTPPut.html
share/wwwoffle/html/messages/FileLocked.html
share/wwwoffle/html/messages/HostNotGot.html
share/wwwoffle/html/messages/IllegalProtocol.html
share/wwwoffle/html/messages/Index-Head.html
share/wwwoffle/html/messages/Index-Tail.html
share/wwwoffle/html/messages/IndexError-Body.html
share/wwwoffle/html/messages/IndexHost-Body.html
share/wwwoffle/html/messages/IndexHost-Head.html
share/wwwoffle/html/messages/IndexHost-Tail.html
share/wwwoffle/html/messages/IndexIllegal.html
share/wwwoffle/html/messages/IndexLastTime-Body.html
share/wwwoffle/html/messages/IndexLastTime-Head.html
share/wwwoffle/html/messages/IndexLastTime-Tail.html
share/wwwoffle/html/messages/IndexLatest-Body.html
share/wwwoffle/html/messages/IndexLatest-Head.html
share/wwwoffle/html/messages/IndexLatest-Tail.html
share/wwwoffle/html/messages/IndexMonitor-Body.html
share/wwwoffle/html/messages/IndexMonitor-Head.html
share/wwwoffle/html/messages/IndexMonitor-Tail.html
share/wwwoffle/html/messages/IndexOutgoing-Body.html
share/wwwoffle/html/messages/IndexOutgoing-Head.html
share/wwwoffle/html/messages/IndexOutgoing-Tail.html
share/wwwoffle/html/messages/IndexProtocol-Body.html
share/wwwoffle/html/messages/IndexProtocol-Head.html
share/wwwoffle/html/messages/IndexProtocol-Tail.html
share/wwwoffle/html/messages/IndexRedirect.html
share/wwwoffle/html/messages/IndexRoot-Body.html
share/wwwoffle/html/messages/IndexSeparator-Body.html
share/wwwoffle/html/messages/IndexURLRedirect.html
share/wwwoffle/html/messages/LocalDirRedirect.html
share/wwwoffle/html/messages/MethodUnsupported.html
share/wwwoffle/html/messages/MonitorFormError.html
share/wwwoffle/html/messages/MonitorIllegal.html
share/wwwoffle/html/messages/MonitorPage.html
share/wwwoffle/html/messages/MonitorWillGet.html
share/wwwoffle/html/messages/PageNotFound.html
share/wwwoffle/html/messages/ProxyAuthFail.html
share/wwwoffle/html/messages/README
share/wwwoffle/html/messages/RefreshFormError.html
share/wwwoffle/html/messages/RefreshIllegal.html
share/wwwoffle/html/messages/RefreshPage.html
share/wwwoffle/html/messages/RefreshRedirect.html
share/wwwoffle/html/messages/RefreshWillGet.html
share/wwwoffle/html/messages/RefusedRequest.html
share/wwwoffle/html/messages/RemoteHostError.html
share/wwwoffle/html/messages/ServerError.html
share/wwwoffle/html/messages/UserNeedsPass.html
share/wwwoffle/html/messages/WillGet.html
share/wwwoffle/html/robots.txt
share/wwwoffle/html/wwwoffle.pac
share/wwwoffle/outgoing/Owwwoffle-browser
share/wwwoffle/outgoing/Owwwoffle-user
share/wwwoffle/outgoing/Uwwwoffle-browser
share/wwwoffle/outgoing/Uwwwoffle-user
share/wwwoffle/wwwoffle.conf
@exec mkdir -p %D/share/wwwoffle/prevtime1
@dirrm share/wwwoffle/prevtime1
@dirrm share/wwwoffle/outgoing
@exec mkdir -p %D/share/wwwoffle/monitor
@dirrm share/wwwoffle/monitor
@exec mkdir -p %D/share/wwwoffle/lasttime
@dirrm share/wwwoffle/lasttime
@exec mkdir -p %D/share/wwwoffle/http
@dirrm share/wwwoffle/http
@dirrm share/wwwoffle/html/messages
@dirrm share/wwwoffle/html/local/images
@dirrm share/wwwoffle/html/local
@dirrm share/wwwoffle/html/htdig/scripts
@exec mkdir -p %D/share/wwwoffle/html/htdig/db-lasttime
@dirrm share/wwwoffle/html/htdig/db-lasttime
@exec mkdir -p %D/share/wwwoffle/html/htdig/db
@dirrm share/wwwoffle/html/htdig/db
@dirrm share/wwwoffle/html/htdig/conf
@dirrm share/wwwoffle/html/htdig
@dirrm share/wwwoffle/html
@dirrm share/wwwoffle
@dirrm share/doc/wwwoffle