---
name: awstats
version: 7.2,1
origin: www/awstats
comment: Free real-time logfile analyzer to get advanced web statistics
arch: freebsd:9:x86:64
www: http://awstats.sourceforge.net
maintainer: samm@os2.kiev.ua
prefix: /usr/local
licenselogic: single
licenses:
- GPLv2
flatsize: 3396622
desc: "AWStats is short for Advanced Web Statistics. It's a free tool that\ngenerates
  advanced web (but also ftp or mail) server statistics, \ngraphically.\n\nThis log
  analyzer works as a CGI or from command line and shows you \nall possible information
  that your logs contain, in a few graphical \nweb pages. It uses a partial information
  file to be able to process\nlarge log files, often and quickly.\n\nIt can analyze
  log files from IIS (W3C log format), Apache log files \n(NCSA combined/XLF/ELF log
  format or common/CLF log format), WebStar \nand most of all web, proxy, WAP, and
  streaming servers (and FTP \nservers or mail logs).\n\nWWW: http://awstats.sourceforge.net\n"
deps:
  p5-Digest-HMAC: {origin: security/p5-Digest-HMAC, version: 1.03}
  p5-Socket6: {origin: net/p5-Socket6, version: 0.23}
  p5-Net-XWhois: {origin: net/p5-Net-XWhois, version: 0.90_4}
  p5-IO-Socket-INET6: {origin: net/p5-IO-Socket-INET6, version: 2.69}
  p5-Net-IP: {origin: net-mgmt/p5-Net-IP, version: 1.26}
  perl: {origin: lang/perl5.14, version: 5.14.4}
  p5-Net-DNS: {origin: dns/p5-Net-DNS, version: 0.72}
categories:
- www
options: {IPV6: on, DOCS: on}
message: |
  *****************************************************************
  Please add the following to your apache config, and restart.

  #
  # Directives to allow use of AWStats as a CGI
  #
  Alias /awstatsclasses "/usr/local/www/awstats/classes/"
  Alias /awstatscss "/usr/local/www/awstats/css/"
  Alias /awstatsicons "/usr/local/www/awstats/icons/"
  ScriptAlias /awstats/ "/usr/local/www/awstats/cgi-bin/"

  #
  # This is to permit URL access to scripts/files in AWStats directory.
  #
  <Directory "/usr/local/www/awstats/">
      Options None
      AllowOverride None
      Order allow,deny
      Allow from all
  </Directory>

  *****************************************************************

  If you are upgrading from AWStats 6.4 or older, please note the following:

  If you used the geoip plugin, you must edit your AWStats config file
  to change the line
   LoadPlugin="geoip GEOIP_STANDARD"
  into
   LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat"

  *****************************************************************
