cvs commit: ports/net Makefile ports/net/avahi Makefile distinfo pkg-descr pkg-install pkg-plist ports/net/avahi/files avahi-daemon.sh avahi-dnsconfd.sh

Joe Marcus Clarke marcus at FreeBSD.org
Fri Nov 18 20:34:53 PST 2005


marcus      2005-11-19 04:34:52 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/avahi            Makefile distinfo pkg-descr pkg-install 
                         pkg-plist 
    net/avahi/files      avahi-daemon.sh avahi-dnsconfd.sh 
  Log:
  Add avahi, another mDNS, Zeroconf, Bonjour, Redezvous, etc. implementation
  ...but with a twist.  Avahi is a D-BUS based mDNS solution from
  Freedesktop.org.
  
  Avahi provides Service discovery on a local network -- this means that you
  can plug your laptop or computer into a network and instantly be able to view
  other people who you can chat with, find printers to print to or find files
  being shared. This kind of technology is already found in MacOS X
  (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very
  convenient.
  
  WWW: http://www.freedesktop.org/Software/Avahi
  
  A lot of the ground work for this port was provided by ahze.
  
  Revision  Changes    Path
  1.1582    +1 -0      ports/net/Makefile
  1.1       +59 -0     ports/net/avahi/Makefile (new)
  1.1       +3 -0      ports/net/avahi/distinfo (new)
  1.1       +36 -0     ports/net/avahi/files/avahi-daemon.sh (new)
  1.1       +39 -0     ports/net/avahi/files/avahi-dnsconfd.sh (new)
  1.1       +7 -0      ports/net/avahi/pkg-descr (new)
  1.1       +36 -0     ports/net/avahi/pkg-install (new)
  1.1       +76 -0     ports/net/avahi/pkg-plist (new)


More information about the cvs-all mailing list