Commit graph

35 commits

Author SHA1 Message Date
Alexander Leidinger
68c2868cc5 Update to 0.8.11.
New stuff
- full reports in the template output plugin
  (generate_full_reports = 1)
- a new report for proxy servers: requesting hosts by traffic
- the modlogan logo is part of all output

Fix
- empty virtual hosts aren't dropped from statefile anymore
2004-03-21 12:45:34 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Alexander Leidinger
ccfd55b345 Fix the fetch of the distfile. 2004-01-08 14:46:18 +00:00
Alexander Leidinger
6e9992efdb Update to 0.8.10:
- improved memory-usage and performance of the template engine
 - fixed detection of bind_textdomain_codeset() of FreeBSD
 - fixed 2 segfaults
 - a plugin for mod_log_sql has been included
 - the ippl plugin got support for ipmod
2003-09-24 12:55:23 +00:00
Edwin Groothuis
bf60be81d1 Chase repocopies towards ports/dns
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 07:33:51 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Norikatsu Shigemura
efb928619b o Main modification
graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:		ports/54540
Submitted by:	Ports Fury
Approved by:	maintainer (blanket)
Reported by:	bento via kris [1]
2003-08-18 16:15:10 +00:00
Norikatsu Shigemura
99a390f50b o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
  (to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).

PR:		ports/54100
Submitted by:	Ports Fury
2003-07-11 18:16:14 +00:00
Alexander Leidinger
5f1c3edfa9 Update to 0.8.9. 2003-07-08 15:34:49 +00:00
Alexander Leidinger
34e82e90bd Update to 0.8.7.
Changes:
 - all plugins support gzip and bzip2 compressed inputfile now
 - removed: input_flow, input_elmeg, input_hicom116, utput_sybase_guj,
            output_tkcontrol
 - use less memory
 - faster
 - some fixes
2003-05-03 13:28:23 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alexander Leidinger
6bc6e39863 Update to 0.8.5.
This is mainly a bugfix release, there's only on new feature:
  modlogan can read gzipped qmail logs now
2003-03-05 17:39:55 +00:00
Alexander Leidinger
4ebe119cdc Update to 0.8.4.
Changes:
 - gzip and bzip2 support for the log files
 - reduced memory usage (a lot, more than 20%, depending on the log files)
 - faster
 - support for setting config options on the command-line
 - some fixes for seg-faults
 - relaxed max line-length in the log files from 1k to 4k
2003-01-17 10:48:02 +00:00
Alexander Leidinger
8522d0c5fa Update to 0.8.2.
New:
  - rsync parser
  - a 'localizer'
 Fixes:
  - segfault using the realserver parser
  - segfault when the state-file-dir has wrong permissions
2003-01-02 13:50:35 +00:00
Alexander Leidinger
801d896116 PERL5 is only needed for the regression tests, but configure fails when no
perl is available. As a work around use USE_PERL5_BUILD until the next
update of modlogan (it is already fixed in modlogan-CVS) to make the port
build for the release happy.

Approved by:	kris
2002-12-13 17:06:33 +00:00
Alexander Leidinger
003f4d3091 Update to 0.8.1.
WARNING: this version
 - has a different config file syntax
 - rewrites your state files to have a new structure, you can't go back
   to 0.7.x after a run of 0.8.1

Changes:
 - faster
 - uses less memory
 - ... (see changelog)
2002-11-17 15:44:04 +00:00
Alexander Leidinger
e308557f3a Update to 0.7.18. 2002-08-10 14:31:31 +00:00
Alexander Leidinger
37dbce4426 Update to 0.7.17. 2002-08-06 16:51:46 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Alexander Leidinger
6d992607ea Update to 0.7.15. 2002-07-15 09:07:54 +00:00
Alexander Leidinger
2b8bc4e26b Fix typo. 2002-07-10 14:25:40 +00:00
Alexander Leidinger
dafe10641f Update to 0.7.14. 2002-07-10 14:21:11 +00:00
Alexander Leidinger
36dcac34b5 Update to 0.7.13, use REINPLACE_CMD. 2002-07-02 10:10:26 +00:00
Alexander Leidinger
dd438e78de Fix for policy change in xml2-config. 2002-05-14 16:24:02 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Alexander Leidinger
117701e45d - use my @FreeBSD.org address
- catchup with the "${MACHINE_ARCH}--freebsd${OSREL}" ->
   "${MACHINE_ARCH}-portbld-freebsd${OSREL}" change in bsd.port.mk
   Noticed and tested by: Dennis Kjær Jensen <signout@signout.dk>
 - remove LC_MESSAGES handling from plist, gettext handles it already
   Suggested by: sobomax

Approved by: joerg
2002-03-21 16:51:04 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Joerg Wunsch
63c9ef98ca Update to 0.7.12.
ChangeLog (major topics only):
  - parser for isdn4bsd and qmail-scanner added
  - template output plug-in added (themes available from the homepage)
  - huge speed improvements
  - bugfixes
  - uses less memory
  - fix a symlink-race security problem

Submitted by:	maintainer
2002-01-09 15:45:19 +00:00
Anton Berezin
259327933b Update to 0.7.4.
Submitted by:	maintainer
2001-10-03 17:22:04 +00:00
Anton Berezin
472deb4dca Add modlogan, a modular log file analysis program.
Submitted by:	Alexander Leidinger <Alexander@Leidinger.net>
2001-09-22 23:26:36 +00:00