Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/web
In directory usw-pr-cvs1:/tmp/cvs-serv5238

Added Files:
        analog-5.24-1.info analog-5.24-1.patch 
Removed Files:
        analog-5.23-2.info analog-5.23-2.patch 
Log Message:
New upstream version from the Submissions tracker

--- NEW FILE: analog-5.24-1.info ---
Package: analog
Version: 5.24
Revision: 1
Description: Program to measure usage on your web server
License: Restrictive
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: http://www.analog.cx/analog-%v.tar.gz
Source-MD5: ae535ae9e4c52fb0ad23d4b34fab7e71

# Patch Phase:
Patch: %f.patch

# Compile Phase:
CompileScript: <<
make CC='cc' OS='OSX' DEFS='-DLANGDIR=\"%p/share/analog/lang/\" 
-DIMAGEDIR=\"%p/share/analog/images/\" -DCONFIGDIR=\"%p/etc/analog/\" 
-DLOGSDIR=\"/var/log/httpd/\" -DHEADERDIR=\"%p/etc/analog/\" 
-DDNSDIR=\"%p/var/analog/\" -DLOCKDIR=\"%p/var/analog/\"'
<<

# Build Phase:
ConfFiles: %p/etc/analog/analog.cfg

# Install Phase:
DocFiles: Licence.txt README.txt
InstallScript: <<
 mv analog.man analog.1
 /usr/bin/install -d %i/bin
 /usr/bin/install -m 755 analog %i/bin
 /usr/bin/install -d %i/etc
 /usr/bin/install -d %i/etc/analog
 /usr/bin/install -m 664 analog.cfg %i/etc/analog
 /usr/bin/install -d %i/share
 /usr/bin/install -d %i/share/man
 /usr/bin/install -d %i/share/man/man1
 /usr/bin/install -m 644 analog.1 %i/share/man/man1
 /usr/bin/install -d %i/share/doc/analog/how-to
 /usr/bin/install -d %i/share/doc/analog/examples
 cp -r how-to %i/share/doc/analog
 cp -r examples %i/share/doc/analog
 /usr/bin/install -d %i/share/analog
 cp -r lang %i/share/analog
 cp -r images %i/share/analog
 /usr/bin/install -d -m 775 %i/var/analog
 touch dnscache
 /usr/bin/install -m 664 dnscache %i/var/analog
<<
PostInstScript: <<
 echo ""
 echo "The images are stored in %p/share/analog/images/"
        echo "Copy this directory to where your output files"
        echo "are stored or provide the httpd.conf line necessary"
        echo "to alias %p/share/analog/images into your URL-space."
<<

DescDetail: <<
Analog is a program to measure the usage on your web server. 
It tells you which pages are most popular, which countries people 
are visiting from, which sites they tried to follow broken links 
from, and all sorts of other useful information.
<<
DescUsage: <<
Modify the config file '%p/etc/analog/analog.cfg' to your needs.
DNS lookups have been disabled since they could lead to crashes
under MacOS X. You can reenable it and report your results to 
the package maintainer.
The images are stored in '%p/share/analog/images/'. Copy this 
directory to where your output files are stored or provide 
the httpd.conf line necessary to alias '%p/share/analog/images'
into your URL-space.

Examples:
% to analyze the standard log file '/var/log/httpd/access_log'
% and print it to the standard output:
analog

% output to a file:
analog +Oanalog_out.html

% to process a config file (the '+g' is needed!):
analog -G +gtheConfigFile.cfg
<<
DescPackaging: <<
DNS lookups are disabled in the default config file
'%p/etc/analog/analog.cfg' to prevent a crash on 
MacOS X. Feedback on this issue is welcome.

The license is restrictive, but permits distribution of
binaries.
<<
Homepage: http://www.analog.cx/


--- NEW FILE: analog-5.24-1.patch ---
diff -ru analog-5.24/analog.cfg analog-5.24-patched/analog.cfg
--- analog-5.24/analog.cfg      2002-06-25 20:14:26.000000000 +0200
+++ analog-5.24-patched/analog.cfg      2002-06-26 09:35:23.000000000 +0200
@@ -1,5 +1,8 @@
 # Configuration file for analog 5.24
 # See http://www.analog.cx/
+# Modified by Christian Schaffner for fink <http://fink.sourceforge.net>, 2002/06/26
+# As suggested by Chris Pepper
+#   <http://www.reppep.com/~pepper/analog/>, 2002/02/11 and 2002/05/17
 #
 # Here are a couple of configuration commands to get you started. Add any more
 # you like from the Readme.
@@ -10,8 +13,17 @@
 #
 # If you need a LOGFORMAT command (most people don't -- try it without first!),
 # it must go here, above the LOGFILE commands.
-LOGFILE logfile.log
+# LOGFILE logfile.log
 # LOGFILE /old/logs/access_log.*
+LOGFILE /var/log/httpd/access_log
+# Default location on Mac OS X --cp
+#
+DNS READ
+# DNS lookups turned off to avoid an apparent bug in Mac OS X. --cp
+#
+CASE INSENSITIVE
+# The default file system in Mac OS X is HFS, which is case insensitive.
+#
 # OUTFILE Report.html
 # HOSTNAME "[my organisation]"
 # REQINCLUDE pages

--- analog-5.23-2.info DELETED ---

--- analog-5.23-2.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to