[Lunar-commits] <moonbase> Howl: Removed module. Fixed deps to refer to Avahi.
Zachary McGrew
zmcgrew at lunar-linux.org
Thu Dec 18 09:05:42 CET 2008
commit 0b83680185407b80f77bf348773226ce0ff5e32a
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Wed Dec 17 17:49:59 2008 -0800
Howl: Removed module. Fixed deps to refer to Avahi.
---
distributed/distcc/DEPENDS | 2 +-
gnome2/platform/gnome-vfs/DEPENDS | 4 +---
net/avahi/CONFLICTS | 1 -
net/howl/BUILD | 7 -------
net/howl/CONFLICTS | 2 --
net/howl/DETAILS | 16 ----------------
net/howl/init.d/mDNSResponder | 13 -------------
net/howl/init.d/nifd | 16 ----------------
net/howl/mDNSResponder.conf | 8 --------
net/mDNSResponder/CONFLICTS | 1 -
zbeta/obby/DEPENDS | 2 +-
11 files changed, 3 insertions(+), 69 deletions(-)
diff --git a/distributed/distcc/DEPENDS b/distributed/distcc/DEPENDS
index f461215..70c2675 100644
--- a/distributed/distcc/DEPENDS
+++ b/distributed/distcc/DEPENDS
@@ -4,4 +4,4 @@ optional_depends gtk+-2 "--with-gtk" "" \
"build the GTK+-2 based compile monitor" &&
optional_depends libgnomeui "--with-gnome" "" \
"build the Gnome based compile monitor" &&
-optional_depends howl "" "" "build zeroconf support"
+optional_depends avahi "" "" "build zeroconf support"
diff --git a/gnome2/platform/gnome-vfs/DEPENDS b/gnome2/platform/gnome-vfs/DEPENDS
index 7403b10..9414a73 100644
--- a/gnome2/platform/gnome-vfs/DEPENDS
+++ b/gnome2/platform/gnome-vfs/DEPENDS
@@ -8,9 +8,7 @@ depends dbus-glib
optional_depends "hal" "--enable-hal" "--disable-hal" \
"for hal support"
optional_depends "avahi" "--enable-avahi" "--disable-avahi" \
- "for avahi zeroconf network support (say 'n' if you plan to say 'y' to howl)"
-optional_depends "howl" "--enable-howl" "--disable-howl" \
- "for howl zeroconf networking support (say 'n' if you said yes to avahi)"
+ "for zeroconf network support"
optional_depends "samba" "--enable-samba --with-samba-includes=/usr/include --with-samba-libs=/usr/lib" "--disable-samba" \
"for samba support"
optional_depends "gtk-doc" "--enable-gtk-doc" "--disable-gtk-doc" \
diff --git a/net/avahi/CONFLICTS b/net/avahi/CONFLICTS
index c4ce3ed..8fe4961 100644
--- a/net/avahi/CONFLICTS
+++ b/net/avahi/CONFLICTS
@@ -1,2 +1 @@
conflicts mDNSResponder
-conflicts howl
diff --git a/net/howl/BUILD b/net/howl/BUILD
deleted file mode 100644
index 986a17c..0000000
--- a/net/howl/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- default_build &&
- ln -sf /usr/include/$MODULE /usr/include/$MODULE-$VERSION &&
- mkdir -p /etc/howl &&
- cp $SCRIPT_DIRECTORY/mDNSResponder.conf /etc/howl
-) > $C_FIFO 2>&1
diff --git a/net/howl/CONFLICTS b/net/howl/CONFLICTS
deleted file mode 100644
index 2b7c2e0..0000000
--- a/net/howl/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts mDNSResponder &&
-conflicts avahi
diff --git a/net/howl/DEPENDS b/net/howl/DEPENDS
deleted file mode 100644
index e69de29..0000000
diff --git a/net/howl/DETAILS b/net/howl/DETAILS
deleted file mode 100644
index e5966ef..0000000
--- a/net/howl/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=howl
- VERSION=0.9.10
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-types-1.patch
- SOURCE_URL=http://www.porchdogsoft.com/download/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:40e9c0fbfa8239641be3afa47a31ae6c10af1127
- SOURCE2_VFY=sha1:50904cdd4a5f557d4f2b0b272ec373183ad4ec5a
- WEB_SITE=http://www.porchdogsoft.com/products/howl
- ENTERED=20040905
- UPDATED=20050329
- SHORT="A cross-platform implementation of Zeroconf networking."
-cat << EOF
-Howl is a cross-platform implementation of Zeroconf networking.
-Zeroconf brings a new ease of use to IP networking
-EOF
diff --git a/net/howl/init.d/mDNSResponder b/net/howl/init.d/mDNSResponder
deleted file mode 100755
index b482121..0000000
--- a/net/howl/init.d/mDNSResponder
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-#
-# mDNSResponder: Starts the mDNSResponder Daemon
-#
-# chkconfig: 345 97 03
-# description: This is a daemon which runs on Howl clients to perform \
-# Zeroconf service discovery on a network. mDNSResponder must be $# that use Howl for service discovery. \
-# mDNSResponder should not be running otherwise.
-# processname: mDNSResponder
-# config: /etc/howl/mDNSResponder.conf
-# pidfile: /var/run/mDNSResponder.pid
-
-. /lib/lsb/init-functions $1
diff --git a/net/howl/init.d/nifd b/net/howl/init.d/nifd
deleted file mode 100755
index 56086cc..0000000
--- a/net/howl/init.d/nifd
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-#
-# nifd: Starts the nifd Daemon
-#
-# chkconfig: 345 97 03
-# description: This is a daemon which runs on Howl clients to monitor the \
-# state of a network interface. nifd must be running on systems \
-# that use autoipd and mDNSResponder to automatically obtain a \
-# Link-Local IPv4 address and do Zeroconf service discovery. \
-# nifd should not be running otherwise.
-# processname: nifd
-# pidfile: /var/run/nifd.pid
-# config:
-
-. /lib/lsb/init-functions $1
-
diff --git a/net/howl/mDNSResponder.conf b/net/howl/mDNSResponder.conf
deleted file mode 100644
index 11dca7d..0000000
--- a/net/howl/mDNSResponder.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-# mDNSResponder conf file
-#
-# name type domain port text record
-# ---- ---- ------ ---- -----------
-
-# Some examples:
-# test _http._tcp local. 80
-# "Test With Spaces" _http._tcp local. 80 "path=/P"
diff --git a/net/mDNSResponder/CONFLICTS b/net/mDNSResponder/CONFLICTS
index 511a9f8..9240035 100644
--- a/net/mDNSResponder/CONFLICTS
+++ b/net/mDNSResponder/CONFLICTS
@@ -1,2 +1 @@
-conflicts howl &&
conflicts avahi
diff --git a/zbeta/obby/DEPENDS b/zbeta/obby/DEPENDS
index 2119d79..1c05832 100644
--- a/zbeta/obby/DEPENDS
+++ b/zbeta/obby/DEPENDS
@@ -1,2 +1,2 @@
depends net6
-optional_depends howl "--with-howl" "" "for ZeroConf support"
+optional_depends avahi "--with-zeroconf" "" "for ZeroConf support"
More information about the Lunar-commits
mailing list