Port details |
- webresolve Webresolve resolves IP addresses to host names in web log files
- 0.2.0_2 www =4 0.2.0_2Version of this port present on the latest quarterly branch.
- Maintainer: joseph@randomnetworks.com
- Port Added: 2000-12-19 09:10:33
- Last Update: 2024-02-26 14:31:47
- Commit Hash: d91172c
- People watching this port, also watch:: libxml2, openvpn, p5-libwww, p5-Config-IniFiles, p5-Digest-MD5
- License: GPLv2
- WWW:
- https://siag.nu/webresolve/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- webresolve>0:www/webresolve
- To install the port:
- cd /usr/ports/www/webresolve/ && make install clean
- To add the package, run one of these commands:
- pkg install www/webresolve
- pkg install webresolve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: webresolve
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (webresolve-0.2.0.tar.gz) = 4e60b590fd4a20b879713505226ea8536350d97bcebdce8ce5029d702ea05d13
SIZE (webresolve-0.2.0.tar.gz) = 10243
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_webresolve
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0_2 26 Feb 2024 14:31:47 |
Muhammad Moinur Rahman (bofh) |
www/webresolve: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.0_1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.0_1 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
0.2.0_1 02 Jul 2014 08:04:10 |
vanilla |
1: Stagify.
2: Add LICENSE.
Approved by: portmgr@ (blanket approval)portmgr@ (blanket approval)portmgr@
(blanket approval)portmgr@ (blanket approval) |
0.2.0_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.2.0_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.2.0_1 13 May 2006 04:41:22 |
edwin |
Remove USE_REINPLACE from categories starting with W |
0.2.0_1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.2.0_1 29 Oct 2005 18:14:30 |
ehaupt |
- Respect PREFIX
- Build without debug symbols
- Bump PORTREVISION
- Cleanup
PR: 88148
Reported by: pointyhat via kris
Submitted by: Joseph Scott <joseph@randomnetworks.com> (maintainer) |
0.2.0 21 Oct 2005 18:24:45 |
garga |
- Update to 0.2.0
PR: ports/87798
Submitted by: maintainer |
0.1.0 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.1.0 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
19 Nov 2001 22:27:58 |
dwcjr |
Update to 0.1.0 |
14 Mar 2001 15:05:24 |
sobomax |
o Fix breakage (missed sys/types.h); o respect CC/CFLAGS; o use
${BSD_INSTALL_*} masros to install binary and script; o make it PREFIX-clean.
|
19 Dec 2000 12:10:33 |
will |
Add webresolve 0.0.1, a script that resolves IP addresses to host names in web
logfiles. |