diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:21:13 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:21:13 +0000 |
commit | 98b111e9025562d912aaf7a94b3b39331ce3a39a (patch) | |
tree | 8b679c40c942a258e59521de27d6f8ff1c8ce21a /dns/mdnsd | |
parent | 3533030c49fc14d82e00cbd34960567e3e392794 (diff) | |
download | ports-98b111e9025562d912aaf7a94b3b39331ce3a39a.tar.gz ports-98b111e9025562d912aaf7a94b3b39331ce3a39a.zip |
Add mdnsd 0.7G, a program to advertise a service via Rendezvous.
PR: 52658
Submitted by: Dan Pelleg <daniel+mdnsd@pelleg.org>
Notes
Notes:
svn path=/head/; revision=82085
Diffstat (limited to 'dns/mdnsd')
-rw-r--r-- | dns/mdnsd/Makefile | 26 | ||||
-rw-r--r-- | dns/mdnsd/distinfo | 1 | ||||
-rw-r--r-- | dns/mdnsd/pkg-descr | 10 | ||||
-rw-r--r-- | dns/mdnsd/pkg-message | 4 | ||||
-rw-r--r-- | dns/mdnsd/pkg-plist | 2 |
5 files changed, 43 insertions, 0 deletions
diff --git a/dns/mdnsd/Makefile b/dns/mdnsd/Makefile new file mode 100644 index 000000000000..264293cde20a --- /dev/null +++ b/dns/mdnsd/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: mdnsd +# Date created: 2003/05/24 +# Whom: Dan Pelleg <daniel+mdnsd@pelleg.org> +# +# $FreeBSD$ +# + +PORTNAME= mdnsd +PORTVERSION= 0.7G +CATEGORIES= net +MASTER_SITES= http://dotlocal.org/${PORTNAME}/ \ + http://web.cs.cmu.edu/~dpelleg/download/ + +MAINTAINER= daniel+mdnsd@pelleg.org +COMMENT= Advertise a service via Rendezvous + +do-install: + @${ECHO_MSG} "Installing files" +.for i in mhttp mquery + @${INSTALL} ${COPY} ${_BINOWNGRP} ${WRKSRC}/${i} ${PREFIX}/bin +.endfor + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/dns/mdnsd/distinfo b/dns/mdnsd/distinfo new file mode 100644 index 000000000000..e21c686c2d5a --- /dev/null +++ b/dns/mdnsd/distinfo @@ -0,0 +1 @@ +MD5 (mdnsd-0.7G.tar.gz) = 3692107785567b0eff6cec979506da3b diff --git a/dns/mdnsd/pkg-descr b/dns/mdnsd/pkg-descr new file mode 100644 index 000000000000..97269d8ab3c8 --- /dev/null +++ b/dns/mdnsd/pkg-descr @@ -0,0 +1,10 @@ +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. + +WWW: http://dotlocal.org/mdnsd/ + + -- Dan Pelleg +daniel+mdnsd@pelleg.org diff --git a/dns/mdnsd/pkg-message b/dns/mdnsd/pkg-message new file mode 100644 index 000000000000..7ab1d3e9b657 --- /dev/null +++ b/dns/mdnsd/pkg-message @@ -0,0 +1,4 @@ +To use: + mhttp 'unique name' 12.34.56.78 80 '/optionalpath' +For example: + mhttp audiotron 192.168.123.195 80 '/index.asp' & diff --git a/dns/mdnsd/pkg-plist b/dns/mdnsd/pkg-plist new file mode 100644 index 000000000000..163cb574f318 --- /dev/null +++ b/dns/mdnsd/pkg-plist @@ -0,0 +1,2 @@ +bin/mhttp +bin/mquery |