pkgsrc-WIP-changes archive

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

Import go-rtcp-1.2.6 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Jan 24 22:53:05 2021 +0100
Changeset:	f4c441726e17516a87559eb4dba17aadd34f57be

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

Log Message:
Import go-rtcp-1.2.6 to wip

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

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

diffstat:
 Makefile              |  1 +
 go-rtcp/DESCR         |  1 +
 go-rtcp/Makefile      | 19 +++++++++++++++++++
 go-rtcp/PLIST         | 44 ++++++++++++++++++++++++++++++++++++++++++++
 go-rtcp/buildlink3.mk | 15 +++++++++++++++
 go-rtcp/distinfo      |  6 ++++++
 6 files changed, 86 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 88bc239145..aa15c33576 100644
--- a/Makefile
+++ b/Makefile
@@ -1292,6 +1292,7 @@ SUBDIR+=	go-rice
 SUBDIR+=	go-riff
 SUBDIR+=	go-rsrc
 SUBDIR+=	go-rtp
+SUBDIR+=	go-rtcp
 SUBDIR+=	go-semver
 SUBDIR+=	go-stack
 SUBDIR+=	go-streamquote
diff --git a/go-rtcp/DESCR b/go-rtcp/DESCR
new file mode 100644
index 0000000000..a422fe8ae6
--- /dev/null
+++ b/go-rtcp/DESCR
@@ -0,0 +1 @@
+Go implementation of RTCP
diff --git a/go-rtcp/Makefile b/go-rtcp/Makefile
new file mode 100644
index 0000000000..a3172bf573
--- /dev/null
+++ b/go-rtcp/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	rtcp-1.2.6
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	rtcp
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=pion/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/pion/rtcp/
+COMMENT=	Go implementation of RTCP
+LICENSE=	mit
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/pion/rtcp
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-rtcp/PLIST b/go-rtcp/PLIST
new file mode 100644
index 0000000000..15f025e8b2
--- /dev/null
+++ b/go-rtcp/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/pion/rtcp.a
+gopkg/src/github.com/pion/rtcp/LICENSE
+gopkg/src/github.com/pion/rtcp/README.md
+gopkg/src/github.com/pion/rtcp/codecov.yml
+gopkg/src/github.com/pion/rtcp/compound_packet.go
+gopkg/src/github.com/pion/rtcp/compound_packet_test.go
+gopkg/src/github.com/pion/rtcp/doc.go
+gopkg/src/github.com/pion/rtcp/errors.go
+gopkg/src/github.com/pion/rtcp/full_intra_request.go
+gopkg/src/github.com/pion/rtcp/full_intra_request_test.go
+gopkg/src/github.com/pion/rtcp/fuzz.go
+gopkg/src/github.com/pion/rtcp/go.mod
+gopkg/src/github.com/pion/rtcp/go.sum
+gopkg/src/github.com/pion/rtcp/goodbye.go
+gopkg/src/github.com/pion/rtcp/goodbye_test.go
+gopkg/src/github.com/pion/rtcp/header.go
+gopkg/src/github.com/pion/rtcp/header_test.go
+gopkg/src/github.com/pion/rtcp/packet.go
+gopkg/src/github.com/pion/rtcp/packet_test.go
+gopkg/src/github.com/pion/rtcp/picture_loss_indication.go
+gopkg/src/github.com/pion/rtcp/picture_loss_indication_test.go
+gopkg/src/github.com/pion/rtcp/rapid_resynchronization_request.go
+gopkg/src/github.com/pion/rtcp/rapid_resynchronization_request_test.go
+gopkg/src/github.com/pion/rtcp/raw_packet.go
+gopkg/src/github.com/pion/rtcp/raw_packet_test.go
+gopkg/src/github.com/pion/rtcp/receiver_estimated_maximum_bitrate.go
+gopkg/src/github.com/pion/rtcp/receiver_estimated_maximum_bitrate_test.go
+gopkg/src/github.com/pion/rtcp/receiver_report.go
+gopkg/src/github.com/pion/rtcp/receiver_report_test.go
+gopkg/src/github.com/pion/rtcp/reception_report.go
+gopkg/src/github.com/pion/rtcp/renovate.json
+gopkg/src/github.com/pion/rtcp/sender_report.go
+gopkg/src/github.com/pion/rtcp/sender_report_test.go
+gopkg/src/github.com/pion/rtcp/slice_loss_indication.go
+gopkg/src/github.com/pion/rtcp/slice_loss_indication_test.go
+gopkg/src/github.com/pion/rtcp/source_description.go
+gopkg/src/github.com/pion/rtcp/source_description_test.go
+gopkg/src/github.com/pion/rtcp/transport_layer_cc.go
+gopkg/src/github.com/pion/rtcp/transport_layer_cc_test.go
+gopkg/src/github.com/pion/rtcp/transport_layer_nack.go
+gopkg/src/github.com/pion/rtcp/transport_layer_nack_test.go
+gopkg/src/github.com/pion/rtcp/util.go
+gopkg/src/github.com/pion/rtcp/util_test.go
diff --git a/go-rtcp/buildlink3.mk b/go-rtcp/buildlink3.mk
new file mode 100644
index 0000000000..e69cb9bc23
--- /dev/null
+++ b/go-rtcp/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-rtcp
+
+.if !defined(GO_RTCP_BUILDLINK3_MK)
+GO_RTCP_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-rtcp=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-rtcp?=		build
+
+BUILDLINK_API_DEPENDS.go-rtcp+=	go-rtcp>=1.2.6
+BUILDLINK_PKGSRCDIR.go-rtcp?=	../../wip/go-rtcp
+.endif	# GO_RTCP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-rtcp
diff --git a/go-rtcp/distinfo b/go-rtcp/distinfo
new file mode 100644
index 0000000000..0492dd4e82
--- /dev/null
+++ b/go-rtcp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rtcp-1.2.6.tar.gz) = 9c7d56b3e99edef2278ae62bdf1ab042256b22ce
+RMD160 (rtcp-1.2.6.tar.gz) = 92ae8e4076b1419098c3f2abd3a1dee728911971
+SHA512 (rtcp-1.2.6.tar.gz) = e6aa2e02579192ecbed596bb71512952d3692098ac48194f63396c4b0bc1e539b67097dccb0f61cae3f0e10ec375cfc9087e3ec93a4bf52e2d18dd65612c46c1
+Size (rtcp-1.2.6.tar.gz) = 40259 bytes


Home | Main Index | Thread Index | Old Index