mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Add net/mono-zeroconf, a cross platform Zero Configuration Networking
library for Mono and .NET.
This commit is contained in:
parent
7ff547bd10
commit
95f73b58b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219307
@ -339,6 +339,7 @@
|
||||
SUBDIR += miredo
|
||||
SUBDIR += mknbi
|
||||
SUBDIR += mmucl
|
||||
SUBDIR += mono-zeroconf
|
||||
SUBDIR += mopd
|
||||
SUBDIR += morebalance
|
||||
SUBDIR += mpd
|
||||
|
38
net/mono-zeroconf/Makefile
Normal file
38
net/mono-zeroconf/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: mono-zeroconf
|
||||
# Date created: Aug 27 2008
|
||||
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mono-zeroconf
|
||||
PORTVERSION= 0.7.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.banshee-project.org/${PORTNAME}/
|
||||
|
||||
MAINTAINER= flz@FreeBSD.org
|
||||
COMMENT= Cross platform Zero Configuration Networking library for Mono
|
||||
|
||||
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
|
||||
${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:${PORTSDIR}/net/avahi-sharp
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS= DOCS "Install documentation" on
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
CONFIGURE_ARGS+= --program-transform-name="" \
|
||||
--disable-mdnsresponder
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
||||
|
||||
.if !defined(WITHOUT_DOCS) && !defined(NOPORTDOCS)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/monodocer:${PORTSDIR}/devel/monodoc
|
||||
CONFIGURE_ARGS+= --enable-docs
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-docs
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net/mono-zeroconf/distinfo
Normal file
3
net/mono-zeroconf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mono-zeroconf-0.7.6.tar.gz) = 2e1e976a9131b8cc01ad21f795a2cafd
|
||||
SHA256 (mono-zeroconf-0.7.6.tar.gz) = a8ebee089f0f308085329269e45ba3f9fa0a12ecdbaa239980c32a47ec9aa15b
|
||||
SIZE (mono-zeroconf-0.7.6.tar.gz) = 132283
|
7
net/mono-zeroconf/pkg-descr
Normal file
7
net/mono-zeroconf/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Mono.Zeroconf is a cross platform Zero Configuration Networking library
|
||||
for Mono and .NET. It provides a unified API for performing the most
|
||||
common zeroconf operations on a variety of platforms and subsystems: all
|
||||
the operating systems supported by Mono and both the Avahi
|
||||
and Bonjour/mDNSResponder transports.
|
||||
|
||||
WWW: http://www.mono-project.com/Mono.Zeroconf
|
24
net/mono-zeroconf/pkg-plist
Normal file
24
net/mono-zeroconf/pkg-plist
Normal file
@ -0,0 +1,24 @@
|
||||
bin/mzclient
|
||||
lib/mono-zeroconf/MZClient.exe
|
||||
lib/mono-zeroconf/MZClient.exe.mdb
|
||||
lib/mono-zeroconf/Mono.Zeroconf.Providers.Avahi.dll
|
||||
lib/mono-zeroconf/Mono.Zeroconf.Providers.Avahi.dll.mdb
|
||||
lib/mono/gac/Mono.Zeroconf/2.0.0.76__e60c4f4a95e1099e/Mono.Zeroconf.dll
|
||||
lib/mono/gac/Mono.Zeroconf/2.0.0.76__e60c4f4a95e1099e/Mono.Zeroconf.dll.mdb
|
||||
lib/mono/gac/policy.1.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e/policy.1.0.Mono.Zeroconf.dll
|
||||
lib/mono/gac/policy.1.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e/policy.1.0.config
|
||||
lib/mono/gac/policy.2.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e/policy.2.0.Mono.Zeroconf.dll
|
||||
lib/mono/gac/policy.2.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e/policy.2.0.config
|
||||
lib/mono/mono-zeroconf/Mono.Zeroconf.dll
|
||||
%%PORTDOCS%%lib/monodoc/sources/mono-zeroconf-docs.zip
|
||||
%%PORTDOCS%%lib/monodoc/sources/mono-zeroconf-docs.tree
|
||||
%%PORTDOCS%%lib/monodoc/sources/mono-zeroconf-docs.source
|
||||
libdata/pkgconfig/mono-zeroconf.pc
|
||||
@dirrm lib/mono/mono-zeroconf
|
||||
@dirrm lib/mono/gac/policy.2.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e
|
||||
@dirrm lib/mono/gac/policy.2.0.Mono.Zeroconf
|
||||
@dirrm lib/mono/gac/policy.1.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e
|
||||
@dirrm lib/mono/gac/policy.1.0.Mono.Zeroconf
|
||||
@dirrm lib/mono/gac/Mono.Zeroconf/2.0.0.76__e60c4f4a95e1099e
|
||||
@dirrm lib/mono/gac/Mono.Zeroconf
|
||||
@dirrm lib/mono-zeroconf
|
Loading…
Reference in New Issue
Block a user