Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2000 10:33:26 +0100
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18111: port update: wwwoffle 2.5e
Message-ID:  <E12iDKw-000LKF-00@strontium.scientia.demon.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         18111
>Category:       ports
>Synopsis:       port update: wwwoffle 2.5e
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 20 04:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Ben Smithurst
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

>Description:

This patch should update the www/wwwoffle port to version 2.5e, the
latest available.  Note that I have changed the maintainer to myself;
this is done with permission from the old maintainer who currently
doesn't have the time to maintain this port.

There seems to be lots of weird stuff going on with this port, so I hope
I don't break it too badly.  I've tested it with the usual things (make
install, package, deinstall, pkg_add, etc) and it seems ok.

>How-To-Repeat:

>Fix:

please cvs rm pkg/INSTALL
       cvs add pkg/MESSAGE

--- begin pkg/MESSAGE ---
NOTES:

Please copy /var/spool/wwwoffle/wwwoffle.conf.install to
/var/spool/wwwoffle/wwwoffle.conf, and edit the copy as needed.

If you are upgrading from an old version of wwwoffle, you may need to
convert the cache directory structure to work with the new version.  You
can find programs in the WWWOFFLE distribution tarball to do this, along
with instructions about what is needed.  A more common requirement is to run
the `upgrade-config.pl' script, so you will find a copy of this in
/var/spool/wwwoffle/upgrade-config.pl.  You should run this on your
configuration file, e.g.:

	$ perl /var/spool/wwwoffle/upgrade-config.pl \
	    /var/spool/wwwoffle/wwwoffle.conf

--- end pkg/MESSAGE ---

plus this patch.
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/www/wwwoffle/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	2000/04/10 00:07:26	1.7
+++ Makefile	2000/04/20 09:21:43
@@ -6,16 +6,15 @@
 #
 
 PORTNAME=	wwwoffle
-PORTVERSION= 	2.4
+PORTVERSION= 	2.5e
 CATEGORIES=	www
 MASTER_SITES=	ftp://ftp.demon.co.uk/pub/unix/httpd/ \
 		${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	apps/www/servers
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	aw1@stade.co.uk
+MAINTAINER=	ben@scientia.demon.co.uk
 
-USE_GMAKE=	yes
 USE_PERL5=	yes
 
 MAN1=		wwwoffle.1
@@ -26,62 +25,10 @@
 
 MAKE_ENV+=	SPOOL=$(SPOOL)
 
-do-install:
-	#programs
-	[ -x $(PREFIX)/bin ] || $(INSTALL) -d $(PREFIX)/bin
-	$(INSTALL_PROGRAM) $(WRKSRC)/wwwoffle $(PREFIX)/bin
-	$(INSTALL_PROGRAM) $(WRKSRC)/upgrade-cache $(PREFIX)/bin
-	$(INSTALL_PROGRAM) $(WRKSRC)/endian-cache $(PREFIX)/bin
-	$(INSTALL_PROGRAM) $(WRKSRC)/wwwoffle-tools $(PREFIX)/bin
-	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-ls
-	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-mv
-	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-rm
-	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-read
-	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-write
-	[ -x $(PREFIX)/sbin ] || $(INSTALL) -d $(PREFIX)/sbin
-	$(INSTALL_PROGRAM) $(WRKSRC)/wwwoffled $(PREFIX)/sbin
-	# man pages
-	[ -x $(PREFIX)/man ] || $(INSTALL) -d $(PREFIX)/man
-	[ -x $(PREFIX)/man/man1 ] || $(INSTALL) -d $(PREFIX)/man/man1
-	$(INSTALL_MAN)  $(WRKSRC)/wwwoffle.man $(PREFIX)/man/man1/wwwoffle.1
-	[ -x $(PREFIX)/man/man5 ] || $(INSTALL) -d $(PREFIX)/man/man5
-	$(SED) -e 's%SPOOLDIR%$(SPOOL)/wwwoffle%' -e 's%CONFDIR%$(SPOOL)/wwwoffle%' < $(WRKSRC)/wwwoffle.conf.man > $(WRKSRC)/wwwoffle.conf.man.install
-	$(INSTALL_MAN) $(WRKSRC)/wwwoffle.conf.man.install $(PREFIX)/man/man5/wwwoffle.conf.5
-	[ -x $(PREFIX)/man/man8 ] || $(INSTALL) -d $(PREFIX)/man/man8
-	$(INSTALL_MAN) $(WRKSRC)/wwwoffled.man $(PREFIX)/man/man8/wwwoffled.8
-	[ -x $(PREFIX)/doc/wwwoffle ] || $(INSTALL) -d $(PREFIX)/doc/wwwoffle
-	# documentation
-	$(INSTALL_DATA) \
-		$(WRKSRC)/CHANGES.CONF \
-		$(WRKSRC)/CONVERT \
-		$(WRKSRC)/COPYING \
-		$(WRKSRC)/FAQ \
-		$(WRKSRC)/INSTALL \
-		$(WRKSRC)/NEWS \
-		$(WRKSRC)/README \
-		$(WRKSRC)/README.1st \
-		$(WRKSRC)/README.CONF \
-		$(WRKSRC)/README.PWD \
-		$(WRKSRC)/README.htdig \
-		$(WRKSRC)/UPGRADE \
-		$(PREFIX)/doc/wwwoffle
-	# initial configuration file
-	[ -x $(SPOOL)/wwwoffle ] || $(INSTALL) -d $(SPOOL)/wwwoffle
-	$(SED) -e 's%SPOOLDIR%$(SPOOL)/wwwoffle%' -e 's%CONFDIR%$(SPOOL)/wwwoffle%' < $(WRKSRC)/wwwoffle.conf > $(WRKSRC)/wwwoffle.conf.install
-	$(INSTALL_DATA) $(WRKSRC)/wwwoffle.conf.install $(SPOOL)/wwwoffle/wwwoffle.conf.install
-	# html files to holding directory
-	[ -x $(SPOOL)/wwwoffle/hold ] || $(INSTALL) -d $(SPOOL)/wwwoffle/hold
-	tar cf - -C $(WRKSRC) html | tar xf - -C $(SPOOL)/wwwoffle/hold
-	# configuration upgrade script to holding directory
-	$(INSTALL_SCRIPT) $(WRKSRC)/upgrade-config.pl $(SPOOL)/wwwoffle/hold
-	# startup script
-	[ -x $(PREFIX)/etc/rc.d ] || $(INSTALL) -d $(PREFIX)/etc/rc.d
-	$(SED) -e 's:%PREFIX%:$(PREFIX):g' $(FILESDIR)/wwwoffled.sh > $(WRKDIR)/wwwoffled.sh
-	$(INSTALL_SCRIPT) $(WRKDIR)/wwwoffled.sh $(PREFIX)/etc/rc.d
-
 post-install:
-	# upgrade cache, convert cache, build additional files, configure html and wwwoffle.conf
-	$(SH) $(PKGDIR)/INSTALL ${DISTNAME} POST-INSTALL
+	@${MKDIR} ${SPOOL}/wwwoffle
+	@${INSTALL_SCRIPT} ${WRKSRC}/upgrade-config.pl ${SPOOL}/wwwoffle
+	@${INSTALL_SCRIPT} ${FILESDIR}/wwwoffled.sh ${PREFIX}/etc/rc.d
+	@${CAT} ${PKGMESSAGE}
 
-# keep at end
 .include <bsd.port.mk>
Index: files/md5
===================================================================
RCS file: /usr/cvs/ports/www/wwwoffle/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- files/md5	1999/03/08 20:38:19	1.2
+++ files/md5	2000/04/20 08:04:23
@@ -1 +1 @@
-MD5 (wwwoffle-2.4.tgz) = fbd0d04618b274ed5eac7977dfba6e3c
+MD5 (wwwoffle-2.5e.tgz) = a622bdfe4045171aed8934220d3c4630
Index: patches/patch-aa
===================================================================
RCS file: /usr/cvs/ports/www/wwwoffle/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patches/patch-aa	1999/03/08 20:38:20	1.2
+++ patches/patch-aa	2000/04/20 09:24:22
@@ -11,15 +11,15 @@
 +SPOOLDIR=$(SPOOL)/wwwoffle
 +CONFDIR=$(SPOOL)/wwwoffle
  
- # For Cygwin (win32)
+ # For Cygwin (win32).
  #INSTDIR=/wwwoffle
-@@ -28,13 +28,12 @@
+@@ -46,13 +46,12 @@
  ########
  
  CC=gcc
 -CFLAGS=-O2 -Wall -g
  
- # This is used in the FreeBSD port (http://www.freebsd.org/ports/)
+ # This is used in the FreeBSD port (http://www.freebsd.org/ports/).
  #CFLAGS=-O2 -Wall
  
  LD=gcc
@@ -28,3 +28,29 @@
  
  # For HP/UX this is a good idea.
  #LDFLAGS=
+@@ -289,13 +288,13 @@
+ 	$(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)/share/doc/wwwoffle ] || $(INSTALL) -d -m 755 $(INSTDIR)/share/doc/wwwoffle
+-	[ -x $(INSTDIR)/doc/wwwoffle ] || $(INSTALL) -d -m 755 $(INSTDIR)/doc/wwwoffle
+ 	for file in CHANGES.CONF CONVERT COPYING FAQ INSTALL NEWS README* UPGRADE ; do \
++	  $(INSTALL) -c -m 644 $$file $(INSTDIR)/share/doc/wwwoffle/$$file ;\
+-	  $(INSTALL) -c -m 644 $$file $(INSTDIR)/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)/share/doc/wwwoffle/$$file-$(LANG) ;\
+-	    [ ! -f $$file ] || $(INSTALL) -c -m 644 $$file $(INSTDIR)/doc/wwwoffle/$$file-$(LANG) ;\
+ 	  done )
+ 
+ 
+@@ -365,7 +364,7 @@
+ 	  echo "WWWOFFLE: There is already a configuration file $(CONFDIR)/wwwoffle.conf." ;\
+ 	  echo "WWWOFFLE: Run 'perl upgrade-config.pl $(CONFDIR)/wwwoffle.conf' to upgrade it." ;\
+ 	  echo "WWWOFFLE: " )
++	$(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
+-	[  ! -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
+ 	[    -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf
+ 
+ install_fixup-win32:
Index: pkg/COMMENT
===================================================================
RCS file: /usr/cvs/ports/www/wwwoffle/pkg/COMMENT,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 COMMENT
--- pkg/COMMENT	1998/08/09 01:17:19	1.1.1.1
+++ pkg/COMMENT	2000/04/20 08:39:44
@@ -1 +1 @@
-A WWW proxy server for offline browsing
+A caching proxy server for HTTP and FTP designed for dial-up hosts
Index: pkg/DESCR
===================================================================
RCS file: /usr/cvs/ports/www/wwwoffle/pkg/DESCR,v
retrieving revision 1.2
diff -u -r1.2 DESCR
--- pkg/DESCR	1999/05/03 04:42:18	1.2
+++ pkg/DESCR	2000/04/20 08:17:58
@@ -1,5 +1,15 @@
-See the website for more details.
+The wwwoffled program is a simple proxy 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.
 
-WWW: http://www.gedanken.demon.co.uk/wwwoffle/index.html
+ * Can be configured to use dial-on-demand for pages that are not cached. 
+ * Selection of pages to download next time online 
+   + Using normal browser to follow links. 
+   + Command line interface to select pages for downloading. 
+ * Control which pages can be requested when offline. 
+ * Provides non-cached access to intranet servers. 
 
-After installation, edit wwwoffle.conf. See 'man wwwoffle.conf'
+WWW: http://www.gedanken.demon.co.uk/wwwoffle/
+
+- Ben Smithurst
+  <ben@scientia.demon.co.uk>
Index: pkg/PLIST
===================================================================
RCS file: /usr/cvs/ports/www/wwwoffle/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- pkg/PLIST	1999/04/19 04:11:32	1.4
+++ pkg/PLIST	2000/04/20 09:21:38
@@ -1,5 +1,3 @@
-bin/endian-cache
-bin/upgrade-cache
 bin/wwwoffle
 bin/wwwoffle-ls
 bin/wwwoffle-mv
@@ -7,125 +5,23 @@
 bin/wwwoffle-rm
 bin/wwwoffle-tools
 bin/wwwoffle-write
-doc/wwwoffle/CHANGES.CONF
-doc/wwwoffle/CONVERT
-doc/wwwoffle/COPYING
-doc/wwwoffle/FAQ
-doc/wwwoffle/INSTALL
-doc/wwwoffle/NEWS
-doc/wwwoffle/README
-doc/wwwoffle/README.1st
-doc/wwwoffle/README.CONF
-doc/wwwoffle/README.PWD
-doc/wwwoffle/README.htdig
-doc/wwwoffle/UPGRADE
-@dirrm doc/wwwoffle
-etc/rc.d/wwwoffled.sh
 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
+@dirrm share/doc/wwwoffle
 @cwd /var/spool
-wwwoffle/hold/html/FAQ.html
-wwwoffle/hold/html/Welcome.html
-wwwoffle/hold/html/fixup-install.sh
-wwwoffle/hold/html/htdig/button1.gif
-wwwoffle/hold/html/htdig/button10.gif
-wwwoffle/hold/html/htdig/button2.gif
-wwwoffle/hold/html/htdig/button3.gif
-wwwoffle/hold/html/htdig/button4.gif
-wwwoffle/hold/html/htdig/button5.gif
-wwwoffle/hold/html/htdig/button6.gif
-wwwoffle/hold/html/htdig/button7.gif
-wwwoffle/hold/html/htdig/button8.gif
-wwwoffle/hold/html/htdig/button9.gif
-wwwoffle/hold/html/htdig/buttonl.gif
-wwwoffle/hold/html/htdig/buttonr.gif
-wwwoffle/hold/html/htdig/conf/CONFIG
-wwwoffle/hold/html/htdig/conf/htdig-full.conf
-wwwoffle/hold/html/htdig/conf/htdig-incr.conf
-wwwoffle/hold/html/htdig/conf/htfuzzy.conf
-wwwoffle/hold/html/htdig/conf/htmerge.conf
-wwwoffle/hold/html/htdig/conf/htsearch.conf
-wwwoffle/hold/html/htdig/htdig.gif
-wwwoffle/hold/html/htdig/index.html
-wwwoffle/hold/html/htdig/scripts/wwwoffle-htdig-full
-wwwoffle/hold/html/htdig/scripts/wwwoffle-htdig-incr
-wwwoffle/hold/html/htdig/scripts/wwwoffle-htsearch
-wwwoffle/hold/html/htdig/search.html
-wwwoffle/hold/html/htdig/star.gif
-wwwoffle/hold/html/htdig/star_blank.gif
-wwwoffle/hold/html/htdig/start1.html
-wwwoffle/hold/html/htdig/start2.html
-wwwoffle/hold/html/htdig/start3.html
-wwwoffle/hold/html/htdig/start4.html
-wwwoffle/hold/html/index.html
-wwwoffle/hold/html/local/images/trans-1x1.gif
-wwwoffle/hold/html/messages/AddCacheInfo.html
-wwwoffle/hold/html/messages/CantRefreshPosted.html
-wwwoffle/hold/html/messages/ConfigEditPage-Body.html
-wwwoffle/hold/html/messages/ConfigEditPage-Head.html
-wwwoffle/hold/html/messages/ConfigEditPage-Tail.html
-wwwoffle/hold/html/messages/ConfigError.html
-wwwoffle/hold/html/messages/ConfigUpdate.html
-wwwoffle/hold/html/messages/ConfirmRequest.html
-wwwoffle/hold/html/messages/ControlAuthFail.html
-wwwoffle/hold/html/messages/ControlDelete.html
-wwwoffle/hold/html/messages/ControlIllegal.html
-wwwoffle/hold/html/messages/ControlPage.html
-wwwoffle/hold/html/messages/ControlWWWOFFLE-Head.html
-wwwoffle/hold/html/messages/ControlWWWOFFLE-Tail.html
-wwwoffle/hold/html/messages/FTPDir-Head.html
-wwwoffle/hold/html/messages/FTPDir-Tail.html
-wwwoffle/hold/html/messages/FTPDirRedirect.html
-wwwoffle/hold/html/messages/FileLocked.html
-wwwoffle/hold/html/messages/HostNotGot.html
-wwwoffle/hold/html/messages/IllegalProtocol.html
-wwwoffle/hold/html/messages/Index-Head.html
-wwwoffle/hold/html/messages/Index-Tail.html
-wwwoffle/hold/html/messages/IndexError-Body.html
-wwwoffle/hold/html/messages/IndexHost-Body.html
-wwwoffle/hold/html/messages/IndexHost-Head.html
-wwwoffle/hold/html/messages/IndexHost-Tail.html
-wwwoffle/hold/html/messages/IndexIllegal.html
-wwwoffle/hold/html/messages/IndexLastTime-Body.html
-wwwoffle/hold/html/messages/IndexLastTime-Head.html
-wwwoffle/hold/html/messages/IndexLastTime-Tail.html
-wwwoffle/hold/html/messages/IndexLatest-Body.html
-wwwoffle/hold/html/messages/IndexLatest-Head.html
-wwwoffle/hold/html/messages/IndexLatest-Tail.html
-wwwoffle/hold/html/messages/IndexMonitor-Body.html
-wwwoffle/hold/html/messages/IndexMonitor-Head.html
-wwwoffle/hold/html/messages/IndexMonitor-Tail.html
-wwwoffle/hold/html/messages/IndexOutgoing-Body.html
-wwwoffle/hold/html/messages/IndexOutgoing-Head.html
-wwwoffle/hold/html/messages/IndexOutgoing-Tail.html
-wwwoffle/hold/html/messages/IndexProtocol-Body.html
-wwwoffle/hold/html/messages/IndexProtocol-Head.html
-wwwoffle/hold/html/messages/IndexProtocol-Tail.html
-wwwoffle/hold/html/messages/IndexRedirect.html
-wwwoffle/hold/html/messages/IndexRoot-Body.html
-wwwoffle/hold/html/messages/IndexSeparator-Body.html
-wwwoffle/hold/html/messages/IndexURLRedirect.html
-wwwoffle/hold/html/messages/LocalDirRedirect.html
-wwwoffle/hold/html/messages/MethodUnsupported.html
-wwwoffle/hold/html/messages/MonitorFormError.html
-wwwoffle/hold/html/messages/MonitorIllegal.html
-wwwoffle/hold/html/messages/MonitorPage.html
-wwwoffle/hold/html/messages/MonitorWillGet.html
-wwwoffle/hold/html/messages/PageNotFound.html
-wwwoffle/hold/html/messages/ProxyAuthFail.html
-wwwoffle/hold/html/messages/README
-wwwoffle/hold/html/messages/RefreshFormError.html
-wwwoffle/hold/html/messages/RefreshIllegal.html
-wwwoffle/hold/html/messages/RefreshPage.html
-wwwoffle/hold/html/messages/RefreshRedirect.html
-wwwoffle/hold/html/messages/RefreshWillGet.html
-wwwoffle/hold/html/messages/RefusedRequest.html
-wwwoffle/hold/html/messages/RemoteHostError.html
-wwwoffle/hold/html/messages/ServerError.html
-wwwoffle/hold/html/messages/UserNeedsPass.html
-wwwoffle/hold/html/messages/WillGet.html
-wwwoffle/hold/html/robots.txt
-wwwoffle/hold/html/wwwoffle.pac
-@comment wwwoffle/hold/upgrade-config.pl
 wwwoffle/html/FAQ.html
 wwwoffle/html/Welcome.html
 wwwoffle/html/htdig/button1.gif
@@ -140,9 +36,9 @@
 wwwoffle/html/htdig/button9.gif
 wwwoffle/html/htdig/buttonl.gif
 wwwoffle/html/htdig/buttonr.gif
-wwwoffle/html/htdig/conf/CONFIG
 wwwoffle/html/htdig/conf/htdig-full.conf
 wwwoffle/html/htdig/conf/htdig-incr.conf
+wwwoffle/html/htdig/conf/htdig-lasttime.conf
 wwwoffle/html/htdig/conf/htfuzzy.conf
 wwwoffle/html/htdig/conf/htmerge.conf
 wwwoffle/html/htdig/conf/htsearch.conf
@@ -150,10 +46,15 @@
 wwwoffle/html/htdig/index.html
 wwwoffle/html/htdig/scripts/wwwoffle-htdig-full
 wwwoffle/html/htdig/scripts/wwwoffle-htdig-incr
+wwwoffle/html/htdig/scripts/wwwoffle-htdig-lasttime
+wwwoffle/html/htdig/scripts/wwwoffle-htfuzzy
 wwwoffle/html/htdig/scripts/wwwoffle-htsearch
 wwwoffle/html/htdig/search.html
 wwwoffle/html/htdig/star.gif
 wwwoffle/html/htdig/star_blank.gif
+wwwoffle/html/htdig/start-lt2.html
+wwwoffle/html/htdig/start-lt3.html
+wwwoffle/html/htdig/start-lt4.html
 wwwoffle/html/htdig/start1.html
 wwwoffle/html/htdig/start2.html
 wwwoffle/html/htdig/start3.html
@@ -169,7 +70,9 @@
 wwwoffle/html/messages/ConfigUpdate.html
 wwwoffle/html/messages/ConfirmRequest.html
 wwwoffle/html/messages/ControlAuthFail.html
-wwwoffle/html/messages/ControlDelete.html
+wwwoffle/html/messages/ControlDelete-Body.html
+wwwoffle/html/messages/ControlDelete-Head.html
+wwwoffle/html/messages/ControlDelete-Tail.html
 wwwoffle/html/messages/ControlIllegal.html
 wwwoffle/html/messages/ControlPage.html
 wwwoffle/html/messages/ControlWWWOFFLE-Head.html
@@ -177,6 +80,7 @@
 wwwoffle/html/messages/FTPDir-Head.html
 wwwoffle/html/messages/FTPDir-Tail.html
 wwwoffle/html/messages/FTPDirRedirect.html
+wwwoffle/html/messages/FTPPut.html
 wwwoffle/html/messages/FileLocked.html
 wwwoffle/html/messages/HostNotGot.html
 wwwoffle/html/messages/IllegalProtocol.html
@@ -227,30 +131,23 @@
 wwwoffle/html/messages/WillGet.html
 wwwoffle/html/robots.txt
 wwwoffle/html/wwwoffle.pac
-@unexec rm -rf %D/wwwoffle/http
 wwwoffle/outgoing/Owwwoffle-browser
 wwwoffle/outgoing/Owwwoffle-user
 wwwoffle/outgoing/Uwwwoffle-browser
 wwwoffle/outgoing/Uwwwoffle-user
-wwwoffle/wwwoffle.conf
+wwwoffle/upgrade-config.pl
 wwwoffle/wwwoffle.conf.install
-@dirrm wwwoffle/hold/html/htdig/conf
-@dirrm wwwoffle/hold/html/htdig/scripts
-@dirrm wwwoffle/hold/html/htdig
-@dirrm wwwoffle/hold/html/local/images
-@dirrm wwwoffle/hold/html/local
-@dirrm wwwoffle/hold/html/messages
-@dirrm wwwoffle/hold/html
-@dirrm wwwoffle/hold
 @dirrm wwwoffle/html/htdig/conf
+@dirrm wwwoffle/html/htdig/db
+@dirrm wwwoffle/html/htdig/db-lasttime
 @dirrm wwwoffle/html/htdig/scripts
 @dirrm wwwoffle/html/htdig
 @dirrm wwwoffle/html/local/images
 @dirrm wwwoffle/html/local
 @dirrm wwwoffle/html/messages
 @dirrm wwwoffle/html
-@dirrm wwwoffle/prevtime1
+@dirrm wwwoffle/http
 @dirrm wwwoffle/lasttime
 @dirrm wwwoffle/monitor
 @dirrm wwwoffle/outgoing
-@dirrm wwwoffle
+@dirrm wwwoffle/prevtime1

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E12iDKw-000LKF-00>