Update to 1.0.0, and change references of Rendezvous to Bonjour.

This commit is contained in:
Joe Marcus Clarke 2005-07-03 06:24:36 +00:00
parent f513c549e6
commit 866d4c7f47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138374
4 changed files with 6 additions and 6 deletions

View file

@ -5,12 +5,12 @@
#
PORTNAME= howl
PORTVERSION= 0.9.10
PORTVERSION= 1.0.0
CATEGORIES?= net devel
MASTER_SITES= http://www.porchdogsoft.com/download/
MAINTAINER= marcus@FreeBSD.org
COMMENT= Zeroconf/Rendezvous implementation
COMMENT= Zeroconf/Bonjour(tm) implementation
USE_GMAKE= yes
USE_GNOME= gnometarget pkgconfig

View file

@ -1,2 +1,2 @@
MD5 (howl-0.9.10.tar.gz) = 444f2c1fe8eaf16d6822c01bfafba99b
SIZE (howl-0.9.10.tar.gz) = 541004
MD5 (howl-1.0.0.tar.gz) = c389d3ffba0e69a179de2ec650f1fdcc
SIZE (howl-1.0.0.tar.gz) = 542782

View file

@ -6,7 +6,7 @@
# REQUIRE: DAEMON
# KEYWORD: FreeBSD
#
# Howl's mDNSResponder, a Zeroconf (Rendezvous) service advertisement daemon.
# Howl's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon.
#
mdnsresponder_enable=${mdnsresponder_enable-"NO"}

View file

@ -2,7 +2,7 @@ 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/Rendezvous(tm)-like functionality in their applications, making
Zeroconf/Bonjour(tm)-like functionality in their applications, making
cumbersome and error-prone network configuration tasks seem so five
minutes ago.