018949743d
* With postfix that support DSN (Delivery Status Notifications) we exclude some lines to avoid counting mails twice in maillogconvert.pl script. * Logresolvemerge.pl support FreeRADIUS logs or anything else using (the fixed length!) ctime format timestamp. * Add option stoponfirsteof in logresolvemerge tool. * Add patch to support host_proxy tag in LogFormat (for Apache LogFormat containing %{X-Forwarded-For}i) * Renamed Add to favourites on "Hit on favicon". * Increase robots, search engines database (Added Google Chrome browser, better Vista, WII, detection, ...) * Update languages files. * Added a lot of patch from sourceforge. * Bug fixes.
14 lines
296 B
Makefile
14 lines
296 B
Makefile
# $NetBSD: options.mk,v 1.2 2009/01/15 12:12:04 adam Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.awstats
|
|
|
|
PKG_SUPPORTED_OPTIONS= geoip
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### Use the Geo IP Free module
|
|
###
|
|
.if !empty(PKG_OPTIONS:Mgeoip)
|
|
DEPENDS+= p5-Geo-IPfree-[0-9]*:../../net/p5-Geo-IPfree
|
|
.endif
|