diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-04-03 09:49:10 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-04-03 09:49:10 +0000 |
commit | 65b2b253dc836cb64400ea09abe7fa5abf9852b8 (patch) | |
tree | 95de45f0ce5c27018f8f037f32ebe7630b007fd7 /net/zeroconf-ioslave | |
parent | 4168b892e8103e408e4d23afd7adee13f316e7f7 (diff) | |
download | ports-65b2b253dc836cb64400ea09abe7fa5abf9852b8.tar.gz ports-65b2b253dc836cb64400ea09abe7fa5abf9852b8.zip |
Notes
Diffstat (limited to 'net/zeroconf-ioslave')
-rw-r--r-- | net/zeroconf-ioslave/Makefile | 16 | ||||
-rw-r--r-- | net/zeroconf-ioslave/distinfo | 2 | ||||
-rw-r--r-- | net/zeroconf-ioslave/pkg-descr | 1 | ||||
-rw-r--r-- | net/zeroconf-ioslave/pkg-plist | 6 |
4 files changed, 25 insertions, 0 deletions
diff --git a/net/zeroconf-ioslave/Makefile b/net/zeroconf-ioslave/Makefile new file mode 100644 index 000000000000..b2cfcdc17740 --- /dev/null +++ b/net/zeroconf-ioslave/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= zeroconf-ioslave +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= net kde +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE Network monitor for DNS-SD services (Zeroconf) + +USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USES= cmake:outsource tar:xz +USE_QT4= moc_build qmake_build rcc_build uic_build + +.include <bsd.port.mk> diff --git a/net/zeroconf-ioslave/distinfo b/net/zeroconf-ioslave/distinfo new file mode 100644 index 000000000000..fff2d4b164ee --- /dev/null +++ b/net/zeroconf-ioslave/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.12.4/zeroconf-ioslave-4.12.4.tar.xz) = cac8a2b4e434436bc4fd79702d47731cbd90329f64e2504f84cf64fd52af448c +SIZE (KDE/4.12.4/zeroconf-ioslave-4.12.4.tar.xz) = 25948 diff --git a/net/zeroconf-ioslave/pkg-descr b/net/zeroconf-ioslave/pkg-descr new file mode 100644 index 000000000000..12d2640db9b1 --- /dev/null +++ b/net/zeroconf-ioslave/pkg-descr @@ -0,0 +1 @@ +KDE Network monitor for DNS-SD services (Zeroconf). diff --git a/net/zeroconf-ioslave/pkg-plist b/net/zeroconf-ioslave/pkg-plist new file mode 100644 index 000000000000..aa7be73f25b4 --- /dev/null +++ b/net/zeroconf-ioslave/pkg-plist @@ -0,0 +1,6 @@ +lib/kde4/kded_dnssdwatcher.so +lib/kde4/kio_zeroconf.so +share/apps/remoteview/zeroconf.desktop +share/dbus-1/interfaces/org.kde.kdnssd.xml +share/kde4/services/kded/dnssdwatcher.desktop +share/kde4/services/zeroconf.protocol |