Port details |
- fastresolve Programs to get DNS and domain ownership information from web logs
- 2.10_7 dns =4 2.10_7Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: 2004-08-08 15:00:26
- Last Update: 2024-02-27 16:30:55
- Commit Hash: f755375
- People watching this port, also watch:: openssl, unzip, postfix-current, pure-ftpd, pfqueue
- License: GPLv2+
- WWW:
- https://BSDforge.com/projects/dns/fastresolve/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fastresolve>0:dns/fastresolve
- To install the port:
- cd /usr/ports/dns/fastresolve/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/fastresolve
- pkg install fastresolve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fastresolve
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fastresolve-2.10.tar.bz2) = 18c67e77b2bb3cc8096a1c5ecee52f713e7fabdc9379b21fcf708ef4ce4297ec
SIZE (fastresolve-2.10.tar.bz2) = 66314
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-BerkeleyDB>=0 : databases/p5-BerkeleyDB
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libadns.so : dns/adns
- libdb-5.3.so : databases/db5
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fastresolve-2.10_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_fastresolve
- USES:
- bdb localbase:ldflags perl5 tar:bzip2
- 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 |
2.10_7 27 Feb 2024 16:30:55 |
Gleb Popov (arrowd) Author: Chris Hutchinson |
*: Move manpages to share/man
PR: 277322 |
2.10_6 13 Jan 2024 23:30:23 |
Daniel Engberg (diizzy) |
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up
Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
2.10_6 04 Jan 2024 17:37:09 |
Daniel Engberg (diizzy) |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
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) |
2.10_6 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 ) |
2.10_6 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
2.10_6 30 Mar 2022 06:10:49 |
Yasuhiro Kimura (yasu) |
dns/fastresolve: Fix build when default version of berkeley db is 18
PR: 262138
Approved by: maintainer timeout
MFH: 2022Q1 |
2.10_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10_6 19 Oct 2019 12:21:22 |
rakuco |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
2.10_6 30 Nov 2017 09:00:19 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
2.10_6 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
2.10_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.10_6 02 Mar 2016 07:58:13 |
pi |
dns/fastresolve: fix segfault
PR: 207589, 207628
Submitted by: Miroslav Lachman <000.fbsd@quip.cz>, Dan Lukes <dan@obluda.cz>,
Chris Hutchinsin <portmaster@bsdforge.com> (maintainer) |
2.10_5 22 Apr 2015 11:35:32 |
robak |
dns/fastresolve: add WWW
PR: 199437
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
2.10_5 13 Apr 2015 06:51:45 |
danfe |
- Unbreak by providing working mastersite
- Improve COMMENT, canonicalize Makefile header
- Unmute installation commands, misc. cleanups
- Reformat port description; kill EOL whitespace
- Remove defunct WWW from port description
- Transfer maintainership to the submitter
PR: 199324
Submitted by: Chris Hutchinson |
2.10_5 05 Apr 2015 20:50:43 |
bapt |
Mark as broken unfetchable ports |
2.10_5 27 Oct 2014 12:13:23 |
bapt |
Cleanup plist |
2.10_5 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
2.10_4 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.10_4 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.10_4 22 Feb 2014 16:22:33 |
antoine |
Unbreak link
Reported by: pkg-fallout |
2.10_4 06 Feb 2014 13:19:22 |
bapt |
Support stage
Do not patch to allow discovering bdb just do it manually (that avoid
dependencies on ancient autotools)
Global modernization |
2.10_4 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
2.10_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.10_4 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
2.10_4 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
2.10_4 26 Feb 2012 12:10:28 |
mm |
Return maintainership back to pool |
2.10_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.10_4 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
2.10_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.10_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.10_4 25 Mar 2009 15:46:07 |
miwi |
- Fix build after addition of getdelim() and strndup()
PR: 133053
Submitted by: David Schultz <das@freebsd.org> |
2.10_4 23 Mar 2009 12:18:31 |
mm |
- Mark port MAKE_JOBS_SAFE |
2.10_4 03 Mar 2009 10:43:20 |
mm |
- Add missing aclocal:14 to USE_AUTOTOOLS |
2.10_4 05 Apr 2007 13:19:09 |
mm |
- updated maintainer e-mail address
Approved by: garga (mentor) |
2.10_4 17 Jun 2006 10:20:05 |
itetcu |
- make use of the new bsd.bdb.mk infrastructure
- add support for BDB ver. 4.4
PR: ports/98991
Submitted by: maintainer |
2.10_3 24 Apr 2006 02:43:52 |
marcus |
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. |
2.10_3 21 Apr 2006 18:39:19 |
sem |
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris |
2.10_2 11 Feb 2006 03:55:28 |
kris |
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 |
2.10_2 22 Jan 2006 08:31:47 |
edwin |
SHA256ify
Approved by: krion@ |
2.10_2 15 Nov 2005 06:52:12 |
ade |
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. |
2.10_2 16 Jul 2005 00:56:04 |
pav |
- Add support for BDB 4.3
PR: ports/83534
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
2.10_2 24 Feb 2005 01:44:07 |
leeym |
- update Martin's email address
PR: 77938
Submitted by: Martin Matuska <martin at matuska.org> |
2.10_2 09 Oct 2004 07:45:54 |
krion |
Fix build with gcc-3.4
PR: ports/72302
Submitted by: maintainer
Approved by: portmgr (implicit) |
2.10_2 18 Sep 2004 17:12:10 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
2.10_2 08 Aug 2004 21:59:24 |
thierry |
- 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. |