./wip/ap2-zeroconf, Allows apache2 to register on a Zero Configuration network

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3nb3, Package name: ap2-zeroconf-0.3nb3, Maintainer: eggert

This module allows and Apache 2.0 web server to register its services on a
Zero Configuration network.

Zeroconf <http://www.zeroconf.org/> is a working group of the IETF. The
charter of this working group is to have computers network using TCP/IP
without prior configuration: no address servers or name servers are needed.
Zeroconf consists of the following protocols:

* Link-local IP addressing, where hosts pick a random address in the
169.254/16 range.
* Multicast DNS or mDNS, where every host runs its own DNS responder that
listens on port 5353 and communicates over multicast UDP/IP address
224.0.0.251 (IPv6 equivalent ff02::fb). All hosts are collectively
authorative for the .local. domain.
* DNS Service Discovery or DNS-SD allows hosts and their user to register and
browse services by a human-readable name.

mod_zeroconf relies on an external mDNS Responder and currently supports
net/howl.


Required to run:
[net/howl] [www/apache24]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 6c99637d3d733388420ef2ef93609a796cf805ee
Filesize: 24.107 KB

Version history: (Expand)


CVS history: (Expand)


   2014-06-22 21:57:10 by Thomas Klausner | Files touched by this commit (9)
Log message:
use apache.mk instead of removed apache2/buildlink3.mk
   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2010-01-17 13:03:22 by Thomas Klausner | Files touched by this commit (217) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267)
Log message:
Remove obsolete @dirrm lines.
   2008-09-06 22:54:43 by Thomas Klausner | Files touched by this commit (27) | Package updated
Log message:
Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
   2008-01-18 05:30:10 by Tobias Nygren | Files touched by this commit (174)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2006-03-06 21:28:03 by daniel.eggert | Files touched by this commit (6) | Imported package
Log message:
This module allows and Apache 2.0 web server to register its services on a Zero \ 
Configuration network <http://www.temme.net/sander/mod_zeroconf/>.