notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mod_dnssd Apache module that provides DNS-SD capabilities
0.6_12 www on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6_12Version of this port present on the latest quarterly branch.
Maintainer: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-02-27 22:21:47
Last Update: 2023-01-25 17:54:07
Commit Hash: 40843b1
People watching this port, also watch:: font-misc-meltho, font-bh-lucidatypewriter-100dpi, libao
License: APACHE20
WWW:
https://0pointer.de/lennart/projects/mod_dnssd/
Description:
mod_dnssd is an Apache HTTPD module which adds Zeroconf support via DNS-SD using Avahi.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/ap24-mod_dnssd-0.6_12/catalog.mk
  2. /usr/local/share/licenses/ap24-mod_dnssd-0.6_12/LICENSE
  3. /usr/local/share/licenses/ap24-mod_dnssd-0.6_12/APACHE20
  4. libexec/apache24/mod_dnssd.so
  5. @exec %D/sbin/apxs -e -a -n dnssd %D/%f
  6. @unexec %D/sbin/apxs -e -A -n dnssd %D/%f
  7. share/doc/mod_dnssd/README
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • ap24-mod_dnssd>0:www/mod_dnssd
To install the port:
cd /usr/ports/www/mod_dnssd/ && make install clean
To add the package, run one of these commands:
  • pkg install www/mod_dnssd
  • pkg install ap24-mod_dnssd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ap24-mod_dnssd
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mod_dnssd-0.6.tar.gz) = 2cd171d76eba398f03c1d5bcc468a1756f4801cd8ed5bd065086e4374997c5aa SIZE (mod_dnssd-0.6.tar.gz) = 86417

Packages (timestamps in pop-ups are UTC):
ap24-mod_dnssd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6_120.6_120.6_120.6_120.6_12---
FreeBSD:13:quarterly0.6_120.6_12-0.6_120.6_120.6_120.6_120.6_12
FreeBSD:14:latest0.6_120.6_120.6_120.6_120.6_120.6_12-0.6_12
FreeBSD:14:quarterly0.6_120.6_12-0.6_120.6_120.6_120.6_120.6_12
FreeBSD:15:latest0.6_120.6_12n/a0.6_12n/a0.6_120.6_120.6_12
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache24
  2. gmake>=4.3 : devel/gmake
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. apxs : www/apache24
Library dependencies:
  1. libavahi-client.so : net/avahi-app
This port is required by:
for Run
  1. www/gnome-user-share

Configuration Options:
===> The following configuration options are available for ap24-mod_dnssd-0.6_12: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
www_mod_dnssd
USES:
apache gmake pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://0pointer.de/lennart/projects/mod_dnssd/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6_12
25 Jan 2023 17:54:07
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.6_12
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.6_12
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.6_12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6_12
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit
brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
0.6_12
24 Feb 2018 16:26:50
Revision:462849Original commit files touched by this commit
joneum search for other commits by this committer
Take maintainership

Approved by:	mentors (implicit)
0.6_12
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
0.6_12
22 Feb 2016 10:28:06
Revision:409330Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Remove unneded flags
- Switch to options helpers
0.6_12
26 Jan 2016 19:59:29
Revision:407303Original commit files touched by this commit
pi search for other commits by this committer
www/mod_dnssd: fix build with apache22

Requested by:	Wolfgang Riegler <wolfgang.riegler@gmx.de>
Submitted by:	olli hauer <ohauer@gmx.de>
0.6_12
15 May 2015 19:21:55
Revision:386474Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Strip library
- Drop @dirrm* from plist
0.6_11
11 Sep 2014 13:29:43
Revision:367929Original commit files touched by this commit
des search for other commits by this committer
Do not touch httpd.conf during 'make stage'.  We rely on bsd.apache.mk to
activate the module during make install or at package installation time.

MFH:		2014Q3
0.6_10
11 Sep 2014 12:15:46
Revision:367923Original commit files touched by this commit
des search for other commits by this committer
Rename the patches as per the guidelines in the porter's handbook.
0.6_10
10 Sep 2014 11:58:53
Revision:367813Original commit files touched by this commit
des search for other commits by this committer
s/unixd_setup_child/ap_unixd_setup_child/ on 2.4.

MFH:		2014Q3
0.6_9
06 Aug 2014 09:11:58
Revision:364158Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
0.6_9
25 Jul 2014 14:16:50
Revision:362912Original commit files touched by this commit
des search for other commits by this committer
Stagify, implement the DOCS option correctly, and enable Apache 2.4.
0.6_8
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.6_8
02 Jul 2014 17:17:21
Revision:360228Original commit files touched by this commit
bapt search for other commits by this committer
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR

With hat:	portmgr
0.6_8
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.6_8
02 Sep 2013 17:06:54
Revision:326035Original commit files touched by this commit
bapt search for other commits by this committer
Add an explicit dependency on pkgconf
0.6_8
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
0.6_8
24 Sep 2012 20:55:01
Revision:304797Original commit files touched by this commit
ohauer search for other commits by this committer
- USE_APACHE s/22+/22/

some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk

with hat apache@
0.6_8
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
0.6_8
20 Aug 2011 17:27:52
Original commit files touched by this commit
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
0.6_8
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.6_8
30 May 2010 17:43:22
Original commit files touched by this commit
pav search for other commits by this committer
- Fix plists: cannot use %F one line above the handled file

Reported by:    pointyhat
0.6_7
27 May 2010 21:43:49
Original commit files touched by this commit
pgollucci search for other commits by this committer
- pet portlint
- use apxs not sed in pkg-plist
- use PLIST_SUB vars in pkg-plist

PR:             ports/147146
Submitted by:   pgollucci@ (myself)
Approved by:    gnome (kwm)
0.6_6
27 May 2010 21:27:03
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 2/3:
     - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists

PR:             ports/147142
Reviewed by:    portmgr (pav)
With Hat:       apache@
0.6_6
25 May 2010 20:17:37
Original commit files touched by this commit Sanity Test Failure
pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
0.6_6
18 May 2010 04:08:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
0.6_5
05 May 2010 21:54:08
Original commit files touched by this commit
pgollucci search for other commits by this committer
5/5: Chase www/apache22 (bundled apr shlib bump)

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
0.6_4
21 May 2009 20:45:34
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
0.6_4
21 Mar 2009 17:36:19
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION for latest plist fix.
0.6_3
19 Mar 2009 19:40:42
Original commit files touched by this commit
pav search for other commits by this committer
- Plist fix (cannot use apxs on deinstall with apache22)

Reported by:    pointyhat
0.6_3
01 Mar 2009 19:04:16
Original commit files touched by this commit
marcus search for other commits by this committer
Apr and apache22 conflict by default, so override the pkg-config lookup
for apr-1, and use apr-1-config instead.
0.6_2
28 Feb 2009 01:07:08
Original commit files touched by this commit
marcus search for other commits by this committer
Explicitly disable lynx.

Reported by:    QAT
0.6_2
28 Feb 2009 00:38:11
Original commit files touched by this commit
marcus search for other commits by this committer
Add a missing dependency on apr.

Reported by:    QAT
0.6_1
27 Feb 2009 22:28:32
Original commit files touched by this commit
marcus search for other commits by this committer
While mod_dnssd 0.6 builds with Apache 2.0, it really needs Apache 2.2
to work properly.
0.6
27 Feb 2009 22:21:26
Original commit files touched by this commit
marcus search for other commits by this committer
Add mod_dnssd, an Apache HTTPD module which adds Zeroconf support via DNS-SD
using Avahi.

WWW: http://0pointer.de/lennart/projects/mod_dnssd/

Number of commits found: 39