From owner-svn-ports-all@freebsd.org Thu Oct 29 04:37:23 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17A8643FC35; Thu, 29 Oct 2020 04:37:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CMCN26yMWz473M; Thu, 29 Oct 2020 04:37:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D230828011; Thu, 29 Oct 2020 04:37:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09T4bMWl014282; Thu, 29 Oct 2020 04:37:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09T4bLxd014276; Thu, 29 Oct 2020 04:37:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202010290437.09T4bLxd014276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 29 Oct 2020 04:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553582 - in head/dns: . libmicrodns libmicrodns/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/dns: . libmicrodns libmicrodns/files X-SVN-Commit-Revision: 553582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2020 04:37:23 -0000 Author: yuri Date: Thu Oct 29 04:37:21 2020 New Revision: 553582 URL: https://svnweb.freebsd.org/changeset/ports/553582 Log: New port: dns/libmicrodns: DNS library focused on being simple and cross-platform Added: head/dns/libmicrodns/ head/dns/libmicrodns/Makefile (contents, props changed) head/dns/libmicrodns/distinfo (contents, props changed) head/dns/libmicrodns/files/ head/dns/libmicrodns/files/patch-include_microdns_rr.h (contents, props changed) head/dns/libmicrodns/files/patch-include_utils.h (contents, props changed) head/dns/libmicrodns/files/patch-src_rr.c (contents, props changed) head/dns/libmicrodns/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Thu Oct 29 04:35:35 2020 (r553581) +++ head/dns/Makefile Thu Oct 29 04:37:21 2020 (r553582) @@ -98,6 +98,7 @@ SUBDIR += libdjbdns SUBDIR += libidn SUBDIR += libidn2 + SUBDIR += libmicrodns SUBDIR += libnspsl SUBDIR += libpsl SUBDIR += linux-c7-libasyncns Added: head/dns/libmicrodns/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libmicrodns/Makefile Thu Oct 29 04:37:21 2020 (r553582) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= libmicrodns +DISTVERSION= 0.2.0 +CATEGORIES= dns + +MAINTAINER= yuri@FreeBSD.org +COMMENT= DNS library focused on being simple and cross-platform + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= meson +USE_GITHUB= yes +USE_LDCONFIG= yes + +GH_ACCOUNT= videolabs + +PLIST_FILES= include/microdns/microdns.h \ + include/microdns/rr.h \ + lib/libmicrodns.so \ + lib/libmicrodns.so.1 \ + lib/libmicrodns.so.1.0.0 \ + libdata/pkgconfig/microdns.pc + +.include Added: head/dns/libmicrodns/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libmicrodns/distinfo Thu Oct 29 04:37:21 2020 (r553582) @@ -0,0 +1,3 @@ +TIMESTAMP = 1603939184 +SHA256 (videolabs-libmicrodns-0.2.0_GH0.tar.gz) = 9864a088ffef4d4255d5abf63c6f603d1dc343dfec2809ff0c3f1624045b80fa +SIZE (videolabs-libmicrodns-0.2.0_GH0.tar.gz) = 59923 Added: head/dns/libmicrodns/files/patch-include_microdns_rr.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libmicrodns/files/patch-include_microdns_rr.h Thu Oct 29 04:37:21 2020 (r553582) @@ -0,0 +1,11 @@ +--- include/microdns/rr.h.orig 2020-10-29 02:44:44 UTC ++++ include/microdns/rr.h +@@ -35,6 +35,8 @@ + # include + #endif + ++#include ++ + # ifdef __cplusplus + extern "C" { + # endif Added: head/dns/libmicrodns/files/patch-include_utils.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libmicrodns/files/patch-include_utils.h Thu Oct 29 04:37:21 2020 (r553582) @@ -0,0 +1,11 @@ +--- include/utils.h.orig 2020-10-29 02:42:44 UTC ++++ include/utils.h +@@ -31,6 +31,8 @@ + #include + #include + ++#include ++ + #include "compat.h" + + #define MDNS_DN_MAXSZ 256 // domain name maximum size Added: head/dns/libmicrodns/files/patch-src_rr.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libmicrodns/files/patch-src_rr.c Thu Oct 29 04:37:21 2020 (r553582) @@ -0,0 +1,11 @@ +--- src/rr.c.orig 2020-10-29 02:40:53 UTC ++++ src/rr.c +@@ -32,6 +32,8 @@ + #include + #include + ++#include ++ + #include "utils.h" + #include "microdns/microdns.h" + #include "microdns/rr.h" Added: head/dns/libmicrodns/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libmicrodns/pkg-descr Thu Oct 29 04:37:21 2020 (r553582) @@ -0,0 +1,4 @@ +microdns is an mDNS resolver (and announcer) library focused on being simple +and cross-platform. + +WWW: https://github.com/videolabs/libmicrodns