FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:09 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
sarg 2.2.5_3 www on this many watch lists=26 search for ports that depend on this port
Squid log analyzer and HTML report generator
Maintained by: garga@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 May 2003 12:20:11


SARG is a Squid Analysis Report Generator that allow you to view "where"
your users are going to on the Internet. It generates reports in html,
with many fields, like: users, IP Addresses, bytes, sites and times.

Formely known as sqmgrlog.

WWW: http://sarg.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required Libraries: graphics/gd, converters/libiconv, devel/gettext

To install the port: cd /usr/ports/www/sarg/ && make install clean
To add the package: pkg_add -r sarg


Configuration Options
===> The following configuration options are available for sarg-2.2.5_3:
     GD=on (default) "Enable GD support"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://sunet.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://iweb.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://switch.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://surfnet.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://kent.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://freefr.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://voxel.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://jaist.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://osdn.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://nchc.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://transact.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://softlayer.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://internode.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://biznetnetworks.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
http://ufpr.dl.sourceforge.net/project/sarg/sarg/sarg-2.2.5/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from www/sqmgrlog on 2003-05-15
    REASON: Renamed into sarg

Number of commits found: 44

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2010 11:46:55
Original commit files touched by this commit  2.2.5_3
dinoex search for other commits by this committer
- update to jpeg-8
22 Aug 2009 01:38:34
Original commit files touched by this commit  2.2.5_2
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
31 Jul 2009 14:57:52
Original commit files touched by this commit  2.2.5_2
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
28 Mar 2009 17:53:24
Original commit files touched by this commit  2.2.5_1
garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
21 Aug 2008 07:18:49
Original commit files touched by this commit  2.2.5_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 15:07:24
Original commit files touched by this commit  2.2.5_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
07 Mar 2008 19:16:56
Original commit files touched by this commit  2.2.5
garga search for other commits by this committer
- Update to 2.2.5
16 Oct 2007 20:16:33
Original commit files touched by this commit  2.2.3.1_4
garga search for other commits by this committer
- Add a patch that fix a lot of compile warnings and some segmentation faults
  on amd64 [1]
- Add --enable-mandir to CONFIGURE_ARGS since --mandir is not enough and it
  was not respecting PREFIX to install man
- Bump PORTREVISION

Discussed with: Author in private email [1]
Obtained from: 
https://sourceforge.net/tracker/index.php?func=detail&aid=1771501&group_id=68910&atid=522793
[1]
23 Jul 2007 10:36:52
Original commit files touched by this commit  2.2.3.1_3
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
11 Jun 2007 12:25:32
Original commit files touched by this commit  2.2.3.1_3
garga search for other commits by this committer
- Fix a segmentation fault when you are using authentication and have a user
  named "log"
- Bump PORTREVISION

Obtained from:  Sarg bugtracker
19 May 2007 21:32:57
Original commit files touched by this commit  2.2.3.1_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 Feb 2007 11:32:00
Original commit files touched by this commit  2.2.3.1_1
garga search for other commits by this committer
- Fix Segmentation Fault problem
- Bump PORTREVISION

Obtained from:  Orso maillist
03 Jan 2007 10:40:47
Original commit files touched by this commit  2.2.3.1
garga search for other commits by this committer
- Update to 2.2.3.1
30 Dec 2006 17:40:37
Original commit files touched by this commit  2.2.3_1
garga search for other commits by this committer
sarg patch to fix cannot open period file error message
Changed period file name to sarg-period to avoind conflits with uernames.

Bump PORTREVISION

Obtained from:  sarg's site at Sourceforge
26 Dec 2006 23:06:21
Original commit files touched by this commit  2.2.3
garga search for other commits by this committer
- Update to 2.2.3
30 Aug 2006 22:29:15
Original commit files touched by this commit  2.2.2_1
garga search for other commits by this committer
- Fix a problem on progress indicator [1]
- Bump PORTREVISION
- Use new Sourceforge method on MASTER_SITES

PR:             ports/102665 [1]
Submitted by:   Alex Samorukov <samm@os2.kiev.ua> [1]
Reviewed by:    author [1]
29 Aug 2006 13:05:00
Original commit files touched by this commit  2.2.2
garga search for other commits by this committer
- Update to 2.2.2

Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt
19 May 2006 12:43:01
Original commit files touched by this commit  2.2.1
garga search for other commits by this committer
- Update to 2.2.1
- OPTIONS'ify

Full Changelog at:
        http://sarg.sourceforge.net/sarg.ChangeLog.txt
28 Mar 2006 11:46:44
Original commit files touched by this commit  2.1_2
garga search for other commits by this committer
Add a patch to css.c, to fix an overflow if you are using external css and
have a lot of html to proccess. The external css file is open so many times
and never closed.

PR:             ports/95022
Submitted by:   Eugene M. Zheganin <emz@norma.perm.ru>
13 Mar 2006 19:46:02
Original commit files touched by this commit  2.1_1
garga search for other commits by this committer
Use vendor patches to fix index.html generation

Approved by:    portmgr (linimon)
07 Dec 2005 09:32:19
Original commit files touched by this commit  2.1
garga search for other commits by this committer
- Support other gd ports, like japanese/gd and ukrainian/gd

Submitted by:   Michael Lednev <reaper@reaper.hn.org> (by email)
06 Dec 2005 13:31:45
Original commit files touched by this commit  2.1
garga search for other commits by this committer
- Take maintainership

Approved by:    maintainer via email
01 Dec 2005 15:21:44
Original commit files touched by this commit  2.1
garga search for other commits by this committer
- Update to 2.1

PR:             ports/89766
Submitted by:   garga
Approved by:    maintainer
01 Dec 2005 15:06:24
Original commit files touched by this commit  2.0.9
garga search for other commits by this committer
- Mark it as BROKEN until it's not updated to version 2.1

Discussed with: clement
29 Aug 2005 11:15:38
Original commit files touched by this commit  2.0.9
garga search for other commits by this committer
- Update to 2.0.9

Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt

PR:             ports/85030
Submitted by:   dawnshade <h-k@mail.ru>
Approved by:    maintainer
06 Jun 2005 13:01:47
Original commit files touched by this commit  2.0.8
pav search for other commits by this committer
- Update to 2.0.8

PR:             ports/81679
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    Maxim Tuliuk <mt@primats.org.ua> (maintainer)
10 May 2005 13:02:37
Original commit files touched by this commit  2.0.7
novel search for other commits by this committer
Update to 2.0.7

PR:             80585
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    Maxim Tuliuk (maintainer)
29 Apr 2005 16:52:44
Original commit files touched by this commit  2.0.6
leeym search for other commits by this committer
- update to sarg-2.0.6

PR:             80453
Submitted by:   Maxim Tuliuk <mt@primats.org.ua> (maintainer)
19 Apr 2005 18:16:40
Original commit files touched by this commit  2.0.5
jylefort search for other commits by this committer
- Update to 2.0.5.
- Respect prefix when installing the manual page.

PR:             ports/79966
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    adamw (mentor), maintainer
07 Mar 2005 17:34:24
Original commit files touched by this commit  2.0.4
leeym search for other commits by this committer
- update sarg to 2.0.4

PR:             78231
Submitted by:   maintainer
08 Feb 2005 17:27:36
Original commit files touched by this commit  2.0.3
leeym search for other commits by this committer
- Update to 2.0.3

Differences from 2.0.2 version:
  - squidguard parse logs method changed.
  - wrong results in -v option.
  - fixed: error when using -u (include user)

PR:             77052
Submitted by:   Renato Botelho <renato at galle.com.br>
Reviewed by:    Maxim Tuliuk <mt at primats.org.ua>
24 Dec 2004 14:20:09
Original commit files touched by this commit  2.0.2_1
pav search for other commits by this committer
- Enable GD support for nice graphs

PR:             ports/74819
Submitted by:   Renato Botelho <renato@galle.com.br>
Approved by:    maintainer timeout (2 weeks)
06 Dec 2004 19:32:19
Original commit files touched by this commit  2.0.2
pav search for other commits by this committer
- Update to 2.0.2

PR:             ports/74741
Submitted by:   Maxim Tuliuk <mt@zoo.top.net.ua> (maintainer)
16 Nov 2004 00:17:44
Original commit files touched by this commit  2.0.1
pav search for other commits by this committer
- Update to 2.0.1

PR:             ports/73971
Submitted by:   Maxim Tuliuk <mt@primats.org.ua> (maintainer)
09 Jun 2004 08:49:27
Original commit files touched by this commit  1.4.1_1
krion search for other commits by this committer
- Fix WWW: line

PR:             ports/67737
Submitted by:   Paul <freebsd@otoh.org>
11 May 2004 13:50:42
Original commit files touched by this commit  1.4.1_1
pav search for other commits by this committer
- Switch MASTER_SITE to Sourceforge

PR:             ports/66522
Submitted by:   Maxim Tuliuk <mt@primats.org.ua> (maintainer)
01 May 2004 04:17:14
Original commit files touched by this commit  1.4.1_1
petef search for other commits by this committer
Add a patch to fix a sort bug.

PR:             64888
Submitted by:   maintainer
14 Apr 2004 00:14:02
Original commit files touched by this commit  1.4.1
kris search for other commits by this committer
Correct config file handling and remove directories
23 Mar 2004 09:42:51
Original commit files touched by this commit  1.4.1
krion search for other commits by this committer
- SIZE'ify

PR:             ports/64611
Submitted by:   maintainer
11 Aug 2003 15:43:40
Original commit files touched by this commit  1.4.1
fjoe search for other commits by this committer
- Fix pkg-plist, remove BROKEN.
- Fix non-root builds.

Approved by:    MAINTAINER
08 Aug 2003 05:40:47
Original commit files touched by this commit  1.4.1
kris search for other commits by this committer
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it.  If you are interested
in saving this port, please send your patches to the maintainer.  If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
07 Aug 2003 09:35:21
Original commit files touched by this commit  1.4.1
kris search for other commits by this committer
BROKEN: Broken pkg-plist
16 May 2003 06:16:40
Original commit files touched by this commit  1.4.1
sobomax search for other commits by this committer
Update to 1.4.1.

PR:             52209
Submitted by:   maintainer
13 May 2003 12:19:19
Original commit files touched by this commit  1.2.2.1
sobomax search for other commits by this committer
Add sarg 1.2.2.1, squid log analyzer and HTML report generator.

PR:             48600
Submitted by:   mt@primats.org.ua

Number of commits found: 44

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.243 seconds.