Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2005 04:34:52 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200511190434.jAJ4YqWp063914@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511190434.jAJ4YqWp063914>