Commit graph

69 commits

Author SHA1 Message Date
Tom McLaughlin
2bf52d522f Add avahi-sharp
- Mono bindings for Avahi service discovery
2006-02-19 07:20:26 +00:00
Tom McLaughlin
3f88c858b1 Prepare port to act as a master to an avahi-sharp slave
Approved by:	marcus on IRC
2006-02-19 07:04:48 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Joe Marcus Clarke
7da8cdf04a In trying to solve a problem with inconsistencies when linking with -shared
and ${PTHREAD_LIBS}, avahi linked its binaries with -lc_r on FreeBSD.  This
caused nasty runtime failures on i386, and build failures on alpha, amd64,
and other platforms where libc_r no longer exists.

To fix this, don't go through the song and dance of trying to solve the
-shared/${PTHREAD_LIBS} problem, and just link with ${PTHREAD_LIBS} as
usual.  Of course, ports that depend on avahi's libraries will break by
doing this, so add ${PTHREAD_{LIBS,CFLAGS}} to the right pkg-config files
to make sure dependencies will pick them up.

Patch adapted from:	Yasuda Keisuke <kysd@po.harenet.ne.jp>
2006-01-29 18:47:31 +00:00
Michael Johnson
5a7bdcd5ba - Update to 0.6.5 2006-01-27 00:15:23 +00:00
Michael Johnson
e3c4e478c9 - Update to 0.6.4 2006-01-18 01:44:57 +00:00
Michael Johnson
55f736d9c8 - Update to 0.6.3
- Update WWW

PR:		ports/91724
Submitted by:	thomas@bsdunix.ch
2006-01-12 22:19:31 +00:00
Joe Marcus Clarke
c2494342ad Fix build with dbus-0.60.
Obtained from:	Avahi SVN
2005-12-31 19:04:02 +00:00
Joe Marcus Clarke
3549788aa1 Chase the dbus shared lib version. 2005-12-31 18:49:08 +00:00
Joe Marcus Clarke
a947a59137 Make sure the avahi-daemon socket is written to the correct location. 2005-12-05 03:13:06 +00:00
Joe Marcus Clarke
b4aa4dc6e9 Teach avahi the correct location of the dbus socket.
Submitted by:	sajd on #freebsd-gnome
2005-12-05 00:40:06 +00:00
Joe Marcus Clarke
bd3ccd2ee1 Update to 0.6.1. 2005-11-25 03:04:40 +00:00
Joe Marcus Clarke
0b56dcdf49 Fix capitalization of IGNORE message.
Pointed out by:	kris
2005-11-19 19:49:12 +00:00
Joe Marcus Clarke
e6e3936ed9 Mark IGNORE on FreeBSD 4.X.
Reported by:	pointyhat via kris
2005-11-19 19:43:36 +00:00
Joe Marcus Clarke
6a0fe7b9a0 Add optional GTK2 support to avahi. 2005-11-19 17:38:17 +00:00
Michael Johnson
71dfce71c0 - Switch avahi-daemon to avahi_daemon
Pointed out by:	marcus
2005-11-19 06:36:09 +00:00
Michael Johnson
d184f5dbd4 - Fix typo so the dnsconfd starts
- Make the avahi-dnsconfd rcNG require avahi-daemon
2005-11-19 06:21:54 +00:00
Joe Marcus Clarke
9630e7bef6 Add dbus to the REQUIRE line for the rcND scripts to ensure dbus is started
first.

Pointed out by:	ahze
2005-11-19 05:55:56 +00:00
Joe Marcus Clarke
d59271e6a5 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.
2005-11-19 04:34:52 +00:00