pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/go-dnstap



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Jan 16 15:16:55 UTC 2019

Added Files:
        pkgsrc/net/go-dnstap: DESCR Makefile PLIST distinfo

Log Message:
Add go-dnstap version 0.1.0.

dnstap: flexible, structured event replication format for DNS servers

dnstap implements an encoding format for DNS server events. It uses
a lightweight framing on top of event payloads encoded using Protocol
Buffers and is transport neutral.

dnstap can represent internal state inside a DNS server that is
difficult to obtain using techniques based on traditional packet
capture or unstructured textual format logging.

This repository contains a command-line tool named "dnstap" developed
in the Go programming language.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/go-dnstap/DESCR \
    pkgsrc/net/go-dnstap/Makefile pkgsrc/net/go-dnstap/PLIST \
    pkgsrc/net/go-dnstap/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/go-dnstap/DESCR
diff -u /dev/null pkgsrc/net/go-dnstap/DESCR:1.1
--- /dev/null   Wed Jan 16 15:16:55 2019
+++ pkgsrc/net/go-dnstap/DESCR  Wed Jan 16 15:16:55 2019
@@ -0,0 +1,12 @@
+dnstap: flexible, structured event replication format for DNS servers
+
+dnstap implements an encoding format for DNS server events. It uses
+a lightweight framing on top of event payloads encoded using Protocol
+Buffers and is transport neutral.
+
+dnstap can represent internal state inside a DNS server that is
+difficult to obtain using techniques based on traditional packet
+capture or unstructured textual format logging.
+
+This repository contains a command-line tool named "dnstap" developed
+in the Go programming language.
Index: pkgsrc/net/go-dnstap/Makefile
diff -u /dev/null pkgsrc/net/go-dnstap/Makefile:1.1
--- /dev/null   Wed Jan 16 15:16:55 2019
+++ pkgsrc/net/go-dnstap/Makefile       Wed Jan 16 15:16:55 2019
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/01/16 15:16:55 he Exp $
+
+DISTNAME=              go-dnstap-0.1.0
+CATEGORIES=            net
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=dnstap/}
+GITHUB_PROJECT=                golang-dnstap
+GITHUB_TAG=            tags/v${PKGVERSION_NOREV}
+GITHUB_TYPE=           tag
+
+HOMEPAGE=              http://${GO_SRCPATH}
+COMMENT=               Go language implementation of framestream protocol
+LICENSE=               apache-2.0
+
+GO_SRCPATH=            github.com/dnstap/golang-dnstap
+GO_DIST_BASE=          ${GITHUB_PROJECT}-${GITHUB_TAG:S!/!-!}
+
+.include "../../lang/go/go-package.mk"
+.include "../../net/go-framestream/buildlink3.mk"
+.include "../../net/go-dns/buildlink3.mk"
+.include "../../devel/go-protobuf/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/go-dnstap/PLIST
diff -u /dev/null pkgsrc/net/go-dnstap/PLIST:1.1
--- /dev/null   Wed Jan 16 15:16:55 2019
+++ pkgsrc/net/go-dnstap/PLIST  Wed Jan 16 15:16:55 2019
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/16 15:16:55 he Exp $
+bin/dnstap
+gopkg/pkg/${GO_PLATFORM}/github.com/dnstap/golang-dnstap.a
+gopkg/src/github.com/dnstap/golang-dnstap/COPYRIGHT
+gopkg/src/github.com/dnstap/golang-dnstap/FrameStreamInput.go
+gopkg/src/github.com/dnstap/golang-dnstap/FrameStreamOutput.go
+gopkg/src/github.com/dnstap/golang-dnstap/FrameStreamSockInput.go
+gopkg/src/github.com/dnstap/golang-dnstap/LICENSE
+gopkg/src/github.com/dnstap/golang-dnstap/QuietTextFormat.go
+gopkg/src/github.com/dnstap/golang-dnstap/README
+gopkg/src/github.com/dnstap/golang-dnstap/TextOutput.go
+gopkg/src/github.com/dnstap/golang-dnstap/YamlFormat.go
+gopkg/src/github.com/dnstap/golang-dnstap/debian/changelog
+gopkg/src/github.com/dnstap/golang-dnstap/debian/compat
+gopkg/src/github.com/dnstap/golang-dnstap/debian/control
+gopkg/src/github.com/dnstap/golang-dnstap/debian/copyright
+gopkg/src/github.com/dnstap/golang-dnstap/debian/dnstap.install
+gopkg/src/github.com/dnstap/golang-dnstap/debian/docs
+gopkg/src/github.com/dnstap/golang-dnstap/debian/gbp.conf
+gopkg/src/github.com/dnstap/golang-dnstap/debian/golang-github-dnstap-go-dnstap-dev.install
+gopkg/src/github.com/dnstap/golang-dnstap/debian/rules
+gopkg/src/github.com/dnstap/golang-dnstap/debian/source/format
+gopkg/src/github.com/dnstap/golang-dnstap/dnstap.go
+gopkg/src/github.com/dnstap/golang-dnstap/dnstap.pb.go
+gopkg/src/github.com/dnstap/golang-dnstap/dnstap.pb/.gitignore
+gopkg/src/github.com/dnstap/golang-dnstap/dnstap.pb/LICENSE
+gopkg/src/github.com/dnstap/golang-dnstap/dnstap.pb/README
+gopkg/src/github.com/dnstap/golang-dnstap/dnstap.pb/dnstap.proto
+gopkg/src/github.com/dnstap/golang-dnstap/dnstap/main.go
Index: pkgsrc/net/go-dnstap/distinfo
diff -u /dev/null pkgsrc/net/go-dnstap/distinfo:1.1
--- /dev/null   Wed Jan 16 15:16:55 2019
+++ pkgsrc/net/go-dnstap/distinfo       Wed Jan 16 15:16:55 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/16 15:16:55 he Exp $
+
+SHA1 (go-dnstap-0.1.0.tar.gz) = 3f5b87630d42d4c7c1d4d33cedee4d0d2d09b569
+RMD160 (go-dnstap-0.1.0.tar.gz) = d5998348ea760332a3fe9d09bf71ac80b74aeb59
+SHA512 (go-dnstap-0.1.0.tar.gz) = d0c6d251d4dc951f35e5dde3cb88f98289d8438e647c848bd8eff735c348900d9e24bbd497f7c511f64635a765e8d45276a415cdfe570295ce76017c6c53df43
+Size (go-dnstap-0.1.0.tar.gz) = 18366 bytes



Home | Main Index | Thread Index | Old Index