Commit graph

26 commits

Author SHA1 Message Date
Mike M. Volokhov
f6d6e07136 SARG 2.2.3.1 is available. 2007-09-13 10:24:14 +00:00
Mike M. Volokhov
ad0107a985 Mention Ben's patches for sarg 2.1. 2006-04-25 10:20:25 +00:00
Mike M. Volokhov
d0dd760845 Restore sed substitutions occasionaly "damaged" on the previous commit. 2006-04-25 10:08:28 +00:00
Mike M. Volokhov
30760db813 Cleanup the Makefile: VARBASE, correct mastersite, some other fixes. 2006-04-25 08:29:52 +00:00
Roland Illig
c970b212b4 Removed "quotes" from variables that don't need them, for example BROKEN
and SUBST_MESSAGE.*.
2006-04-22 10:48:36 +00:00
Aleksey Cheusov
35f82d29fc man is replaced with ${PKGMANDIR} 2006-04-20 13:36:34 +00:00
Johnny C. Lam
64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00
Roland Illig
91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00
Roland Illig
2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00
Mike M. Volokhov
6be1501433 Update SARG to latest version - 2.0.9.
Lot of fixes and many new features. Please examine ChangeLog for details.
2005-10-31 15:37:36 +00:00
Mike M. Volokhov
bde42e9096 2.0.9 is current version. 2005-10-27 14:58:45 +00:00
Dieter Baron
5b4276e530 mk/autoconf.mk and mk/automake.mk have been removed. Replace their
usage with USE_TOOLS and any of "autoconf", "autoconf213", "automake"
or "automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just
use aclocal, autoconf, etc.  (hi jlam!)
2005-06-08 15:46:59 +00:00
Mike M. Volokhov
18304c5a46 Sarg 2.0.8 is out. 2005-06-01 06:23:36 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Mike M. Volokhov
14bb0735d0 Update a SARG to version 2.0.5. Major changes since 2.0.4 are:
- fixed: some changes to avoid segmentation fault.
    - fixed: some changes to avoid compilation errors on freeBSD.
    - fixed: exclude_hosts not excluding correctly.
2005-03-31 06:38:20 +00:00
Mike M. Volokhov
dfe33cd323 More explaination for index sort bug. 2005-03-14 15:45:06 +00:00
Mike M. Volokhov
35cb6efde9 Pullup yet another 2.0.4 patch - compilation error "structure has
no member named `rlim_cur'" in FreeBSD. (Hey, this patch by nature
workarounds a bug in FreeBSD's sys/resource.h. Sweet 8-) But why
not patch both autoconfigure{,.in} files?)
2005-03-14 15:38:55 +00:00
Mike M. Volokhov
e7627dbe5a Update a SARG to version 2.0.4 (including one available patch).
The changes since 2.0.2 are:

- exclude hosts not excluding correctly.
- download report showing jpeg files.
- support for Microsoft isa proxy log files added.
- fixed: error when using relative paths in -o and -w options.
  Just absolute paths can be used now.
- fixed: segfault fix in vrfydir() in util.c
  Prevent buffer overflow in subs(); replace one constant with sizeof()
  in my_lltoa().
  vrfydir(): fix segfault if sub-directory "images" is not exists
  function builddia() don't check the parameters.
  Result: segmentation fault in some cases.
- fixed: wrong date period in squidguard_log when using european date format.
- ulimit tag added on sarg.conf to avoid "Too many open files" error.
- squidguard parse logs method changed.
- wrong results in -v option.
- fixed: error when using -u (include user)
- export LC_ALL=C will be issued before sort to avoid high cpu usage
2005-03-01 11:01:00 +00:00
Mike M. Volokhov
9446ae6b82 Doh! When trying to left some patches unchanged, distinfo contains a hashes
from a newer ones. Thus, ran makepatchsum once more.
2005-01-13 15:52:01 +00:00
Mike M. Volokhov
7fb8124c1d Update SARG to latest stable release (2.0.2). List of changes:
- grepday with invalid font path;
	- -v option added to display Sarg version on console;
	- Segmenation fault caused by an unclosed file;
	- SquidGuard log formats added;
	- time field added to topsites report;
	- fixtime function with wrong definition, changed to long long;
	- Solaris 9 compiling error: error: conflicting types for 'my_mkdir';
	- segfaults if the denied report is disabled in sarg.conf;
	- improved reading performance;
	- Russian sarg-php translation added.

This package changes:

	- rebuild ./configure script in way to normal C compiler detection;
	- rearrange a make targets in a build order.
2005-01-13 15:43:42 +00:00
Mike M. Volokhov
665d7f8f94 Remove stray LDFLAGS options in GNU configure script. This fixes one of
bugs listed in TODO file.
2004-10-06 16:24:25 +00:00
Mike M. Volokhov
7ecbc6538c Import new version of Squid Analysis Report Generator (www/sarg) - 2.0.1.
Brief list of new features:

	- added support for external CSS;
	- added minimal graphics using GD library;
	- tuneup processing of large files;
	- implemented download reports;
	- various other improvements and bug fixes.

To see a complete list of changes made scince 1.4.1 please take a
look to ChangeLog file in ${WRKSRC} directory.
2004-10-06 15:49:00 +00:00
Mike M. Volokhov
711bf8b0f3 Import new version of Squid Analysis Report Generator (www/sarg) - 2.0.1.
Brief list of new features:

	- added support for external CSS;
	- added minimal graphics using GD library;
	- tuneup processing of large files;
	- implemented download reports;
	- various other improvements and bug fixes.

To see a complete list of changes made scince 1.4.1 please take a
look to ChangeLog file in ${WRKSRC} directory.
2004-10-06 15:33:26 +00:00
Juan Romero Pardines
88338237f8 Moved to pkgsrc. 2003-12-04 16:15:46 +00:00
Mike M. Volokhov
a26f1547c0 There are may existent a number of vendor's pathes. Thus use sarg's own DISTDIR. 2003-10-05 21:03:50 +00:00
Mike M. Volokhov
718c8d9cc9 This is a SARG - Squid Analysis Report Generator, formerly known as sqmgrlog. 2003-09-26 16:41:31 +00:00