diff options
-rw-r--r-- | net/avahi-app/Makefile | 4 | ||||
-rw-r--r-- | net/avahi-app/distinfo | 5 | ||||
-rw-r--r-- | net/avahi-app/files/patch-Makefile.in | 8 | ||||
-rw-r--r-- | net/avahi/Makefile | 65 | ||||
-rw-r--r-- | net/avahi/pkg-descr | 7 |
5 files changed, 80 insertions, 9 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 163b2777c..977a247ae 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD: ports/net/avahi-app/Makefile,v 1.29 2010/12/04 07:32:51 ade Exp $ -# $MCom: ports/net/avahi-app/Makefile,v 1.14 2010/10/23 20:58:29 marcus Exp $ +# $MCom: ports/net/avahi-app/Makefile,v 1.16 2011/02/23 15:13:26 kwm Exp $ # PORTNAME= avahi -PORTVERSION= 0.6.28 +PORTVERSION= 0.6.29 PORTREVISION?= 0 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ diff --git a/net/avahi-app/distinfo b/net/avahi-app/distinfo index 0ca2bc46b..e0264b34b 100644 --- a/net/avahi-app/distinfo +++ b/net/avahi-app/distinfo @@ -1,3 +1,2 @@ -MD5 (avahi-0.6.28.tar.gz) = d0143a5aa3265019072e53ab497818d0 -SHA256 (avahi-0.6.28.tar.gz) = a0d80aac88212b9f9d5331c248091d3c9c9209f0e41985421636ebd14230fc91 -SIZE (avahi-0.6.28.tar.gz) = 1238660 +SHA256 (avahi-0.6.29.tar.gz) = 4eb1a6bdc93f1b245fc1b26ff6a79f5f958c1135c04bff60d36d374d98cc14d8 +SIZE (avahi-0.6.29.tar.gz) = 1244081 diff --git a/net/avahi-app/files/patch-Makefile.in b/net/avahi-app/files/patch-Makefile.in index 5fd8b4105..788676112 100644 --- a/net/avahi-app/files/patch-Makefile.in +++ b/net/avahi-app/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2010-07-24 19:44:27.000000000 -0400 -+++ Makefile.in 2010-07-24 19:45:59.000000000 -0400 -@@ -1175,6 +1175,8 @@ uninstall-am: uninstall-pkgconfigDATA +--- Makefile.in.orig 2011-03-13 18:12:06.000000000 +0100 ++++ Makefile.in 2011-03-13 18:14:22.000000000 +0100 +@@ -1179,6 +1179,8 @@ %.pc: %.pc.in $(AM_V_GEN)sed -e 's,@prefix\@,$(prefix),g' \ -e 's,@libdir\@,$(libdir),g' \ + -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ + -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ + -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' \ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - avahi.devhelp: doxygen-run diff --git a/net/avahi/Makefile b/net/avahi/Makefile new file mode 100644 index 000000000..ddf5cb054 --- /dev/null +++ b/net/avahi/Makefile @@ -0,0 +1,65 @@ +# New ports collection makefile for: avahi +# Date created: 18 November 2005 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/net/avahi/Makefile,v 1.61 2010/11/20 15:36:48 kwm Exp $ +# $MCom: ports/net/avahi/Makefile,v 1.28 2010/10/23 20:58:28 marcus Exp $ +# + +PORTNAME= avahi +PORTVERSION= 0.6.29 +PORTREVISION?= 0 +CATEGORIES?= net dns +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The "meta-port" for the Avahi service discovery suite + +RUN_DEPENDS= avahi-resolve:${PORTSDIR}/net/avahi-app \ + avahi-app>=0.6.20_2:${PORTSDIR}/net/avahi-app + +OPTIONS= AUTOIPD "IPv4LL network address configuration daemon" off \ + GTK "Gtk+ tools and bindings" off \ + LIBDNS "Apple's mDNSResponder compatibility library" off \ + MONO "Mono bindings" off \ + QT3 "Qt 3 bindings" off \ + QT4 "Qt 4 bindings" off \ + PYTHON "Python bindings and tools" off + +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if defined(WITH_AUTOIPD) +RUN_DEPENDS+= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd +.endif + +.if defined(WITH_GTK) +RUN_DEPENDS+= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk +.endif + +.if defined(WITH_LIBDNS) +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns +.endif + +.if defined(WITH_MONO) +RUN_DEPENDS+= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp +.endif + +.if defined(WITH_QT3) +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt3.pc:${PORTSDIR}/net/avahi-qt3 +.endif + +.if defined(WITH_QT4) +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 +.endif + +.if defined(WITH_PYTHON) +RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi +.endif + +do-install: + +.include <bsd.port.post.mk> diff --git a/net/avahi/pkg-descr b/net/avahi/pkg-descr new file mode 100644 index 000000000..fb85b6205 --- /dev/null +++ b/net/avahi/pkg-descr @@ -0,0 +1,7 @@ +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 MacOS X (branded 'Rendezvous', +'Bonjour' and sometimes 'ZeroConf') and is very convenient. + +WWW: http://www.avahi.org/ |