---
name: webresolve
version: 0.2.0_1
origin: www/webresolve
comment: Webresolve resolves IP addresses to host names in web log files
arch: freebsd:9:x86:64
www: http://siag.nu/webresolve/
maintainer: joseph@randomnetworks.com
prefix: /usr/local
licenselogic: single
flatsize: 9820
desc: |
  This program is pretty slow. Thanks to the caching, repeated visits from the
  same address will only result in one lookup. Therefore large files will be
  processed proportionally faster than small ones.

  The load from this program is very light, because it spends most of its time
  waiting for the resolver. This also means that large files can take quite some
  time to process. The solution is to split the log file and run several
  resolution processes in parallel. This is done by the script splitwr:

          splitwr logfile > logfile.resolved
          webalizer logfile.resolved
          rm logfile.resolved

  By default, splitwr runs 20 parallel resolution processes. The number can be
  changed by editing the script.

  WWW: http://siag.nu/webresolve/
categories: [www]
files:
  /usr/local/bin/splitwr: d8665455fbd5505062477f4b7c55f83218cca53924a91179f4b21a453eca9f1f
  /usr/local/bin/webresolve: aebda7b73288a0856bda7eb4c89d887dd172341beb037434eee4d0647877811f
  /usr/local/man/man1/splitwr.1.gz: 20ca5b39c3594177a92a453d4ac64140c400817228587add3a69a0961b5eb411
  /usr/local/man/man1/webresolve.1.gz: 4566086ef6dbf0baa14326482b54af6cca646760771c626d9c50550799913966
scripts: {}
