wwwoffle stable port information

Package: wwwoffle
Version: 2.7h
Revision: 2
Maintainer: None
Source: mirror:custom:%n-%v.tgz
CustomMirror:<<
Primary: ftp://ftp.demon.co.uk/pub/unix/httpd/
Secondary: http://www.gedanken.freeserve.co.uk/download-wwwoffle/
<<
Source-MD5: 3226cbe65feca747f92393114d9de5f0
BuildDepends: fink (>= 0.24.12-1), flex
Depends: daemonic
PatchFile: %n.patch
PatchFile-MD5: f40321ea3d0e6497ddd462e49043ec0d
ConfigureParams: --with-spooldir=%p/var/spool/wwwoffle --with-confdir=%p/etc --with-ipv6 --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DaemonicFile: <<

Wwwoffle Caching Proxy Server
Wwwoffle Caching Proxy Server


%p/sbin/wwwoffled
%p/etc/wwwoffle.conf



<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
daemonic remove wwwoffle
fi
<<
ConfFiles: %p/etc/wwwoffle.conf
Description: Caching proxy server for HTTP/FTP
DescDetail: <<
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.
* 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.
<<
DescUsage: <<
To create a startupitem that starts the wwwoffle daemon after restart just
run as root 'daemonic enable wwwoffle'. To remove the wwwoffle startup item
just run as root 'daemonic remove wwwoffle'.
<<
DescPort: <<
Small patch so the correct location of the doc directories are selected.
DocFiles not used as all documentation installed with everything else.
Needs to BuildDepend on fink's flex, because Leopard's version is too new.
<<
DescPackaging: <<
Originally packaged by Matt Stephenson.
<<
License: GPL
Homepage: http://www.gedanken.demon.co.uk/wwwoffle

wwwoffle stable port .patch

--- wwwoffle-2.7h/doc/Makefile.in Mon Jul 29 01:20:24 2002
+++ wwwoffle-2.7h-patched/doc/Makefile.in Mon Jan 20 20:16:22 2003
@@ -22,7 +22,7 @@

prefix=@prefix@
mandir=$(DESTDIR)@mandir@
-docdir=$(DESTDIR)${prefix}/doc/wwwoffle
+docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle

SPOOLDIR=@SPOOLDIR@
CONFDIR=@CONFDIR@

wwwoffle _unstable_ port .patch