Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv32071

Added Files:
        wwwoffle-2.7e-1.info wwwoffle-2.7e-1.patch 
Log Message:
New upstream version


--- NEW FILE: wwwoffle-2.7e-1.info ---
Package: wwwoffle
Version: 2.7e
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: mirror:custom:%n-%v.tgz
CustomMirror:<<
Primary: ftp://ftp.ibiblio.org/pub/Linux/apps/www/servers/
Secondary: ftp://ftp.demon.co.uk/pub/unix/httpd/
Third: http://www.gedanken.freeserve.co.uk/download-wwwoffle/
<<
Source-MD5: 6dc3bc8e8ad02f29054a12bb720652de
Patch: %f.patch
ConfigureParams: --with-spooldir=%p/var/spool/wwwoffle --with-confdir=%p/etc 
--with-ipv6
InstallScript: make install DESTDIR=%d
DaemonicFile: <<
<service>
<description>Wwwoffle Caching Proxy Server</description>
<message>Wwwoffle Caching Proxy Server</message>

<daemon name="wwwoffle">
<executable background="yes">%p/sbin/wwwoffled</executable>
<configfile>%p/etc/wwwoffle.conf</configfile>
</daemon>

</service>
<<
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 man and doc directories are
selected. DocFiles not used as all documentation installed with everything
else.
<<
License: GPL
Homepage: http://www.gedanken.demon.co.uk/wwwoffle

--- NEW FILE: wwwoffle-2.7e-1.patch ---
--- wwwoffle-2.7e/doc/Makefile.in       Sun Jul 28 15:20:24 2002
+++ wwwoffle-2.7e-patched/doc/Makefile.in       Thu Sep 19 10:33:41 2002
@@ -21,8 +21,8 @@
 # The installation locations
 
 prefix=@prefix@
-mandir=$(DESTDIR)@mandir@
-docdir=$(DESTDIR)${prefix}/doc/wwwoffle
+mandir=$(DESTDIR)${prefix}/share/man
+docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle
 
 SPOOLDIR=@SPOOLDIR@
 CONFDIR=@CONFDIR@



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to