[Lunar-commits] mono-zeroconf: Inital import (0.7.3)
Chad 'v3rt1g0' Kittel
v3rt1g0 at lunar-linux.org
Thu Dec 27 21:19:29 CET 2007
commit 3a88fabdcbc141d2a83b4f2d2b485c96b753e872
Author: Chad 'v3rt1g0' Kittel <v3rt1g0 at lunar-linux.org>
Date: Thu Dec 27 14:19:29 2007 -0600
mono-zeroconf: Inital import (0.7.3)
---
libs/mono-zeroconf/DEPENDS | 2 ++
libs/mono-zeroconf/DETAILS | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/libs/mono-zeroconf/DEPENDS b/libs/mono-zeroconf/DEPENDS
new file mode 100644
index 0000000..1f81890
--- /dev/null
+++ b/libs/mono-zeroconf/DEPENDS
@@ -0,0 +1,2 @@
+depends mono
+depends avahi # built with avahi-sharp support
diff --git a/libs/mono-zeroconf/DETAILS b/libs/mono-zeroconf/DETAILS
new file mode 100644
index 0000000..bb9105b
--- /dev/null
+++ b/libs/mono-zeroconf/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=mono-zeroconf
+ VERSION=0.7.3
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://banshee-project.org/files/$MODULE/
+ SOURCE_VFY=sha1:17739ed78e31509d75d8412c23ca27a17e0525e5
+ WEB_SITE=http://mono-project.com/Mono.Zeroconf
+ ENTERED=20071227
+ UPDATED=20071227
+ SHORT="a .NET library for Zeroconf operations"
+ PSAFE=no
+
+cat << EOF
+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.
+
+Developers can publish services that will be exposed to other computers
+on the network and also query the local machines on the network for
+services that could have been exposed.
+
+Please note that avahi needs to be built with mono support for the
+avahi-sharp library to be found, a requirement for this package.
+EOF
More information about the Lunar-commits
mailing list