diff options
author | tron <tron@pkgsrc.org> | 2001-11-08 08:27:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-08 08:27:02 +0000 |
commit | dd2abbade03adf8220d550d308babd36cb83970f (patch) | |
tree | 437e523e870bca487f1147adcc5b94f80e2f1d25 /www/analog | |
parent | e3061c91410defe786499c42d1ba240bf1f5ef21 (diff) | |
download | pkgsrc-dd2abbade03adf8220d550d308babd36cb83970f.tar.gz |
Update "analog" package to version 5.1. Changes since version 5.03:
- The Browser Summary now recognises the Konqueror and Galeon browsers,
and distinguishes Mozilla and Netscape. (If you are using a
configuration file from an older version of analog, you need to
remove one line.)
- The Operating System Report now recognises Windows XP.
- Numerical addresses are now included in the Organisation Report.
- Logfile and cache file names can now contain date codes, in the same way
as the OUTFILE.
- The person setting up the form interface can now specify a list of allowed
commands, rather than a list of forbidden commands.
- The LATEX output style now works with the ISO-Latin-2 character set as
well as ISO-Latin-1. New command PDFLATEX.
- New LOGFORMAT token %Z for two- or four-digit years. In the COMPSEP, you
can now use \t to represent a tab.
- New warnings category G; some warnings reclassified.
- Various small bugs fixed. Also there is some rewriting internally, but
it should be transparent to the user.
- The Windows executable has been compiled using MinGW instead of Microsoft
Visual C++.
- Finnish translation, and corrections to German and Serbian. Brazilian
Portuguese report descriptions files.
Diffstat (limited to 'www/analog')
-rw-r--r-- | www/analog/Makefile | 4 | ||||
-rw-r--r-- | www/analog/PLIST | 4 | ||||
-rw-r--r-- | www/analog/distinfo | 8 | ||||
-rw-r--r-- | www/analog/patches/patch-aa | 9 |
4 files changed, 15 insertions, 10 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile index 82c46286953..c76742a287b 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2001/07/22 08:12:45 tron Exp $ +# $NetBSD: Makefile,v 1.29 2001/11/08 08:27:02 tron Exp $ -DISTNAME= analog-5.03 +DISTNAME= analog-5.1 CATEGORIES= www MASTER_SITES= ${HOMEPAGE} \ http://www.statslab.cam.ac.uk/~sret1/analog/ \ diff --git a/www/analog/PLIST b/www/analog/PLIST index 9f35f62d386..a7da13ceb61 100644 --- a/www/analog/PLIST +++ b/www/analog/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:15:27 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/08 08:27:02 tron Exp $ bin/analog etc/analog.cfg.default @exec test -f %D/etc/analog.cfg || cp -p %D/%F %D/etc/analog.cfg @@ -125,7 +125,9 @@ lib/analog/lang/bgmdesc.txt lib/analog/lang/bgmdom.tab lib/analog/lang/br.lng lib/analog/lang/bra.lng +lib/analog/lang/bradesc.txt lib/analog/lang/bradom.tab +lib/analog/lang/brdesc.txt lib/analog/lang/brdom.tab lib/analog/lang/cat.lng lib/analog/lang/cata.lng diff --git a/www/analog/distinfo b/www/analog/distinfo index 504bb4476fc..dacdf99cc4d 100644 --- a/www/analog/distinfo +++ b/www/analog/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2001/07/08 20:01:12 tron Exp $ +$NetBSD: distinfo,v 1.8 2001/11/08 08:27:02 tron Exp $ -SHA1 (analog-5.03.tar.gz) = 30c2362f6b3d350dd164a9c5f94742a366791d7e -Size (analog-5.03.tar.gz) = 838365 bytes -SHA1 (patch-aa) = a53c0c13c9d6c985400069e4cf20074afe4dc886 +SHA1 (analog-5.1.tar.gz) = 78ad80c00aee40f41017b87ab7446dc07f90ca4a +Size (analog-5.1.tar.gz) = 855797 bytes +SHA1 (patch-aa) = e5c056d7fc6b796a10e6f9054257662d2ccac6fb SHA1 (patch-ab) = f11c9d3f5dec5b9cd04de0d114752c58484a648a diff --git a/www/analog/patches/patch-aa b/www/analog/patches/patch-aa index 7f85680fc0c..4570db3ebda 100644 --- a/www/analog/patches/patch-aa +++ b/www/analog/patches/patch-aa @@ -1,16 +1,19 @@ -$NetBSD: patch-aa,v 1.19 2001/07/08 20:01:12 tron Exp $ +$NetBSD: patch-aa,v 1.20 2001/11/08 08:27:02 tron Exp $ --- Makefile.orig Tue May 1 12:38:33 2001 +++ Makefile Mon May 14 22:29:27 2001 -@@ -1,12 +1,17 @@ - # Makefile for analog 5.03 +@@ -1,14 +1,19 @@ + # Makefile for analog 5.1 # Please read docs/Readme.html, or http://www.analog.cx/ -CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different +#CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different # compilers need different CFLAGS, e.g., -O instead of -O2. +-MAKE = make # which "make" to use ++#MAKE = make # which "make" to use -CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation. +#CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation. # HP/UX cc needs CFLAGS = -Aa (HP/UX 9) or -Ae (HP/UX 10) + # BeOS needs CFLAGS = -O2 -Wl,-L/boot/home/config/lib # BS2000/OSD needs CFLAGS = -XLLML -XLLMK # NeXTSTEP needs CFLAGS = -O2 -pipe -no-precomp -DEFS = # any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ... |