diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-19 12:34:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-19 12:34:52 +0800 |
commit | 38949606488d00a74e7615ed995f24c9ad12e0ca (patch) | |
tree | ef250ef1187d4887cd8657ddc600a10998dde23c /net/avahi/pkg-descr | |
parent | d9f08969199389c59a829c8132f44fac144748bf (diff) | |
download | freebsd-ports-gnome-38949606488d00a74e7615ed995f24c9ad12e0ca.tar.gz freebsd-ports-gnome-38949606488d00a74e7615ed995f24c9ad12e0ca.tar.zst freebsd-ports-gnome-38949606488d00a74e7615ed995f24c9ad12e0ca.zip |
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.
Diffstat (limited to 'net/avahi/pkg-descr')
-rw-r--r-- | net/avahi/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/avahi/pkg-descr b/net/avahi/pkg-descr new file mode 100644 index 000000000000..c2797d60aca7 --- /dev/null +++ b/net/avahi/pkg-descr @@ -0,0 +1,7 @@ +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 |