New port: net/qmdnsengine: Multicast DNS library for Qt applications
This commit is contained in:
parent
c790f96116
commit
9f2b7e1528
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476336
@ -1161,6 +1161,7 @@
|
||||
SUBDIR += pythondirector
|
||||
SUBDIR += qadsl
|
||||
SUBDIR += qjsonrpc
|
||||
SUBDIR += qmdnsengine
|
||||
SUBDIR += qoauth
|
||||
SUBDIR += qoauth-qt5
|
||||
SUBDIR += qt4-network
|
||||
|
20
net/qmdnsengine/Makefile
Normal file
20
net/qmdnsengine/Makefile
Normal file
@ -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>
|
3
net/qmdnsengine/distinfo
Normal file
3
net/qmdnsengine/distinfo
Normal file
@ -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
|
3
net/qmdnsengine/pkg-descr
Normal file
3
net/qmdnsengine/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This library provides an implementation of multicast DNS as per RFC 6762.
|
||||
|
||||
WWW: https://github.com/nitroshare/qmdnsengine
|
22
net/qmdnsengine/pkg-plist
Normal file
22
net/qmdnsengine/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user