summaryrefslogtreecommitdiff
path: root/www/analog
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-25don't reference a non existant directorygrant1-2/+1
2005-08-25this needs -lnsl -lsocket on Solaris.grant3-6/+19
2005-08-25portability: don't call "install -d" with multiple arguments.grant1-5/+5
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-19Remove erroneous slash in "MASTER_SITES" declaration accidently inventedtron1-2/+2
in last revision.
2004-12-19Update "analog" package to version 6.0. Changes since version 5.32:tron4-17/+21
- Added Palm OS and Symbian OS to the Operating System Report. - ISO 8601 extended date format available in language files. - Another style sheet from James Reeves added to the examples directory. - Analog is now distributed under the GNU General Public License. - Fix problems building unzip.c on some platforms. - Fix invalid XHTML output in non-European languages. - The DNSTIMEOUT command is now off by default, because it breaks DNS lookups on many platforms. - Recognises Firebird and Firefox as browsers. - msnbot recognised as a robot in the default configuration. - Patches for Mac. - New Makefiles for Windows and RISC OS. - Corrections to Finnish and Japanese language files. - Reads zip and bzip2 logfiles without the need for an UNCOMPRESS command. - Automatically strips ;params section from URLs (for example, jsessionid's). - Recognises Windows Server 2003 in the Operating System Report. - First user-contributed style sheets added to examples/css directory. - Computer-readable output style now forces English output. - More corrections to XML output style. - Patches for OpenVMS and RISC OS. - Basque language files. - Country code .cs, formerly Czechoslovakia, is now Serbia and Montenegro. (Changed in English, French and German domains files, and removed from other domains files). - Corrections to Swedish and Ukrainian language files, and to German domains files. - Internal Search reports now work properly on case-insensitive file systems. - Various bug fixes and improvements to XHTML and XML output styles. - New command CSSPREFIX to add a prefix to the CSS class names used in the XHTML output. - XML DTD distributed with the program. - Language files for Simplified Chinese. - This is the first beta test for version 6. - Output code completely rewritten, to permit more output formats. - New output formats XHTML and XML. (Thanks to Per Jessen for XML, and to Jeremy Wadsack for help with XHTML). - XHTML is now the default output style. - The barcharts are now made from png's not gif's by default. - New command LOGOURL.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-11Build with "-DNOGLOB" on platforms which don't have "/usr/include/glob.h"tron1-1/+5
like IRIX. This should fix PR pkg/27204 by Georg Schwarz.
2004-08-04Fix accouting of various BSD flavours in operating system report. Problemtron3-14/+15
noted by Noriyuki Soda. Bump package revision after this change.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-23Update "analog" package to version 5.32. Changes since version 5.31:tron2-5/+5
- Recognises Safari and Camino browsers. - New LOGFORMAT specification %D (processing time in microseconds). - Understands %A and %D in APACHELOGFORMAT.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-11Update "analog" package to version 5.31. Changes since version 5.30:tron2-5/+5
- Recognises Phoenix and Chimera browsers. - Fixes for Mac, OpenVMS and RISC OS ports. - Various other small bug fixes.
2002-12-02Update package "analog" to version 5.30. Changes since version 5.24:tron5-30/+39
- Reads gzipped logfiles without the need for an UNCOMPRESS command. - Host inclusions and exclusions can now use IP address ranges and subnet masks. - New command BYTESDP command to list kilobytes etc. to a chosen number of decimal places. - New code for RISC OS port. - Indonesian and Slovak language files. - New How-To entitled Getting started under Windows.
2002-08-19Update "analog" package to version 5.24. Changes since version 5.23:tron3-7/+11
- Recognises Netscape 7 browser. Also better diagnosis of Windows operating systems for Netscape and Mozilla browsers. - New version of IIS How-To. - Later UNCOMPRESS commands now correctly override earlier ones. - SEARCHCHARCONVERT can now be turned on for multibyte character sets, though it's not recommended. - French report descriptions files. - New versions of Polish and alternative Swedish language files. - East Timor country code is now .tl.
2002-07-11honor PKG_SYSCONFDIR - increment PKGREVISIONabs5-19/+21
2002-05-15Update "analog" package to version 5.23. Changes since version 5.22:tron3-7/+11
- Added PROGRESSFREQ to the list of forbidden commands from the form interface, because it allows a denial-of-service attack. - Also emphasised in the documentation that allowing untrusted users to run analog through the form interface is inherently open to a denial-of-service attack. - Fixed two bugs which caused occasional crashes while outputting. - Russian language files included (KOI8-R and Windows-1251 character sets). - Added new domains to the French domains files. - New How-To on configuring IIS
2002-03-20Update "analog" package to version 5.22. Changes since version 5.21:tron2-5/+5
- Security fix for cross-site scripting security bug. - Upgraded zlib code to version 1.1.4 (although analog wasn't vulnerable to the security bug in zlib 1.1.3). - The PROGRESSFREQ messages now go to the screen as well as to the ERRFILE. - The second argument to SUBDOMAIN can now contain *'s and $'s. - Added eight new domains to many of the domains files. - Revised Japanese language files.
2002-02-20Update "Analog" packge to version 5.21. Changes since version 5.2:tron3-6/+32
- Corrected the MacHTTP log format, which didn't work in 5.2. - All the BARSTYLEs redrawn, and two new BARSTYLEs added, adapted from an idea by Dave Holle. (You will have to move the new graphics into your IMAGEDIR in order to use them.)
2002-02-13Update "analog" package to version 5.2. Changes since version 5.1:tron4-20/+24
5.2 (13-Feb-02) - You can now plot the lower levels of hierarchical reports on the pie charts by using the new CHARTEXPAND family of commands. - Added MACHTTP to the list of built-in log formats that analog recognises automatically. - Recognises ; as well as & as query-string separator. - The rules for generating "organisations" from numerical addresses have changed. - Filenames given on the command line are now relative to the current directory, not the analog directory. - Ignores completely blank lines at the top of a logfile. - Makefiles for Microsoft Visual C++ can be found in the new src/build directory. Makefiles for other platforms have moved out of the source tree into there too. - You can now refer to kilobytes as kibibytes by editing your language file. - Revised versions of Japanese language files. - Revised the Licence. - Advertised new donations page.
2001-11-08Update "analog" package to version 5.1. Changes since version 5.03:tron4-10/+15
- 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.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-05Do not assume we are in ${PREFIX} when installing. Use %D/%F not %F in shell cmdabs1-2/+2
2001-07-22"www.analog.cx" is still down, use "http://www.web42.com/analog/" astron1-3/+2
URL for homepage and primary master site.
2001-07-08Update "analog" package to version 5.03. Changes since version 5.02:tron4-9/+11
- Bug fixes, including one bug that caused a crash under Windows. - Spanish translation, and corrections to SWEDISH-ALT translation.
2001-06-25Update analog package to version 5.02. Changes since version 5.01:tron4-21/+42
- Understands the new IIS log format with four-digit years. - Traditional Chinese and Brazilian Portuguese language files. - Japanese is now available in four character sets. - Four language files which were already distributed with the program are now available through the LANGUAGE command: BULGARIAN-MIK (MIK-16 charset), CZECH-1250 and SLOVENE-1250 (Windows-1250), and SWEDISH-ALT (alternative translation avoiding Anglicisms).
2001-05-19Update "analog" package to version 5.0. Changes since version 5.01:tron4-10/+64
5.01 (19-May-01) - New command PNGIMAGES. - New token "PLAIN:" in ALIAS commands. - Unix man page included in source distribution. - New example configuration file examples/bigbyrep.cfg. - A few small bug fixes. - Italian report descriptions files; corrections to German language files.
2001-05-14Restore sane default directories which got lost during update.tron2-5/+15
2001-05-14Update "analog" package to version 5.0. This is a major update overtron4-103/+80
version 4.16 which include many new features including new reports. See the include "whatsnew.html" for detailed description.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Update "analog" package to version 4.16. Changes since version 4.15:tron4-8/+8
- Security fix for buffer overflow bug. - Small correction to Brazilian Portuguese language file.
2001-02-02Update "analog" package to version 4.15. Changes since version 4.14:tron4-8/+8
- bug fixes for accented letters in dates and for EBCDIC character set
2001-01-24Update "analog" package to version 4.14. Changes since version 4.13:tron5-11/+19
- Can do a FLOOR beyond Terabytes. - OS X & MPE/iX ports. - Bug fixes, especially for multibyte character sets. - Unprintable characters in the report are now replaced by '?'. - Traditional Chinese, Portuguese, Brazilian Portuguese, US English and corrected French domains files. - Rewrote the documentation on Cache files. Added some new data to How the Web Works.
2000-11-01Don't overwrite analog configuration during installation. Fixestron2-20/+11
PR pkg/11351 by David Brownlee.
2000-10-27Update "analog" package to version 4.13. Changes since version 4.11:tron5-14/+28
- Corrected infelicity in compilation procedure. - Recognises Windows Me for Operating System Report. - Can count beyond Terabytes. - PCRE code upgraded to version 3.4. - AS/400 port. Patches to compile cleanly on Cygwin and 64-bit Solaris. - Bulgarian and Croatian language files. Catalan and Finnish domains files. - Various bug fixes. - New Licence (mostly less restrictive than the previous one).
2000-05-31Update "analog" package to version 4.11. Changes since version 4.1:tron5-13/+20
- The default definition of "pages" is now case insensitive, and also includes *.asp. - Reads the extended logs from IIS 5 correctly. - Version number displayed before any warning or debugging messages. - The "number of days" at the top of the report now obeys DECPOINT (and is also now to 2 decimal places). - Improved OpenVMS build procedure. - Hungarian and Romanian language files, and corrected Spanish language files and English domains files. - Italian and Spanish form interfaces. - The FAQ now has a list of contents
2000-04-01Update "analog" package to version 4.1. Changes since version 4.04:tron5-33/+49
- Regular expressions in ALIASes and INCLUDEs are now available on all platforms. - Regular expressions are now Perl-syntax regular expressions. (Thanks to Philip Hazel's PCRE library.) - "Repeated fields" in logfile header lines are now allowed. - New commands STATUSINCLUDE and STATUSEXCLUDE, and 304ISSUCCESS. - New output style PLAIN (like ASCII but with accents). New language files for this. - In the computer-readable output, hierarchical reports now have an extra column, indicating the depth of the item in the hierarchy. - All referrers now count as "pages." (See upgrade notes.) - Configuration commands can be continued across lines with a backslash. - New token %s in LOGFORMAT, allowing per-line selection of client-name and client-IP fields. - New log format WEBSTAR-EXTENDED to allow for a small bug in WebSTAR's implementation of the extended log format. - Korean language files. Also alternative Swedish translation.
2000-03-27Update MD5 checksum after file on master site has been changed.tron1-2/+2
Problem reportd by Brian Stark in private e-mail.
2000-03-21Update "analog" package to version 4.04. Changes since version 4.03:tron4-20/+24
- The analog home page has moved to www.analog.cx - New column d in non-time reports. - The RUNTIME command now turns off the "Program started at" line as well as the "Running Time" line. - Non-alphanumeric characters are now allowed in the REPORTORDER as separators. - Correctly parses more APACHELOGFORMATs. - Better detection of Windows 2000 in Operating System Report. - Better warning messages when the erroneous command contained a space. - Code for NeXTSTEP operating system. - Better treatment of multibyte character sets. - Icelandic language files. Corrections to Bosnian, French, Italian, Japanese & Swedish.
2000-02-23Update "analog" package to version 4.03. Changes since version 4.01:tron5-23/+27
- Fixed several small bugs. - New command RUNTIME. - Brazilian Portuguese language files and Swedish domains files. - Corrections to Dutch. - New command SEARCHCHARCONVERT. - Support for Apache's new %q code in APACHELOGFORMAT. - Fix for search reports causing crashes on Windows. - New language: Czech. Corrections for Serbian, Slovene and Ukrainian.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-18Update "analog" package to version 4.01. Changes since 4.0:tron3-9/+12
- This version includes 27 languages.