Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 07:57:20 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476336 - in head/net: . qmdnsengine
Message-ID:  <201808040757.w747vK5q017524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Aug  4 07:57:19 2018
New Revision: 476336
URL: https://svnweb.freebsd.org/changeset/ports/476336

Log:
  New port: net/qmdnsengine: Multicast DNS library for Qt applications

Added:
  head/net/qmdnsengine/
  head/net/qmdnsengine/Makefile   (contents, props changed)
  head/net/qmdnsengine/distinfo   (contents, props changed)
  head/net/qmdnsengine/pkg-descr   (contents, props changed)
  head/net/qmdnsengine/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat Aug  4 07:16:21 2018	(r476335)
+++ head/net/Makefile	Sat Aug  4 07:57:19 2018	(r476336)
@@ -1161,6 +1161,7 @@
     SUBDIR += pythondirector
     SUBDIR += qadsl
     SUBDIR += qjsonrpc
+    SUBDIR += qmdnsengine
     SUBDIR += qoauth
     SUBDIR += qoauth-qt5
     SUBDIR += qt4-network

Added: head/net/qmdnsengine/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/qmdnsengine/Makefile	Sat Aug  4 07:57:19 2018	(r476336)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	qmdnsengine
+DISTVERSION=	0.1.0-13
+DISTVERSIONSUFFIX=	-gbac0431
+CATEGORIES=	net
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Multicast DNS library for Qt applications
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		cmake:outsource qt:5
+USE_GITHUB=	yes
+GH_ACCOUNT=	nitroshare
+USE_QT=		core network buildtools_build qmake_build
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/net/qmdnsengine/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/qmdnsengine/distinfo	Sat Aug  4 07:57:19 2018	(r476336)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1533368850
+SHA256 (nitroshare-qmdnsengine-0.1.0-13-gbac0431_GH0.tar.gz) = ade7d06714564fe3f5aa5869070fe7493d002c8a9b43d0ab85c7a410d673109d
+SIZE (nitroshare-qmdnsengine-0.1.0-13-gbac0431_GH0.tar.gz) = 63446

Added: head/net/qmdnsengine/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/qmdnsengine/pkg-descr	Sat Aug  4 07:57:19 2018	(r476336)
@@ -0,0 +1,3 @@
+This library provides an implementation of multicast DNS as per RFC 6762.
+
+WWW: https://github.com/nitroshare/qmdnsengine

Added: head/net/qmdnsengine/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/qmdnsengine/pkg-plist	Sat Aug  4 07:57:19 2018	(r476336)
@@ -0,0 +1,22 @@
+include/qmdnsengine/abstractserver.h
+include/qmdnsengine/bitmap.h
+include/qmdnsengine/browser.h
+include/qmdnsengine/cache.h
+include/qmdnsengine/dns.h
+include/qmdnsengine/hostname.h
+include/qmdnsengine/mdns.h
+include/qmdnsengine/message.h
+include/qmdnsengine/prober.h
+include/qmdnsengine/provider.h
+include/qmdnsengine/qmdnsengine_export.h
+include/qmdnsengine/query.h
+include/qmdnsengine/record.h
+include/qmdnsengine/resolver.h
+include/qmdnsengine/server.h
+include/qmdnsengine/service.h
+lib/cmake/qmdnsengine/qmdnsengineConfig-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/qmdnsengine/qmdnsengineConfig.cmake
+lib/cmake/qmdnsengine/qmdnsengineConfigVersion.cmake
+lib/libqmdnsengine.so
+lib/libqmdnsengine.so.0
+lib/libqmdnsengine.so.0.1.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808040757.w747vK5q017524>