Port details |
- mDNSResponder Bonjour (zero-configuration networking) by Apple
- 2200.140.11 net =95 2200.140.11Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2004-03-03 02:32:06
- Last Update: 2024-09-25 18:21:55
- Commit Hash: ac32b09
- People watching this port, also watch:: fontconfig, tiff, freetype2, pcre, libxml2
- Also Listed In: dns
- License: APACHE20 BSD3CLAUSE
- WWW:
- https://developer.apple.com/bonjour/
- https://github.com/apple-oss-distributions/mDNSResponder
- Description:
- Bonjour, also known as zero-configuration networking, enables automatic
discovery of devices and services on a local network using industry standard IP
protocols. Bonjour makes it easy to discover, publish, and resolve network
services with a sophisticated, yet easy-to-use, programming interface that is
accessible from Cocoa, Ruby, Python, and other languages.
The mDNSResponder project is a component of Bonjour, Apple's ease-of-use IP
networking initiative.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mDNSResponder>0:net/mDNSResponder
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/net/mDNSResponder/ && make install clean
- To add the package, run one of these commands:
- pkg install net/mDNSResponder
- pkg install mDNSResponder
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mDNSResponder
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727260385
SHA256 (mDNSResponder-2200.140.11.tar.gz) = f52963497e8baf650e6640fb5769ffbad7c6e45eea833dec2a0ca86a3ca55928
SIZE (mDNSResponder-2200.140.11.tar.gz) = 3277831
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- dns/mDNSResponder_nss
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Libraries
-
- audio/murmur
- audio/shairplay
- dns/mDNSResponder_nss
- dns/py-pybonjour
- net/ntpsec
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for mDNSResponder-2200.140.11:
IPV6=on: IPv6 protocol support
===> Use 'make config' to modify these settings
- Options name:
- net_mDNSResponder
- USES:
- compiler:c11 cpe gmake
- 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 |
108 24 May 2008 00:33:50 |
edwin |
net/mDNSResponder and net/avahi-libdns install files in the same place
net/mDNSResponder and net/avahi-libdns install files in the
same place.
/usr/ports/net/mDNSResponder/Makefile contains CONFLICTS=
avahi+libdns-[0-9]*, but the package name is avahi-libdns-0.6.22.
/usr/ports/net/avahi-libdns/Makefile does not contain any
CONFLICTS section.
PR: ports/121434
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: various maintainer timeouts |
108 13 Sep 2006 03:21:38 |
alexbl |
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel |
108 08 Aug 2006 14:29:20 |
itetcu |
Fix patching. |
108 08 Aug 2006 14:10:40 |
itetcu |
- Update to 108
- Pass maintainership to submitter
PR: ports/101557
Submitted by: Alexander Botero-Lowry |
107.5 10 Jun 2006 20:45:59 |
marcus |
Register a CONFLICT with avahi+libdns. |
107.5 14 May 2006 13:36:14 |
lawrance |
- Update to 107.5 (fixes broken mDNSProxyResponderPosix utility) [1]
- Install mDNSResponder.8 manpage as mDNSResponderPosix.8 to avoid
conflict with net/howl [2]
- Unquote COMMENT.
PR: ports/94303 [1], ports/96126 [2]
Submitted by: Bruce Walker <bmw@borderware.com> [1]
Eric P. Scott <eps+pbug0604@ana.com> [2] |
107.1_2 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
107.1_2 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
107.1_2 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
107.1_2 07 Jan 2006 06:29:57 |
dougb |
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change. |
107.1_1 25 Nov 2005 22:29:24 |
pav |
- Style: ports@freebsd.org -> ports@FreeBSD.org |
107.1_1 21 May 2005 18:14:45 |
kris |
BROKEN on alpha: Does not compile |
107.1_1 10 May 2005 19:27:21 |
jylefort |
Fix a bug causing the software to not see interfaces while coming up.
PR: ports/80856
Submitted by: Bruce Walker <bmw@borderware.com> |
107.1 06 May 2005 12:41:54 |
ahze |
- Update to 107.1
- Update pkg-descr to new WWW: and Rendezvous is now
known as Bonjour. |
98_1 26 Mar 2005 07:59:14 |
krion |
Damn my english spelling.
Approved by: portmgr (implicit) |
98_1 26 Mar 2005 07:21:13 |
krion |
Fix typo in rcNG script to allow daemon run.
PR: ports/79243
Submitted by: Jie Gao <gaoj at cpsc dot ucalgary.ca>
Approved by: portmgr (implicit) |
98_1 25 Mar 2005 17:24:13 |
brooks |
Switch mDNSResponder from the Apple startup script to a simple rc.subr
script. This means that mdnsd is not started by default and must be
enabled by adding an mdnsd_enable="YES" line to your /etc/rc.conf.
This works around a panic in the multicast code when network interfaces
are removed and multicast sockets are open on them since many users of
this port only need the utilities, not the daemon.
Approved by: portmgr (krion) |
98 16 Mar 2005 12:44:13 |
flz |
- Fix build on 64bit archs.
PR: ports/78841
Submitted by: Vivek Khera <vivek@khera.org> |
98 16 Mar 2005 11:21:36 |
alfred |
Release maintainership. |
98 16 Feb 2005 13:06:48 |
lofi |
Remove now-empty patch files.
PR: ports/77514 (probably should have mentioned they could be deleted ;-) |
98 16 Feb 2005 08:13:33 |
alfred |
Update to 98.
PR: 77514 |
62_1 17 Apr 2004 00:01:54 |
kris |
Add missing file |
62_1 16 Apr 2004 02:15:01 |
alfred |
Install binaries needed by some mDNS consumers. |
62 19 Mar 2004 23:44:07 |
alfred |
Fix on !i386/!ia64 and on 4.x.
In collaboration with: Stuart Cheshire <cheshire@apple.com> |
62 18 Mar 2004 12:14:51 |
kris |
BROKEN on 4.x and on !i386 and !ia64: Does not compile |
62 12 Mar 2004 00:09:37 |
alfred |
make this pass portlint -C. |
62 03 Mar 2004 06:59:25 |
alfred |
Somehow I forgot to commit the actual makefile. |
62 03 Mar 2004 02:31:36 |
alfred |
Apple's mDNSResponder:
What is mDNSResponder?
----------------------
The mDNSResponder project is a component of Rendezvous,
Apple's ease-of-use IP networking initiative:
<http://developer.apple.com/macosx/rendezvous/index.html>
Apple's Rendezvous software derives from the ongoing standardization
work of the IETF Zero Configuration Networking Working Group:
<http://zeroconf.org/>
See rest of readme for other juicy details.
Secial thanks to Apple for making this code available as well as
to the various people inside Apple that made this possible. |