Port details |
- nss_mdns NSS module implementing multicast DNS name resolution
- 0.14.1.20200624_1 dns =9 0.14.1.20200624Version of this port present on the latest quarterly branch.
- Maintainer: ashish@FreeBSD.org
- Port Added: 2007-01-20 14:44:36
- Last Update: 2024-08-30 10:38:25
- Commit Hash: 3cae3ef
- People watching this port, also watch:: gdbm, pcre, dbus, libxml2, freetype2
- License: LGPL21
- WWW:
- https://github.com/lathiat/nss-mdns
- Description:
- nss_mdns is a plugin for libc which provides host name resolution via
Multicast DNS, building on Avahi.
Only name resolution is provided; nss_mdns does not advertise services.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/dns/nss_mdns/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/nss_mdns
- pkg install nss_mdns
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nss_mdns
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1593199547
SHA256 (lathiat-nss-mdns-0.14.1.20200624-99c2f1c_GH0.tar.gz) = 6767b4a739c8cdaaa793adb625455e55c3d38e98f11c71bd97a3a9626eb4d39a
SIZE (lathiat-nss-mdns-0.14.1.20200624-99c2f1c_GH0.tar.gz) = 30253
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:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libavahi-client.so : net/avahi-app
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nss_mdns-0.14.1.20200624_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_nss_mdns
- USES:
- autoreconf gmake libtool pkgconfig
- 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.14.1.20200624_1 30 Aug 2024 10:38:25 |
Gleb Popov (arrowd) Author: Жунёва Мария Михайловна |
dns/nss_mdns: Fix path to the mdns.allow config file
Sponsored by: Serenity Cybersecurity, LLC
Approved by: ashish |
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.14.1.20200624 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.14.1.20200624 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 ) |
0.14.1.20200624 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
0.14.1.20200624 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.14.1.20200624 19 Mar 2021 16:46:50 |
mat |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
0.14.1.20200624 01 Nov 2020 23:36:54 |
0mp |
Clean up the port's makefile
- Sort variables
- Use post-install-DOCS-on instead of an if statement based on PORT_OPTIONS
Approved by: portmgr blanket |
0.14.1.20200624 26 Jun 2020 20:30:12 |
ashish |
- Switch to Github repository as new upstream
- Update to git snapshot 99c2f1c
- Remove patches, already merged upstream
- Remove SEARCH_DOMAINS option
- Remove unsupported CONFIGURE_ARGS
- Add WWW entry to pkg-descr
Thanks to Greg V for working with upstream in upstreaming
the patches and additional fixes
PR: 211738 |
0.10_3 09 Oct 2019 10:34:57 |
bapt |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
0.10_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.10_3 18 Sep 2014 17:52:54 |
tijl |
- Convert to USES=autoreconf and add INSTALL_TARGET=install-strip
- Use post-install instead of do-install |
0.10_3 20 Aug 2014 13:25:03 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
0.10_3 15 Aug 2014 04:56:38 |
sunpoet |
- Mark CONFLICTS_INSTALL with dns/mDNSResponder_nss
- Move LIB_DEPENDS upward |
0.10_3 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.10_3 12 Jun 2014 06:16:48 |
ashish |
- Add LICENSE information
- Update LIB_DEPENDS format
- Add STAGE support |
0.10_2 26 May 2014 12:01:20 |
miwi |
- Convert gmake to USES
Approved by: portmgr |
0.10_2 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
0.10_2 07 Mar 2013 16:53:46 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
0.10_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.10_2 22 Dec 2010 20:05:49 |
ade |
Sync to final (for now) bsd.autotools.mk |
0.10_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.10_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.10_2 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
0.10_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.10_1 11 Jun 2010 13:37:41 |
ashish |
- Change my maintainer address.
Approved by: pgj (mentor) |
0.10_1 06 Jun 2010 22:09:10 |
dougb |
Remove bms from the pkg-descr's of ports he no longer maintains. |
0.10_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.10_1 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.10_1 14 Nov 2008 10:23:34 |
pav |
- Build and install the nss_mdns_minimal module. This module only performs
lookups for the .local domain and self assigned IP addresses, rejecting
others. This can be used to speed up the resolution of non mdns registered
host names.
PR: ports/128107
Submitted by: Andrew <andrew@ugh.net.au>
Approved by: Ashish Shukla <wahjava@gmail.com> (maintainer) |
0.10 01 Sep 2008 01:20:23 |
edwin |
Update dns/nss_mdns to v0.10
Updates dns/nss_mdns port to v0.10 and changes MAINTAINER
field (as per bms's suggestion). This PR fixes the issue
reported in PR ports/123169, so that PR can be closed.
PR: ports/126952
Submitted by: Ashish Shukla <wahjava@gmail.com>
Approved by: bms@ |
0.9_6 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.9_6 06 Jun 2008 13:23:00 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.9_5 03 Jan 2008 12:23:38 |
bms |
Fix dependency list.
PR: ports/119029
Submitted by: Dima Panov |
0.9_4 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
0.9_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.9_2 12 Apr 2007 10:43:15 |
bms |
Fix nss_mdns when used from applications other than ssh.
Bump PORTREVISION. |
0.9_1 03 Feb 2007 04:07:27 |
markus |
- Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION
Approved by: bms (maintainer) |
0.9 25 Jan 2007 13:41:04 |
bms |
Add USE_GMAKE.
Submitted by: pav |
0.9 20 Jan 2007 18:27:46 |
bms |
Forced commit to note that this is still development quality code, and
bugs may be lurking in the libc -> glibc nss wrappers. |
0.9 20 Jan 2007 18:15:06 |
bms |
Really fix the getaddrinfo() interface. Now 'ssh foo.local' should work. |
0.9 20 Jan 2007 15:00:06 |
bms |
Fix getaddrinfo(). Note that 'ssh foo.local' still doesn't work, because
the BSD NSS interface does not yet support dynamic getnameinfo(). |
0.9 20 Jan 2007 14:43:58 |
bms |
Add new port nss_mdns, a libc name service switch module for resolving
hostnames via Avahi's implementation of Multicast DNS.
With help from: flameeyes at gentoo dot org |