ports/52658: New port: mdnsd - Advertise a service via Rendezvous

Dan Pelleg daniel+mdnsd at pelleg.org
Sun May 25 01:40:02 UTC 2003


>Number:         52658
>Category:       ports
>Synopsis:       New port: mdnsd - Advertise a service via Rendezvous
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 24 18:40:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dan Pelleg
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD l 4.8-RC FreeBSD 4.8-RC #8: Fri May  2 15:46:42 EDT 2003 d at p i386

	
>Description:

mdnsd is a very lightweight, simple, portable, and easy to integrate open
source implementation of Multicast DNS (part of Zeroconf, also called
Rendezvous by Apple) for developers. It supports both acting as a Query and
a Responder, allowing any software to participate fully on the
.localnetwork.

>How-To-Repeat:
	
>Fix:

	


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mdnsd/
#	mdnsd/Makefile
#	mdnsd/distinfo
#	mdnsd/pkg-descr
#	mdnsd/pkg-plist
#	mdnsd/pkg-message
#
echo c - mdnsd/
mkdir -p mdnsd/ > /dev/null 2>&1
echo x - mdnsd/Makefile
sed 's/^X//' >mdnsd/Makefile << 'END-of-mdnsd/Makefile'
X# New ports collection makefile for:    mdnsd
X# Date created:		2003/05/24
X# Whom:			Dan Pelleg <daniel+mdnsd at pelleg.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mdnsd
XPORTVERSION=	0.7G
XCATEGORIES=	net
XMASTER_SITES=	http://dotlocal.org/${PORTNAME}/ \
X		http://web.cs.cmu.edu/~dpelleg/download/
X
XMAINTAINER=	daniel+mdnsd at pelleg.org
XCOMMENT=	Advertise a service via Rendezvous
X
Xdo-install:
X	@${ECHO_MSG} "Installing files"
X.for i in mhttp mquery
X	@${INSTALL} ${COPY} ${_BINOWNGRP} ${WRKSRC}/${i} ${PREFIX}/bin
X.endfor
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-mdnsd/Makefile
echo x - mdnsd/distinfo
sed 's/^X//' >mdnsd/distinfo << 'END-of-mdnsd/distinfo'
XMD5 (mdnsd-0.7G.tar.gz) = 3692107785567b0eff6cec979506da3b
END-of-mdnsd/distinfo
echo x - mdnsd/pkg-descr
sed 's/^X//' >mdnsd/pkg-descr << 'END-of-mdnsd/pkg-descr'
Xmdnsd is a very lightweight, simple, portable, and easy to integrate open
Xsource implementation of Multicast DNS (part of Zeroconf, also called
XRendezvous by Apple) for developers. It supports both acting as a Query and
Xa Responder, allowing any software to participate fully on the
X.localnetwork.
X
XWWW: http://dotlocal.org/mdnsd/
X
X -- Dan Pelleg
Xdaniel+mdnsd at pelleg.org
END-of-mdnsd/pkg-descr
echo x - mdnsd/pkg-plist
sed 's/^X//' >mdnsd/pkg-plist << 'END-of-mdnsd/pkg-plist'
Xbin/mhttp
Xbin/mquery
END-of-mdnsd/pkg-plist
echo x - mdnsd/pkg-message
sed 's/^X//' >mdnsd/pkg-message << 'END-of-mdnsd/pkg-message'
XTo use:
X     mhttp 'unique name' 12.34.56.78 80 '/optionalpath'
XFor example:
X     mhttp audiotron 192.168.123.195 80 '/index.asp' &
END-of-mdnsd/pkg-message
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list