Commit graph

66 commits

Author SHA1 Message Date
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
grant
6b7030714d don't reference a non existant directory 2005-08-25 10:11:35 +00:00
grant
6a38328aea this needs -lnsl -lsocket on Solaris. 2005-08-25 10:09:48 +00:00
grant
8380dcf1b1 portability: don't call "install -d" with multiple arguments. 2005-08-25 08:55:39 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
tron
ff0dee2a83 Remove erroneous slash in "MASTER_SITES" declaration accidently invented
in last revision.
2004-12-19 22:06:31 +00:00
tron
92b93f0d7c Update "analog" package to version 6.0. Changes since version 5.32:
- 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-19 22:00:10 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
tron
0ba3d0dfba Build with "-DNOGLOB" on platforms which don't have "/usr/include/glob.h"
like IRIX. This should fix PR pkg/27204 by Georg Schwarz.
2004-10-11 18:06:31 +00:00
tron
2bcd1a54f2 Fix accouting of various BSD flavours in operating system report. Problem
noted by Noriyuki Soda. Bump package revision after this change.
2004-08-04 10:51:38 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
tron
dae738d793 Update "analog" package to version 5.32. Changes since version 5.31:
- Recognises Safari and Camino browsers.
- New LOGFORMAT specification %D (processing time in microseconds).
- Understands %A and %D in APACHELOGFORMAT.
2003-03-23 21:47:57 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
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-28 22:03:00 +00:00
tron
50fc8e908c Update "analog" package to version 5.31. Changes since version 5.30:
- Recognises Phoenix and Chimera browsers.
- Fixes for Mac, OpenVMS and RISC OS ports.
- Various other small bug fixes.
2003-01-11 15:23:43 +00:00
tron
d608a740c8 Update package "analog" to version 5.30. Changes since version 5.24:
- 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-12-02 12:08:43 +00:00
tron
3e18f4709e Update "analog" package to version 5.24. Changes since version 5.23:
- 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-08-19 20:13:32 +00:00
abs
f19a90c894 honor PKG_SYSCONFDIR - increment PKGREVISION 2002-07-11 10:23:13 +00:00
tron
2ee8e4e875 Update "analog" package to version 5.23. Changes since version 5.22:
- 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-05-15 06:18:52 +00:00
tron
fd1446adb5 Update "analog" package to version 5.22. Changes since version 5.21:
- 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-03-20 14:16:00 +00:00
tron
9c65db9967 Update "Analog" packge to version 5.21. Changes since version 5.2:
- 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-20 16:44:26 +00:00
tron
fbdaa30c39 Update "analog" package to version 5.2. Changes since version 5.1:
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.
2002-02-13 13:03:13 +00:00
tron
dd2abbade0 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.
2001-11-08 08:27:02 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
abs
f9b0bd8564 Do not assume we are in ${PREFIX} when installing. Use %D/%F not %F in shell cmd 2001-10-05 12:25:57 +00:00
tron
8675eec41c "www.analog.cx" is still down, use "http://www.web42.com/analog/" as
URL for homepage and primary master site.
2001-07-22 08:12:45 +00:00
tron
5271917ce5 Update "analog" package to version 5.03. Changes since version 5.02:
- Bug fixes, including one bug that caused a crash under Windows.
- Spanish translation, and corrections to SWEDISH-ALT translation.
2001-07-08 20:01:11 +00:00
tron
a70a0029b4 Update analog package to version 5.02. Changes since version 5.01:
- 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-06-25 06:16:06 +00:00
tron
11158ff71a Update "analog" package to version 5.0. Changes since version 5.01:
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-19 22:30:58 +00:00
tron
388de43ca3 Restore sane default directories which got lost during update. 2001-05-14 20:35:16 +00:00
tron
206934a93a Update "analog" package to version 5.0. This is a major update over
version 4.16 which include many new features including new reports.
See the include "whatsnew.html" for detailed description.
2001-05-14 12:42:14 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
tron
c95369c0d9 Update "analog" package to version 4.16. Changes since version 4.15:
- Security fix for buffer overflow bug.
- Small correction to Brazilian Portuguese language file.
2001-02-13 19:36:26 +00:00
tron
78c02f0693 Update "analog" package to version 4.15. Changes since version 4.14:
- bug fixes for accented letters in dates and for EBCDIC character set
2001-02-02 13:46:20 +00:00
tron
21334a4eeb Update "analog" package to version 4.14. Changes since version 4.13:
- 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.
2001-01-24 10:02:39 +00:00
tron
0b8f5380c7 Don't overwrite analog configuration during installation. Fixes
PR pkg/11351 by David Brownlee.
2000-11-01 14:23:32 +00:00
tron
d57f39f26e Update "analog" package to version 4.13. Changes since version 4.11:
- 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-10-27 03:22:49 +00:00
tron
2d43f8385c Update "analog" package to version 4.11. Changes since version 4.1:
- 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-05-31 22:12:08 +00:00
tron
17a6700f01 Update "analog" package to version 4.1. Changes since version 4.04:
- 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-04-01 10:50:34 +00:00
tron
3ee500c51e Update MD5 checksum after file on master site has been changed.
Problem reportd by Brian Stark in private e-mail.
2000-03-27 09:46:05 +00:00
tron
96b049fe0d Update "analog" package to version 4.04. Changes since version 4.03:
- 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-03-21 18:37:52 +00:00
tron
228c013504 Update "analog" package to version 4.03. Changes since version 4.01:
- 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-02-23 18:31:56 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
91c5758b85 Update "analog" package to version 4.01. Changes since 4.0:
- This version includes 27 languages.
1999-12-18 14:16:52 +00:00