The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD dns : fastresolve

Programs that process web logs to get DNS and domain ownership info

 Fastresolve is a package of programs to process web log files to get DNS 
and domain ownership information for log analysis. It sends out many 
queries in parallel, and caches results, for speed. Its DNS resolver is 
about 10 times as fast as logresolve.pl from the Apache 1.3.9 
distribution, and about 50 times as fast as logresolve.c from that 
distribution. It is 5-20 times as fast as the adnslogres program that 
comes with the adns library, and about 3 times as fast as jdresolve, 
which is a Perl program that uses similar algorithms. 

http://www.pix.net/staff/djm/sw/fastresolve/



fastresolve history


v. 1.20
date: 2007/04/05 13:19:02;  author: mm;  state: Exp;  lines: +1 -1
- updated maintainer e-mail address

Approved by:	garga (mentor)

v. 1.19 date: 2006/06/17 10:20:04; author: itetcu; state: Exp; lines: +3 -22 - make use of the new bsd.bdb.mk infrastructure - add support for BDB ver. 4.4 PR: ports/98991 Submitted by: maintainer
v. 1.18 date: 2006/04/24 02:43:51; author: marcus; state: Exp; lines: +1 -1 Fix the adns library version so it matches the internal soname. This sets the lib version back to 1, but since the dependencies still linked to libadns.so.1 even when the installed file was libadns.so.12, a new PORTREVISION bump is not needed.
v. 1.17 date: 2006/04/21 18:39:17; author: sem; state: Exp; lines: +2 -2 - Bump adns library version and PORTREVISION after last dns/adns update for all affected ports. Reproached by: kris
v. 1.16 date: 2006/02/11 03:55:27; author: kris; state: Exp; lines: +1 -1 Convert .error to IGNORE when a port-specific combination of otherwise legal user-configurable variables is encountered; such an occurrence should not prevent global tasks like INDEX builds, only the build of the port in question. PR: ports/92443 (partial) Submitted by: linimon
v. 1.15 date: 2005/11/15 06:49:06; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.14 date: 2005/07/16 00:56:03; author: pav; state: Exp; lines: +4 -1 - Add support for BDB 4.3 PR: ports/83534 Submitted by: Martin Matuska (maintainer)
v. 1.13 date: 2005/02/24 01:44:06; author: leeym; state: Exp; lines: +1 -1 - update Martin's email address PR: 77938 Submitted by: Martin Matuska
v. 1.12 date: 2004/10/09 07:45:54; author: krion; state: Exp; lines: +0 -4 Fix build with gcc-3.4 PR: ports/72302 Submitted by: maintainer Approved by: portmgr (implicit)
v. 1.11 date: 2004/09/18 17:12:10; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Does not compile Approved by: portmgr (self)
v. 1.10 date: 2004/08/08 21:59:24; author: thierry; state: Exp; lines: +9 -6 - Update of sysutils/fastresolve to support BDB ver. 4.2; - Move to the dns category. PR: ports/70127 & ports/70179 Submitted by: Michael Edenfield & maintainer Repocopied by: marcus.
v. 1.9 date: 2004/06/04 17:29:32; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.8 date: 2003/09/08 11:26:23; author: osa; state: Exp; lines: +23 -9 Update port with following changes: support for BerkeleyDB 3.x, 4.0.x, 4.1.x, obeys WITH_BDB_VER; p5-BerkeleyDB in RUN_DEPENDS, perl parts of fastresolve require it to run; Change maintainership to submitter. Bump PORTREVISION. Submitted by: Martin Matuska PR: 56580
v. 1.7 date: 2003/09/05 07:33:46; author: edwin; state: Exp; lines: +1 -1 Chase repocopies towards ports/dns PR: ports/56020 Submitted by: Kimura Fuyuki Approved by: portmgr
v. 1.6 date: 2003/09/03 10:59:27; author: osa; state: Exp; lines: +14 -16 Fix building on -CURRENT by update to 2.10. Reset maintainership. Update based on PR 50411, which was submitted by Martin Matuska Spotted by: Mark Linimon Approved by: maintainer timeout ( >3 monthes )
v. 1.5 date: 2003/05/18 10:03:14; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: bad C++
v. 1.4 date: 2003/02/21 13:28:40; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2003/01/08 18:16:42; author: arved; state: Exp; lines: +6 -0 Fix for convert-ip-db script and additional message PR: 42402 Submitted by: Amar Takhar (maintainer)
v. 1.2 date: 2002/08/22 19:13:44; author: ade; state: Exp; lines: +2 -1 BerkeleyDB cleanup - stage 2 Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.1 date: 2002/07/15 11:36:32; author: ijliao; state: Exp; add fastresolve 2.8 Programs that process web logs to get DNS and domain ownership info PR: 40587 Submitted by: Amar Takhar ============================================================================= v. 1.20 date: 2007/04/05 13:19:02; author: mm; state: Exp; lines: +1 -1 - updated maintainer e-mail address Approved by: garga (mentor)
v. 1.19 date: 2006/06/17 10:20:04; author: itetcu; state: Exp; lines: +3 -22 - make use of the new bsd.bdb.mk infrastructure - add support for BDB ver. 4.4 PR: ports/98991 Submitted by: maintainer
v. 1.18 date: 2006/04/24 02:43:51; author: marcus; state: Exp; lines: +1 -1 Fix the adns library version so it matches the internal soname. This sets the lib version back to 1, but since the dependencies still linked to libadns.so.1 even when the installed file was libadns.so.12, a new PORTREVISION bump is not needed.
v. 1.17 date: 2006/04/21 18:39:17; author: sem; state: Exp; lines: +2 -2 - Bump adns library version and PORTREVISION after last dns/adns update for all affected ports. Reproached by: kris
v. 1.16 date: 2006/02/11 03:55:27; author: kris; state: Exp; lines: +1 -1 Convert .error to IGNORE when a port-specific combination of otherwise legal user-configurable variables is encountered; such an occurrence should not prevent global tasks like INDEX builds, only the build of the port in question. PR: ports/92443 (partial) Submitted by: linimon
v. 1.15 date: 2005/11/15 06:49:06; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.14 date: 2005/07/16 00:56:03; author: pav; state: Exp; lines: +4 -1 - Add support for BDB 4.3 PR: ports/83534 Submitted by: Martin Matuska (maintainer)
v. 1.13 date: 2005/02/24 01:44:06; author: leeym; state: Exp; lines: +1 -1 - update Martin's email address PR: 77938 Submitted by: Martin Matuska
v. 1.12 date: 2004/10/09 07:45:54; author: krion; state: Exp; lines: +0 -4 Fix build with gcc-3.4 PR: ports/72302 Submitted by: maintainer Approved by: portmgr (implicit)
v. 1.11 date: 2004/09/18 17:12:10; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Does not compile Approved by: portmgr (self)
v. 1.10 date: 2004/08/08 21:59:24; author: thierry; state: Exp; lines: +9 -6 - Update of sysutils/fastresolve to support BDB ver. 4.2; - Move to the dns category. PR: ports/70127 & ports/70179 Submitted by: Michael Edenfield & maintainer Repocopied by: marcus.
v. 1.9 date: 2004/06/04 17:29:32; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.8 date: 2003/09/08 11:26:23; author: osa; state: Exp; lines: +23 -9 Update port with following changes: support for BerkeleyDB 3.x, 4.0.x, 4.1.x, obeys WITH_BDB_VER; p5-BerkeleyDB in RUN_DEPENDS, perl parts of fastresolve require it to run; Change maintainership to submitter. Bump PORTREVISION. Submitted by: Martin Matuska PR: 56580
v. 1.7 date: 2003/09/05 07:33:46; author: edwin; state: Exp; lines: +1 -1 Chase repocopies towards ports/dns PR: ports/56020 Submitted by: Kimura Fuyuki Approved by: portmgr
v. 1.6 date: 2003/09/03 10:59:27; author: osa; state: Exp; lines: +14 -16 Fix building on -CURRENT by update to 2.10. Reset maintainership. Update based on PR 50411, which was submitted by Martin Matuska Spotted by: Mark Linimon Approved by: maintainer timeout ( >3 monthes )
v. 1.5 date: 2003/05/18 10:03:14; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: bad C++
v. 1.4 date: 2003/02/21 13:28:40; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2003/01/08 18:16:42; author: arved; state: Exp; lines: +6 -0 Fix for convert-ip-db script and additional message PR: 42402 Submitted by: Amar Takhar (maintainer)
v. 1.2 date: 2002/08/22 19:13:44; author: ade; state: Exp; lines: +2 -1 BerkeleyDB cleanup - stage 2 Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.1 date: 2002/07/15 11:36:32; author: ijliao; state: Exp; add fastresolve 2.8 Programs that process web logs to get DNS and domain ownership info PR: 40587 Submitted by: Amar Takhar ============================================================================= v. 1.20 date: 2007/04/05 13:19:02; author: mm; state: Exp; lines: +1 -1 - updated maintainer e-mail address Approved by: garga (mentor)
v. 1.19 date: 2006/06/17 10:20:04; author: itetcu; state: Exp; lines: +3 -22 - make use of the new bsd.bdb.mk infrastructure - add support for BDB ver. 4.4 PR: ports/98991 Submitted by: maintainer
v. 1.18 date: 2006/04/24 02:43:51; author: marcus; state: Exp; lines: +1 -1 Fix the adns library version so it matches the internal soname. This sets the lib version back to 1, but since the dependencies still linked to libadns.so.1 even when the installed file was libadns.so.12, a new PORTREVISION bump is not needed.
v. 1.17 date: 2006/04/21 18:39:17; author: sem; state: Exp; lines: +2 -2 - Bump adns library version and PORTREVISION after last dns/adns update for all affected ports. Reproached by: kris
v. 1.16 date: 2006/02/11 03:55:27; author: kris; state: Exp; lines: +1 -1 Convert .error to IGNORE when a port-specific combination of otherwise legal user-configurable variables is encountered; such an occurrence should not prevent global tasks like INDEX builds, only the build of the port in question. PR: ports/92443 (partial) Submitted by: linimon
v. 1.15 date: 2005/11/15 06:49:06; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.14 date: 2005/07/16 00:56:03; author: pav; state: Exp; lines: +4 -1 - Add support for BDB 4.3 PR: ports/83534 Submitted by: Martin Matuska (maintainer)
v. 1.13 date: 2005/02/24 01:44:06; author: leeym; state: Exp; lines: +1 -1 - update Martin's email address PR: 77938 Submitted by: Martin Matuska
v. 1.12 date: 2004/10/09 07:45:54; author: krion; state: Exp; lines: +0 -4 Fix build with gcc-3.4 PR: ports/72302 Submitted by: maintainer Approved by: portmgr (implicit)
v. 1.11 date: 2004/09/18 17:12:10; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Does not compile Approved by: portmgr (self)
v. 1.10 date: 2004/08/08 21:59:24; author: thierry; state: Exp; lines: +9 -6 - Update of sysutils/fastresolve to support BDB ver. 4.2; - Move to the dns category. PR: ports/70127 & ports/70179 Submitted by: Michael Edenfield & maintainer Repocopied by: marcus.
v. 1.9 date: 2004/06/04 17:29:32; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.8 date: 2003/09/08 11:26:23; author: osa; state: Exp; lines: +23 -9 Update port with following changes: support for BerkeleyDB 3.x, 4.0.x, 4.1.x, obeys WITH_BDB_VER; p5-BerkeleyDB in RUN_DEPENDS, perl parts of fastresolve require it to run; Change maintainership to submitter. Bump PORTREVISION. Submitted by: Martin Matuska PR: 56580
v. 1.7 date: 2003/09/05 07:33:46; author: edwin; state: Exp; lines: +1 -1 Chase repocopies towards ports/dns PR: ports/56020 Submitted by: Kimura Fuyuki Approved by: portmgr
v. 1.6 date: 2003/09/03 10:59:27; author: osa; state: Exp; lines: +14 -16 Fix building on -CURRENT by update to 2.10. Reset maintainership. Update based on PR 50411, which was submitted by Martin Matuska Spotted by: Mark Linimon Approved by: maintainer timeout ( >3 monthes )
v. 1.5 date: 2003/05/18 10:03:14; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: bad C++
v. 1.4 date: 2003/02/21 13:28:40; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2003/01/08 18:16:42; author: arved; state: Exp; lines: +6 -0 Fix for convert-ip-db script and additional message PR: 42402 Submitted by: Amar Takhar (maintainer)
v. 1.2 date: 2002/08/22 19:13:44; author: ade; state: Exp; lines: +2 -1 BerkeleyDB cleanup - stage 2 Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.1 date: 2002/07/15 11:36:32; author: ijliao; state: Exp; add fastresolve 2.8 Programs that process web logs to get DNS and domain ownership info PR: 40587 Submitted by: Amar Takhar =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm