diff options
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 27 | ||||
-rw-r--r-- | net/howl/distinfo | 2 | ||||
-rw-r--r-- | net/howl/files/mdnsresponder.in | 25 | ||||
-rw-r--r-- | net/howl/pkg-descr | 9 | ||||
-rw-r--r-- | net/howl/pkg-plist | 49 |
5 files changed, 0 insertions, 112 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile deleted file mode 100644 index 7ad9dc0c5cf8..000000000000 --- a/net/howl/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: David Magda <dmagda+howl@ee.ryerson.ca> -# $FreeBSD$ - -PORTNAME= howl -PORTVERSION= 1.0.0 -PORTREVISION= 3 -CATEGORIES?= net devel -MASTER_SITES= http://www.porchdogsoft.com/download/ - -MAINTAINER= freebsd@donovansbrain.co.uk -COMMENT= Zeroconf/Bonjour(tm) implementation - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -CONFLICTS= avahi-[0-9]* - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig -USE_LDCONFIG= yes -USE_RC_SUBR= mdnsresponder - -PLIST_SUB= VERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/net/howl/distinfo b/net/howl/distinfo deleted file mode 100644 index 8b131df0c153..000000000000 --- a/net/howl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (howl-1.0.0.tar.gz) = 6f0145ab1802092308adeb8dfa285f58e104f0822fa266e5ec97e9d27f0e1923 -SIZE (howl-1.0.0.tar.gz) = 542782 diff --git a/net/howl/files/mdnsresponder.in b/net/howl/files/mdnsresponder.in deleted file mode 100644 index 405756e9c8da..000000000000 --- a/net/howl/files/mdnsresponder.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: mdnsresponder -# REQUIRE: DAEMON -# -# Howl's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon. - -# Add the following lines to /etc/rc.conf to enable mdnsresponder: -# mdnsresponder_enable="YES" -# mdnsresponder_flags="<set as needed>" - -. /etc/rc.subr - -name=mdnsresponder -rcvar=mdnsresponder_enable - -command=%%PREFIX%%/bin/mDNSResponder - -load_rc_config ${name} - -mdnsresponder_enable=${mdnsresponder_enable:-"NO"} - -run_rc_command "$1" diff --git a/net/howl/pkg-descr b/net/howl/pkg-descr deleted file mode 100644 index ab7f57258d6c..000000000000 --- a/net/howl/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Howl is a cross-platform implementation of the Zeroconf networking -standard. Zeroconf brings a new ease of use to IP networking. - -Howl allows software developers to easily embed -Zeroconf/Bonjour(tm)-like functionality in their applications, making -cumbersome and error-prone network configuration tasks seem so five -minutes ago. - -WWW: http://howl.sourceforge.net/ diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist deleted file mode 100644 index 0ed912ddda2d..000000000000 --- a/net/howl/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -bin/mDNSBrowse -bin/mDNSPublish -bin/mDNSQuery -bin/mDNSResolve -bin/mDNSResponder -include/howl/corby/buffer.h -include/howl/corby/channel.h -include/howl/corby/corby.h -include/howl/corby/message.h -include/howl/corby/object.h -include/howl/corby/orb.h -include/howl/discovery/discovery.h -include/howl/discovery/text_record.h -include/howl/howl.h -include/howl/howl_config.h -include/howl/rendezvous/rendezvous.h -include/howl/rendezvous/text_record.h -include/howl/salt/address.h -include/howl/salt/debug.h -include/howl/salt/interface.h -include/howl/salt/platform.h -include/howl/salt/salt.h -include/howl/salt/signal.h -include/howl/salt/socket.h -include/howl/salt/time.h -lib/libhowl.a -lib/libhowl.so -lib/libhowl.so.0 -lib/libhowl.so.0.0.0 -lib/libmDNSResponder.a -lib/libmDNSResponder.so -lib/libmDNSResponder.so.0 -lib/libmDNSResponder.so.0.0.0 -libdata/pkgconfig/howl.pc -%%DATADIR%%/help/address-summary.html -%%DATADIR%%/help/address.html -%%DATADIR%%/help/discovery-summary.html -%%DATADIR%%/help/discovery.html -%%DATADIR%%/help/index.html -%%DATADIR%%/help/overall.html -%%DATADIR%%/help/salt-summary.html -%%DATADIR%%/help/salt.html -%%DATADIR%%/help/txt_rec-summary.html -%%DATADIR%%/help/txt_rec.html -%%DATADIR%%/help/txt_rec_iter-summary.html -%%DATADIR%%/help/txt_rec_iter.html -%%DATADIR%%/help/txt_rec_str_iter-summary.html -%%DATADIR%%/help/txt_rec_str_iter.html -man/man8/mDNSResponder.8.gz |