Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv7449
Added Files:
wwwoffle-2.7c-1.info wwwoffle-2.7c-1.patch
Log Message:
New upstream version
--- NEW FILE: wwwoffle-2.7c-1.info ---
Package: wwwoffle
Version: 2.7c
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: http://www.gedanken.freeserve.co.uk/download-%n/%n-%v.tgz
Source-MD5: de4a185c3e279b57a88283016211b989
Patch: %f.patch
SetCFLAGS: -no-cpp-precomp
ConfigureParams: --with-spooldir=%p/var/spool --with-confdir=%p/etc
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. '-no-cpp-precomp' set in C flags.
<<
License: GPL
Homepage: http://www.gedanken.demon.co.uk/wwwoffle
--- NEW FILE: wwwoffle-2.7c-1.patch ---
--- wwwoffle-2.7c/doc/Makefile.in 2002-04-21 16:53:25.000000000 +1000
+++ wwwoffle-2.7c-patched/doc/Makefile.in 2002-07-10 13:12:15.000000000 +1000
@@ -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
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits