Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/web
In directory usw-pr-cvs1:/tmp/cvs-serv18587
Added Files:
amaya-6.1-1.info amaya-6.1-1.patch amaya-gtk-6.1-1.info
amaya-gtk-6.1-1.patch analog-5.24-1.info analog-5.24-1.patch
anonlog-1.0-1.info anonlog-1.0-1.patch
Log Message:
10.2 ready
--- NEW FILE: amaya-6.1-1.info ---
Package: amaya
Version: 6.1
Revision: 1
Maintainer: Damian Steer <[EMAIL PROTECTED]>
Depends: lesstif-shlibs, libjpeg-shlibs, libpng-shlibs, dlcompat
BuildDepends: libjpeg, libpng, lesstif
Replaces: amaya-gtk
Source: mirror:custom:amaya-src-%v.tgz
CustomMirror: <<
Primary: http://www.w3.org/Amaya/Distribution
ftp-US: ftp://ftp.w3.org/pub/amaya
ftp-AU: ftp://mirror.aarnet.edu.au/pub/amaya
<<
SourceDirectory: Amaya
UpdateConfigGuess: true
PatchScript: cd .. && sed 's|@FINK@|%p|g' < %a/%f.patch | patch -p0
CompileScript: <<
mkdir Darwin
cd 'Darwin' && CFLAGS="-I%p/include " LDFLAGS="-force_flat_namespace -L%p/lib
" ../configure --without-i18n --prefix=%p/lib --bindir=%p/bin && make
<<
InstallScript: <<
cd 'Darwin' && make install prefix=%i/lib bindir=%i/bin
cd %i/bin && ln -sf ../lib/Amaya/applis/bin/amaya amaya
<<
DocFiles: README README.amaya amaya/COPYRIGHT
Description: W3C's Editor/Browser
DescDetail: <<
Amaya is a complete web browsing and authoring
environment and comes equipped with a "WYSIWYG style"
of interface, similar to that of the most popular commercial
browsers. With such an interface, users can easily generate
HTML and XHTML pages, as well as CSS style sheets, MathML
expressions, and SVG drawings (full support of SVG is not yet
available, though).
Amaya includes a collaborative annotation application based
on Resource Description Framework (RDF), XLink, and
XPointer.
This version uses the lesstif library. The Amaya developers
now prefer the gtk version (fink package amaya-gtk) so
please consider installing that version instead.
<<
DescPackaging: <<
Patches the configure script to stop it checking for appkit
(bad amaya) in both Amaya and libwww (which one person raised
as a problem).
Patches Makefile.libwww to link statically to the Amaya libwww
(otherwise build conflict with libwww).
Slight hack to make Amaya install in /sw/lib/Amaya with
link from /sw/bin/amaya to amaya executable. (Default would
have /sw/Amaya, which isn't pretty).
Enforces flat_namespace.
Adds fink include and lib at configure.
Disables i18n support.
Changes from 5.3-x:
Patching better - less done. As a result this .info file is a
little messy, but gtk and lesstif patches are identical now,
and there are only minor differences in .info files.
<<
License: OSI-Approved
Homepage: http://www.w3.org/Amaya/
--- NEW FILE: amaya-6.1-1.patch ---
diff -Naur Amaya.orig/amaya/Makefile.libwww Amaya/amaya/Makefile.libwww
--- Amaya.orig/amaya/Makefile.libwww Wed May 15 22:21:52 2002
+++ Amaya/amaya/Makefile.libwww Wed May 15 22:23:32 2002
@@ -19,27 +19,23 @@
AMAYA_LIBWWW_OPTION_LIBS=
AMAYA_LIBWWW_LIBS= \
- -L../$(LIBWWW)/Library/src/.libs \
- -lwwwapp \
- -lwwwhttp \
- -lwwwxml \
- -lwwwhtml \
- -lwwwmime \
- -lwwwcache \
- -lwwwstream \
- -lwwwfile \
- -lwwwdir \
- -lwwwtrans \
- -lwwwcore \
- -lwwwutils \
- -lwwwzip \
- -lwwwftp \
- -L../$(LIBWWW)/modules/md5/.libs \
- -lmd5 \
- -L../$(LIBWWW)/modules/expat/xmlparse/.libs \
- -lxmlparse \
- -L../$(LIBWWW)/modules/expat/xmltok/.libs \
- -lxmltok
+ ../$(LIBWWW)/Library/src/.libs/libwwwapp.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwhttp.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwxml.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwhtml.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwmime.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwcache.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwstream.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwfile.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwdir.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwtrans.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwcore.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwutils.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwzip.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwftp.a \
+ ../$(LIBWWW)/modules/md5/.libs/libmd5.a \
+ ../$(LIBWWW)/modules/expat/xmlparse/.libs/libxmlparse.a \
+ ../$(LIBWWW)/modules/expat/xmltok/.libs/libxmltok.a
AMAYA_LIBWWW_EXTRA_LIBS=
diff -Naur Amaya.orig/configure Amaya/configure
--- Amaya.orig/configure Wed May 15 22:22:02 2002
+++ Amaya/configure Wed May 15 22:23:06 2002
@@ -3526,7 +3526,7 @@
fi
done
-for ac_hdr in appkit/appkit.h appkit.h
+for ac_hdr in apppkit/apppkit.h apppkit.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -6231,7 +6231,7 @@
for ac_dir in \
/usr/include/Motif1.2 \
/usr/Motif1.2/include \
- /sw/Lesstif/Motif2.0/include \
+ @FINK@/include \
\
/usr/motif/include \
\
@@ -6286,7 +6286,7 @@
for ac_dir in `echo "$ac_motif_includes" | sed s/include/lib/` \
/usr/lib/Motif1.2 \
/usr/Motif1.2/lib \
- /sw/Lesstif/Motif2.0/lib \
+ @FINK@/lib \
\
/usr/motif/lib \
\
diff -Naur libwww.orig/configure libwww/configure
--- libwww.orig/configure Wed May 15 22:22:13 2002
+++ libwww/configure Wed May 15 22:23:56 2002
@@ -3013,7 +3013,7 @@
fi
-for ac_hdr in appkit/appkit.h appkit.h
+for ac_hdr in apppkit/apppkit.h apppkit.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--- NEW FILE: amaya-gtk-6.1-1.info ---
Package: amaya-gtk
Version: 6.1
Revision: 1
Maintainer: Damian Steer <[EMAIL PROTECTED]>
Depends: glib, imlib, gtk+, libjpeg-shlibs, libpng-shlibs, dlcompat
BuildDepends: libjpeg, libpng
Replaces: amaya
Source: mirror:custom:amaya-src-%v.tgz
CustomMirror: <<
Primary: http://www.w3.org/Amaya/Distribution
ftp-US: ftp://ftp.w3.org/pub/amaya
ftp-AU: ftp://mirror.aarnet.edu.au/pub/amaya
<<
SourceDirectory: Amaya
UpdateConfigGuess: true
PatchScript: cd .. && sed 's|@FINK@|%p|g' < %a/%f.patch | patch -p0
CompileScript: <<
mkdir Darwin
cd 'Darwin' && CFLAGS="-I%p/include " LDFLAGS="-force_flat_namespace -L%p/lib
" ../configure --without-i18n --with-gtk --prefix=%p/lib --bindir=%p/bin && make
<<
InstallScript: <<
cd 'Darwin' && make install prefix=%i/lib bindir=%i/bin
cd %i/bin && ln -sf ../lib/Amaya/applis/bin/amaya amaya
<<
DocFiles: README README.amaya amaya/COPYRIGHT
Description: W3C's Editor/Browser
DescDetail: <<
Amaya is a complete web browsing and authoring
environment and comes equipped with a "WYSIWYG style"
of interface, similar to that of the most popular commercial
browsers. With such an interface, users can easily generate
HTML and XHTML pages, as well as CSS style sheets, MathML
expressions, and SVG drawings (full support of SVG is not yet
available, though).
Amaya includes a collaborative annotation application based
on Resource Description Framework (RDF), XLink, and
XPointer.
<<
DescPackaging: <<
Patches the configure script to stop it checking for appkit
(bad amaya) in both Amaya and libwww (which one person raised
as a problem).
Patches Makefile.libwww to link statically to the Amaya libwww
(otherwise build conflict with libwww).
Slight hack to make Amaya install in /sw/lib/Amaya with
link from /sw/bin/amaya to amaya executable. (Default would
have /sw/Amaya, which isn't pretty).
Enforces flat_namespace.
Adds fink include and lib at configure.
Disables i18n support.
Changes from 5.3-x:
Patching better - less done. As a result this .info file is a
little messy, but gtk and lesstif patches are identical now,
and there are only minor differences in .info files.
<<
License: OSI-Approved
Homepage: http://www.w3.org/Amaya/
--- NEW FILE: amaya-gtk-6.1-1.patch ---
diff -Naur Amaya.orig/amaya/Makefile.libwww Amaya/amaya/Makefile.libwww
--- Amaya.orig/amaya/Makefile.libwww Wed May 15 22:21:52 2002
+++ Amaya/amaya/Makefile.libwww Wed May 15 22:23:32 2002
@@ -19,27 +19,23 @@
AMAYA_LIBWWW_OPTION_LIBS=
AMAYA_LIBWWW_LIBS= \
- -L../$(LIBWWW)/Library/src/.libs \
- -lwwwapp \
- -lwwwhttp \
- -lwwwxml \
- -lwwwhtml \
- -lwwwmime \
- -lwwwcache \
- -lwwwstream \
- -lwwwfile \
- -lwwwdir \
- -lwwwtrans \
- -lwwwcore \
- -lwwwutils \
- -lwwwzip \
- -lwwwftp \
- -L../$(LIBWWW)/modules/md5/.libs \
- -lmd5 \
- -L../$(LIBWWW)/modules/expat/xmlparse/.libs \
- -lxmlparse \
- -L../$(LIBWWW)/modules/expat/xmltok/.libs \
- -lxmltok
+ ../$(LIBWWW)/Library/src/.libs/libwwwapp.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwhttp.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwxml.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwhtml.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwmime.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwcache.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwstream.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwfile.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwdir.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwtrans.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwcore.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwutils.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwzip.a \
+ ../$(LIBWWW)/Library/src/.libs/libwwwftp.a \
+ ../$(LIBWWW)/modules/md5/.libs/libmd5.a \
+ ../$(LIBWWW)/modules/expat/xmlparse/.libs/libxmlparse.a \
+ ../$(LIBWWW)/modules/expat/xmltok/.libs/libxmltok.a
AMAYA_LIBWWW_EXTRA_LIBS=
diff -Naur Amaya.orig/configure Amaya/configure
--- Amaya.orig/configure Wed May 15 22:22:02 2002
+++ Amaya/configure Wed May 15 22:23:06 2002
@@ -3526,7 +3526,7 @@
fi
done
-for ac_hdr in appkit/appkit.h appkit.h
+for ac_hdr in apppkit/apppkit.h apppkit.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -6231,7 +6231,7 @@
for ac_dir in \
/usr/include/Motif1.2 \
/usr/Motif1.2/include \
- /sw/Lesstif/Motif2.0/include \
+ @FINK@/include \
\
/usr/motif/include \
\
@@ -6286,7 +6286,7 @@
for ac_dir in `echo "$ac_motif_includes" | sed s/include/lib/` \
/usr/lib/Motif1.2 \
/usr/Motif1.2/lib \
- /sw/Lesstif/Motif2.0/lib \
+ @FINK@/lib \
\
/usr/motif/lib \
\
diff -Naur libwww.orig/configure libwww/configure
--- libwww.orig/configure Wed May 15 22:22:13 2002
+++ libwww/configure Wed May 15 22:23:56 2002
@@ -3013,7 +3013,7 @@
fi
-for ac_hdr in appkit/appkit.h appkit.h
+for ac_hdr in apppkit/apppkit.h apppkit.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--- 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
--- NEW FILE: anonlog-1.0-1.info ---
Package: anonlog
Version: 1.0
Revision: 1
Description: Tool to "anonymize" web server logfiles
License: GPL
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
# Unpack Phase:
Source: mirror:sourceforge:anonlog/anonlog-%v.tar.gz
# Patch Phase:
PatchScript: <<
sed 's|@PREFIX@|%p|g' < %a/%f.patch | patch -p1
<<
# Compile Phase:
CompileScript: <<
<<
# Build Phase:
ConfFiles: %p/etc/anonlog/anonlog.cfg %p/etc/anonlog/dictionary
# Install Phase:
DocFiles: Licence.txt Readme.html anondocs.css
InstallScript: <<
mv anonlog.pl anonlog
/usr/bin/install -d %i/bin
/usr/bin/install -m 755 anonlog %i/bin
/usr/bin/install -d %i/etc
/usr/bin/install -d %i/etc/anonlog
/usr/bin/install -m 664 dictionary %i/etc/anonlog
/usr/bin/install -m 664 anonlog.cfg %i/etc/anonlog
<<
DescDetail: <<
Anonlog anonymizes the following items from the original logfile:
filenames (but preserves the extension), visitors' hostnames, referrers,
usernames and virtual hostnames. (Some of these items, especially the
last two, may not be present in every logfile.)
The following items are left unchanged: date and time of each request,
HTTP status code, file size, processing time and browser name.
Search arguments on files and referrers are deleted, and replaced with
an indication that they were present.
Anonlog can read logfiles in several different commonly-used formats.
The anonymized logfile is written to a new file.
The translation uses real words where possible. Furthermore, items are
translated "hierarchically" - for example, if maths.cam.ac.uk became
lemon.bee.to.de then statslab.cam.ac.uk might become greatest.bee.to.de.
(It is configurable whether the new names should be the same length as
the old ones).
The key to the translation can be written to a file if you want. Note
that running the program on the same file twice will not produce the
same results. (This is a deliberate security feature.)
If you run analog on the original and the anonymized logfiles, the
results should be almost exactly analogous (with minor differences due
to different parsing routines) except for analog's Search Word Report
and Search Query Reports, which will be lost, and the Organisation
Report, which will be wrong.
<<
DescUsage: <<
Type 'anonlog' in the terminal and it will print out the anonymized
logfile from the default location (/var/log/httpd/access_log). You can
adjust these settings by editing the config file
/sw/etc/anonlog/anonlog.cfg or by passing another config file: anonlog
my_anonlog.cfg To store the results in a file: anonlog > anonymized.log
<<
DescPackaging: <<
anonlog.pl patched to take one command line parameter: the location
of the config file.
Default location of the apache log file patched into the config file.
<<
Homepage: http://anonlog.sourceforge.net/
--- NEW FILE: anonlog-1.0-1.patch ---
diff -Naur anonlog-1.0/anonlog.cfg anonlog-1.0-patched/anonlog.cfg
--- anonlog-1.0/anonlog.cfg 2001-04-16 14:29:36.000000000 +0200
+++ anonlog-1.0-patched/anonlog.cfg 2002-04-19 15:29:08.000000000 +0200
@@ -6,7 +6,7 @@
# You will want to edit the first three options at least.
# The logfile being anonymized.
-logfile = logfile.log
+logfile = /var/log/httpd/access_log
# Where to write the anonymized logfile: just 'newlog = ' for stdout (screen).
newlog =
@@ -21,7 +21,7 @@
logformat =
# A file containing words to use as replacements. 'dictionary = ' if none.
-dictionary = dictionary
+dictionary = @PREFIX@/etc/anonlog/dictionary
# The file for outputting the list of replacements used.
# 'translations = ' if it's not to output a list.
diff -Naur anonlog-1.0/anonlog.pl anonlog-1.0-patched/anonlog.pl
--- anonlog-1.0/anonlog.pl 2001-04-16 15:01:10.000000000 +0200
+++ anonlog-1.0-patched/anonlog.pl 2002-04-19 15:29:27.000000000 +0200
@@ -34,13 +34,15 @@
#
# The configuration file to override all these options.
# $conffile = ''; for none.
-$conffile = 'anonlog.cfg';
+#$conffile = 'anonlog.cfg';
-$logfile = 'logfile.log';
+$conffile = shift || '@PREFIX@/etc/anonlog/anonlog.cfg';
+
+$logfile = '/var/log/httpd/access_log';
$newlog = '';
$servernames = '';
$logformat = '';
-$dictionary = 'dictionary';
+$dictionary = '@PREFIX@/etc/anonlog/dictionary';
$translations = '';
$unchfiles = 'index.html';
$matchlength = 0;
-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits