[21233] trunk/dports/net/avahi/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jan 15 05:38:57 PST 2007
Revision: 21233
http://trac.macosforge.org/projects/macports/changeset/21233
Author: rhwood at macports.org
Date: 2007-01-15 05:38:57 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
New port avahi, which facilitates service discovery on a local network.
Added Paths:
-----------
trunk/dports/net/avahi/Portfile
Added: trunk/dports/net/avahi/Portfile
===================================================================
--- trunk/dports/net/avahi/Portfile (rev 0)
+++ trunk/dports/net/avahi/Portfile 2007-01-15 13:38:57 UTC (rev 21233)
@@ -0,0 +1,47 @@
+# $Id: Portfile,v 1.5 2006/03/29 11:19:09 rhwood Exp $
+PortSystem 1.0
+name avahi
+version 0.6.16
+revision 0
+categories net devel
+maintainers rhwood at macports.org
+description A system which facilitates service discovery on a local network
+long_description \
+ Avahi is a system which facilitates service discovery on a local \
+ network. This means that you can plug your laptop or computer into \
+ a network and instantly be able to view other people who you can \
+ chat with, find printers to print to or find files being shared. \
+ This kind of technology is already found in Apple MacOS X (branded \
+ Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient. \
+ Avahi is mainly based on Lennart Poettering's flexmdns mDNS \
+ implementation for Linux which has been discontinued in favour \
+ of Avahi.
+homepage http://avahi.org/
+platforms darwin
+master_sites http://avahi.org/download/
+checksums md5 3cbc460bbd55bae35f7b57443c063640 \
+ sha1 8e684d29a16f6fda3c6a0458299134124d64b5ae \
+ rmd160 0106c3082867715052b416e3c761d8f052de00a0
+distname avahi-${version}
+use_bzip2 no
+
+depends_lib \
+ port:libdaemon \
+ port:gtk2 \
+ port:dbus \
+ port:expat \
+ port:gdbm \
+ port:py-gdbm
+
+# enable python-dbus once dbus python bindings are correctly ported
+# all other disabled items should be placed in variants qt3/4 & mono
+configure.args \
+ --disable-autoipd \
+ --disable-qt3 \
+ --disable-qt4 \
+ --disable-python-dbus \
+ --disable-mono \
+ --disable-monodoc
+
+configure.env \
+ CPPFLAGS="-L${prefix}/lib -I${prefix}/include"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070115/c92d7f50/attachment.html
More information about the macports-changes
mailing list