Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Juanito on November 19, 2009, 09:48:50 PM

Title: avahi
Post by: Juanito on November 19, 2009, 09:48:50 PM
avahi.tczl posted:
Code: [Select]
Title:          avahi.tczl
Description:    avahi network service
Version:        0.6.25
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 524KB
Extension_by:   juanito
Comments:       a system which facilitates service discovery on a local network
                ----------
                requires the atk, cairo, pango, glib2, fontconfig, expat2, libxml2,
                graphics-libs-1, pixman, ttf-bitstream-vera, Xlibs_support, gtk2,
                dbus, gcc_libs, libdaemon, nss-mdns and libglade extensions
                ----------
                optionally can use the python-twisted extension & deps for bookmarks
                ----------
                This extension contains:
                avahi-0.6.25 - GLGPLv2.1 - http://avahi.org/download/avahi-0.6.25.tar.gz
                ----------
Change-log:     first version
Current:        2009/11/15
Title: Re: avahi
Post by: Juanito on January 31, 2010, 11:03:31 AM
adjusted start-up script so it does not start avahi when the extension is loaded, use /usr/local/etc/init.d/avahi:
Code: [Select]
Title:          avahi.tcz
Description:    avahi network service
Version:        0.6.25
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 524KB
Extension_by:   juanito
Comments:       a system which facilitates service discovery on a local network
                ----------
                requires the atk, cairo, pango, glib2, fontconfig, expat2, libxml2,
                graphics-libs-1, pixman, ttf-bitstream-vera, Xlibs_support, gtk2,
                dbus, gcc_libs, libdaemon, nss-mdns and libglade extensions
                ----------
                optionally can use the python-twisted extension & deps for bookmarks
                ----------
                $ sudo /usr/local/etc/init.d/avahi [start|stop|restart|status]
                ----------
                This extension contains:
                avahi-0.6.25 - GLGPLv2.1 - http://avahi.org/download/avahi-0.6.25.tar.gz
                ----------
Change-log:     first version
                2009/11/15
                added /usr/local/etc/init.d/avahi
Current:        2010/01/31
Title: Re: avahi
Post by: Juanito on March 13, 2010, 04:01:49 AM
split out avahi libs.

Note that I adjusted *dep in the repo to call libavahi rather than avahi and also removed libdaemon/nss-mdns where present. If any extensions require the full version of avahi and libdaemon/nss-mdns, let me know and I'll add them back:
Code: [Select]
Title:          avahi.tcz
Description:    avahi network service
Version:        0.6.25
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 372KB
Extension_by:   juanito
Comments:       a system which facilitates service discovery on a local network
                ----------
                requires the atk, cairo, pango, glib2, fontconfig, expat2, libxml2,
                graphics-libs-1, pixman, ttf-bitstream-vera, Xlibs_support, gtk2,
                dbus, gcc_libs, libdaemon, nss-mdns, libglade and libavahi extensions
                ----------
                optionally can use the python-twisted extension & deps for bookmarks
                ----------
                $ sudo /usr/local/etc/init.d/avahi [start|stop|restart|status]
                ----------
                This extension contains:
                avahi-0.6.25 - GLGPLv2.1 - http://avahi.org/download/avahi-0.6.25.tar.gz
                ----------
Change-log:     first version
                2009/11/15
                added /usr/local/etc/init.d/avahi
                2010/01/31
                split out avahi libs
Current:        2010/03/11