Update to 1.0.0, and change references of Rendezvous to Bonjour.
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue