Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 637117A497 for ; Fri, 15 Jul 2016 19:58:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 10A4A85EBB; Fri, 15 Jul 2016 19:58:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9365A85E97 for ; Fri, 15 Jul 2016 19:58:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id z7pQnQj1xjeD for ; Fri, 15 Jul 2016 19:58:09 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D32DF84CFC for ; Fri, 15 Jul 2016 19:58:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5E20FBB5; Fri, 15 Jul 2016 19:58:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468612689226170" MIME-Version: 1.0 Date: Fri, 15 Jul 2016 19:58:09 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20160715195809.C5E20FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1468612689226170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Jul 15 19:58:09 UTC 2016 Modified Files: pkgsrc/net: Makefile Added Files: pkgsrc/net/go-dns: DESCR Makefile PLIST distinfo Log Message: New package, go-dns. Complete and usable DNS library. All widely used Resource Records are supported, including the DNSSEC types. It follows a lean and mean philosophy. If there is stuff you should know as a DNS programmer there isn't a convenience function for it. Server side and client side programming is supported, i.e. you can build servers and resolvers with it. To generate a diff of this commit: cvs rdiff -u -r1.1124 -r1.1125 pkgsrc/net/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/net/go-dns/DESCR pkgsrc/net/go-dns/Makefile \ pkgsrc/net/go-dns/PLIST pkgsrc/net/go-dns/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468612689226170 Content-Disposition: inline Content-Length: 6364 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1124 pkgsrc/net/Makefile:1.1125 --- pkgsrc/net/Makefile:1.1124 Sun Jul 3 12:37:32 2016 +++ pkgsrc/net/Makefile Fri Jul 15 19:58:09 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1124 2016/07/03 12:37:32 kamil Exp $ +# $NetBSD: Makefile,v 1.1125 2016/07/15 19:58:09 bsiegert Exp $ # COMMENT= Networking tools @@ -171,6 +171,7 @@ SUBDIR+= gnome-nettool SUBDIR+= gnome-online-accounts SUBDIR+= gnome-vfs-smb SUBDIR+= gnugk +SUBDIR+= go-dns SUBDIR+= go-net SUBDIR+= gofish SUBDIR+= gopher Added files: Index: pkgsrc/net/go-dns/DESCR diff -u /dev/null pkgsrc/net/go-dns/DESCR:1.1 --- /dev/null Fri Jul 15 19:58:09 2016 +++ pkgsrc/net/go-dns/DESCR Fri Jul 15 19:58:09 2016 @@ -0,0 +1,5 @@ +Complete and usable DNS library. All widely used Resource Records are +supported, including the DNSSEC types. It follows a lean and mean philosophy. +If there is stuff you should know as a DNS programmer there isn't a convenience +function for it. Server side and client side programming is supported, i.e. you +can build servers and resolvers with it. Index: pkgsrc/net/go-dns/Makefile diff -u /dev/null pkgsrc/net/go-dns/Makefile:1.1 --- /dev/null Fri Jul 15 19:58:09 2016 +++ pkgsrc/net/go-dns/Makefile Fri Jul 15 19:58:09 2016 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/07/15 19:58:09 bsiegert Exp $ + +DISTNAME= go-dns-0.0.20160614 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/} +GITHUB_PROJECT= dns +GITHUB_TAG= 5d001d020961ae1c184f9f8152fdc73810481677 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/miekg/dns +COMMENT= Complete DNS library for Go. +LICENSE= modified-bsd + +WRKSRC= ${WRKDIR} +GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG} +GO_SRCPATH= github.com/miekg/dns + +.include "../../lang/go/go-package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/go-dns/PLIST diff -u /dev/null pkgsrc/net/go-dns/PLIST:1.1 --- /dev/null Fri Jul 15 19:58:09 2016 +++ pkgsrc/net/go-dns/PLIST Fri Jul 15 19:58:09 2016 @@ -0,0 +1,78 @@ +@comment $NetBSD: PLIST,v 1.1 2016/07/15 19:58:09 bsiegert Exp $ +gopkg/pkg/${GO_PLATFORM}/github.com/miekg/dns.a +gopkg/pkg/${GO_PLATFORM}/github.com/miekg/dns/dnsutil.a +gopkg/pkg/${GO_PLATFORM}/github.com/miekg/dns/idn.a +gopkg/src/github.com/miekg/dns/AUTHORS +gopkg/src/github.com/miekg/dns/CONTRIBUTORS +gopkg/src/github.com/miekg/dns/COPYRIGHT +gopkg/src/github.com/miekg/dns/LICENSE +gopkg/src/github.com/miekg/dns/README.md +gopkg/src/github.com/miekg/dns/client.go +gopkg/src/github.com/miekg/dns/client_test.go +gopkg/src/github.com/miekg/dns/clientconfig.go +gopkg/src/github.com/miekg/dns/clientconfig_test.go +gopkg/src/github.com/miekg/dns/defaults.go +gopkg/src/github.com/miekg/dns/dns.go +gopkg/src/github.com/miekg/dns/dns_bench_test.go +gopkg/src/github.com/miekg/dns/dns_test.go +gopkg/src/github.com/miekg/dns/dnssec.go +gopkg/src/github.com/miekg/dns/dnssec_keygen.go +gopkg/src/github.com/miekg/dns/dnssec_keyscan.go +gopkg/src/github.com/miekg/dns/dnssec_privkey.go +gopkg/src/github.com/miekg/dns/dnssec_test.go +gopkg/src/github.com/miekg/dns/dnsutil/util.go +gopkg/src/github.com/miekg/dns/dnsutil/util_test.go +gopkg/src/github.com/miekg/dns/doc.go +gopkg/src/github.com/miekg/dns/dyn_test.go +gopkg/src/github.com/miekg/dns/edns.go +gopkg/src/github.com/miekg/dns/edns_test.go +gopkg/src/github.com/miekg/dns/example_test.go +gopkg/src/github.com/miekg/dns/format.go +gopkg/src/github.com/miekg/dns/fuzz_test.go +gopkg/src/github.com/miekg/dns/generate.go +gopkg/src/github.com/miekg/dns/idn/code_points.go +gopkg/src/github.com/miekg/dns/idn/example_test.go +gopkg/src/github.com/miekg/dns/idn/punycode.go +gopkg/src/github.com/miekg/dns/idn/punycode_test.go +gopkg/src/github.com/miekg/dns/issue_test.go +gopkg/src/github.com/miekg/dns/labels.go +gopkg/src/github.com/miekg/dns/labels_test.go +gopkg/src/github.com/miekg/dns/msg.go +gopkg/src/github.com/miekg/dns/msg_generate.go +gopkg/src/github.com/miekg/dns/msg_helpers.go +gopkg/src/github.com/miekg/dns/nsecx.go +gopkg/src/github.com/miekg/dns/nsecx_test.go +gopkg/src/github.com/miekg/dns/parse_test.go +gopkg/src/github.com/miekg/dns/privaterr.go +gopkg/src/github.com/miekg/dns/privaterr_test.go +gopkg/src/github.com/miekg/dns/rawmsg.go +gopkg/src/github.com/miekg/dns/remote_test.go +gopkg/src/github.com/miekg/dns/reverse.go +gopkg/src/github.com/miekg/dns/sanitize.go +gopkg/src/github.com/miekg/dns/sanitize_test.go +gopkg/src/github.com/miekg/dns/scan.go +gopkg/src/github.com/miekg/dns/scan_rr.go +gopkg/src/github.com/miekg/dns/scanner.go +gopkg/src/github.com/miekg/dns/server.go +gopkg/src/github.com/miekg/dns/server_test.go +gopkg/src/github.com/miekg/dns/sig0.go +gopkg/src/github.com/miekg/dns/sig0_test.go +gopkg/src/github.com/miekg/dns/singleinflight.go +gopkg/src/github.com/miekg/dns/tlsa.go +gopkg/src/github.com/miekg/dns/tsig.go +gopkg/src/github.com/miekg/dns/tsig_test.go +gopkg/src/github.com/miekg/dns/types.go +gopkg/src/github.com/miekg/dns/types_generate.go +gopkg/src/github.com/miekg/dns/types_test.go +gopkg/src/github.com/miekg/dns/udp.go +gopkg/src/github.com/miekg/dns/udp_linux.go +gopkg/src/github.com/miekg/dns/udp_other.go +gopkg/src/github.com/miekg/dns/udp_plan9.go +gopkg/src/github.com/miekg/dns/udp_windows.go +gopkg/src/github.com/miekg/dns/update.go +gopkg/src/github.com/miekg/dns/update_test.go +gopkg/src/github.com/miekg/dns/xfr.go +gopkg/src/github.com/miekg/dns/xfr_test.go +gopkg/src/github.com/miekg/dns/zmsg.go +gopkg/src/github.com/miekg/dns/ztypes.go +@pkgdir bin Index: pkgsrc/net/go-dns/distinfo diff -u /dev/null pkgsrc/net/go-dns/distinfo:1.1 --- /dev/null Fri Jul 15 19:58:09 2016 +++ pkgsrc/net/go-dns/distinfo Fri Jul 15 19:58:09 2016 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/07/15 19:58:09 bsiegert Exp $ + +SHA1 (go-dns-0.0.20160614-5d001d020961ae1c184f9f8152fdc73810481677.tar.gz) = e38be254caa8f07a27abe8e74eb7439746cd82d4 +RMD160 (go-dns-0.0.20160614-5d001d020961ae1c184f9f8152fdc73810481677.tar.gz) = 5e9b97425402a27802644abb8d8173832f5c7786 +SHA512 (go-dns-0.0.20160614-5d001d020961ae1c184f9f8152fdc73810481677.tar.gz) = 2b418d5b8a8c133179dabcb1fd691d72ebf10457bd2cab4aa29b5cc593bd858510ff99fc4a3321883125d582c35b5e10816d727e48d1638a04b11611fd087629 +Size (go-dns-0.0.20160614-5d001d020961ae1c184f9f8152fdc73810481677.tar.gz) = 168313 bytes --_----------=_1468612689226170--