pkgsrc-WIP-changes archive

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

Import go-netlink-20210111 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Feb 3 09:34:38 2021 +0100
Changeset:	bc911e0c883f3bf402b1bd562de70bd43f768fba

Modified Files:
	Makefile
Added Files:
	go-netlink/DESCR
	go-netlink/Makefile
	go-netlink/PLIST
	go-netlink/buildlink3.mk
	go-netlink/distinfo

Log Message:
Import go-netlink-20210111 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc911e0c883f3bf402b1bd562de70bd43f768fba

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

diffstat:
 Makefile                 |  1 +
 go-netlink/DESCR         |  1 +
 go-netlink/Makefile      | 21 +++++++++++++++++++++
 go-netlink/PLIST         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 go-netlink/buildlink3.mk | 18 ++++++++++++++++++
 go-netlink/distinfo      |  6 ++++++
 6 files changed, 95 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fc7aa16a5e..3955501195 100644
--- a/Makefile
+++ b/Makefile
@@ -1271,6 +1271,7 @@ SUBDIR+=	go-mock
 SUBDIR+=	go-mp3
 SUBDIR+=	go-mpb
 SUBDIR+=	go-native
+SUBDIR+=	go-netlink
 SUBDIR+=	go-notify
 SUBDIR+=	go-ole
 SUBDIR+=	go-opentracing
diff --git a/go-netlink/DESCR b/go-netlink/DESCR
new file mode 100644
index 0000000000..812c421fff
--- /dev/null
+++ b/go-netlink/DESCR
@@ -0,0 +1 @@
+Package netlink provides low-level access to Linux netlink sockets.
diff --git a/go-netlink/Makefile b/go-netlink/Makefile
new file mode 100644
index 0000000000..6111035b72
--- /dev/null
+++ b/go-netlink/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	netlink-20210111
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	netlink
+GITHUB_TAG=	8014f9a7dbf4fd7b84a1783dd7b470db9113ff36
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=mdlayher/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/mdlayher/netlink/
+COMMENT=	Netlink provides low-level access to Linux netlink sockets
+LICENSE=	mit
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=	github.com/mdlayher/netlink
+
+.include "../../net/go-net/buildlink3.mk"
+.include "../../wip/go-native/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-netlink/PLIST b/go-netlink/PLIST
new file mode 100644
index 0000000000..158b52d842
--- /dev/null
+++ b/go-netlink/PLIST
@@ -0,0 +1,48 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/mdlayher/netlink.a
+gopkg/pkg/${GO_PLATFORM}/github.com/mdlayher/netlink/nlenc.a
+gopkg/pkg/${GO_PLATFORM}/github.com/mdlayher/netlink/nltest.a
+gopkg/src/github.com/mdlayher/netlink/CHANGELOG.md
+gopkg/src/github.com/mdlayher/netlink/LICENSE.md
+gopkg/src/github.com/mdlayher/netlink/README.md
+gopkg/src/github.com/mdlayher/netlink/align.go
+gopkg/src/github.com/mdlayher/netlink/align_test.go
+gopkg/src/github.com/mdlayher/netlink/attribute.go
+gopkg/src/github.com/mdlayher/netlink/attribute_test.go
+gopkg/src/github.com/mdlayher/netlink/bench_test.go
+gopkg/src/github.com/mdlayher/netlink/conn.go
+gopkg/src/github.com/mdlayher/netlink/conn_linux.go
+gopkg/src/github.com/mdlayher/netlink/conn_linux_error_test.go
+gopkg/src/github.com/mdlayher/netlink/conn_linux_integration_test.go
+gopkg/src/github.com/mdlayher/netlink/conn_linux_test.go
+gopkg/src/github.com/mdlayher/netlink/conn_others.go
+gopkg/src/github.com/mdlayher/netlink/conn_others_test.go
+gopkg/src/github.com/mdlayher/netlink/conn_test.go
+gopkg/src/github.com/mdlayher/netlink/debug.go
+gopkg/src/github.com/mdlayher/netlink/doc.go
+gopkg/src/github.com/mdlayher/netlink/errors.go
+gopkg/src/github.com/mdlayher/netlink/errors_linux_gteq_1.13_test.go
+gopkg/src/github.com/mdlayher/netlink/example_attributedecoder_test.go
+gopkg/src/github.com/mdlayher/netlink/example_attributeencoder_test.go
+gopkg/src/github.com/mdlayher/netlink/example_test.go
+gopkg/src/github.com/mdlayher/netlink/export_linux_test.go
+gopkg/src/github.com/mdlayher/netlink/fuzz.go
+gopkg/src/github.com/mdlayher/netlink/go.mod
+gopkg/src/github.com/mdlayher/netlink/go.sum
+gopkg/src/github.com/mdlayher/netlink/message.go
+gopkg/src/github.com/mdlayher/netlink/message_linux_test.go
+gopkg/src/github.com/mdlayher/netlink/message_test.go
+gopkg/src/github.com/mdlayher/netlink/netlink.dot
+gopkg/src/github.com/mdlayher/netlink/netlink.svg
+gopkg/src/github.com/mdlayher/netlink/netns_linux.go
+gopkg/src/github.com/mdlayher/netlink/netns_linux_test.go
+gopkg/src/github.com/mdlayher/netlink/nlenc/doc.go
+gopkg/src/github.com/mdlayher/netlink/nlenc/int.go
+gopkg/src/github.com/mdlayher/netlink/nlenc/int_test.go
+gopkg/src/github.com/mdlayher/netlink/nlenc/string.go
+gopkg/src/github.com/mdlayher/netlink/nlenc/string_test.go
+gopkg/src/github.com/mdlayher/netlink/nltest/errors_others.go
+gopkg/src/github.com/mdlayher/netlink/nltest/errors_unix.go
+gopkg/src/github.com/mdlayher/netlink/nltest/nltest.go
+gopkg/src/github.com/mdlayher/netlink/nltest/nltest_linux_gteq_1.13_test.go
+gopkg/src/github.com/mdlayher/netlink/nltest/nltest_test.go
diff --git a/go-netlink/buildlink3.mk b/go-netlink/buildlink3.mk
new file mode 100644
index 0000000000..1e5bb307f0
--- /dev/null
+++ b/go-netlink/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-netlink
+
+.if !defined(GO_NETLINK_BUILDLINK3_MK)
+GO_NETLINK_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-netlink=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-netlink?=	build
+
+BUILDLINK_API_DEPENDS.go-netlink+=	go-netlink>=20210111
+BUILDLINK_PKGSRCDIR.go-netlink?=	../../category/go-netlink
+
+.include "../../net/go-net/buildlink3.mk"
+.include "../../wip/go-native/buildlink3.mk"
+.endif	# GO_NETLINK_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-netlink
diff --git a/go-netlink/distinfo b/go-netlink/distinfo
new file mode 100644
index 0000000000..6f8111a7de
--- /dev/null
+++ b/go-netlink/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (netlink-20210111-8014f9a7dbf4fd7b84a1783dd7b470db9113ff36.tar.gz) = 91956a8cc94fae50ccd6e073e1f47c5aca34bcd5
+RMD160 (netlink-20210111-8014f9a7dbf4fd7b84a1783dd7b470db9113ff36.tar.gz) = a84f5d4d1e737cfc428b6479a8fb80a09f8e69c6
+SHA512 (netlink-20210111-8014f9a7dbf4fd7b84a1783dd7b470db9113ff36.tar.gz) = eecf311d1761e4ab467ae0cdbfddbd89d14eb50349699eb6b65757a79e556627c6911c785819b06d8e8478b32ee6336214812d1dedb260552415fa129a1c199f
+Size (netlink-20210111-8014f9a7dbf4fd7b84a1783dd7b470db9113ff36.tar.gz) = 56303 bytes


Home | Main Index | Thread Index | Old Index