pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net go-framestream: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f453b5842c6
branches: trunk
changeset: 455239:9f453b5842c6
user: nia <nia%pkgsrc.org@localhost>
date: Thu Jul 01 06:03:40 2021 +0000
description:
go-framestream: remove
deprecated go-package; no users in pkgsrc
diffstat:
net/Makefile | 3 +--
net/go-framestream/DESCR | 13 -------------
net/go-framestream/Makefile | 19 -------------------
net/go-framestream/PLIST | 20 --------------------
net/go-framestream/buildlink3.mk | 16 ----------------
net/go-framestream/distinfo | 6 ------
6 files changed, 1 insertions(+), 76 deletions(-)
diffs (111 lines):
diff -r baebbf1b3b47 -r 9f453b5842c6 net/Makefile
--- a/net/Makefile Thu Jul 01 05:54:12 2021 +0000
+++ b/net/Makefile Thu Jul 01 06:03:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1416 2021/07/01 05:54:00 wiz Exp $
+# $NetBSD: Makefile,v 1.1417 2021/07/01 06:03:40 nia Exp $
#
COMMENT= Networking tools
@@ -197,7 +197,6 @@
SUBDIR+= gnugk
SUBDIR+= go-dns
SUBDIR+= go-dnstap
-SUBDIR+= go-framestream
SUBDIR+= go-net
SUBDIR+= go-tcplisten
SUBDIR+= go-websocket
diff -r baebbf1b3b47 -r 9f453b5842c6 net/go-framestream/DESCR
--- a/net/go-framestream/DESCR Thu Jul 01 05:54:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-Frame Streams implementation in Go
-
-https://github.com/farsightsec/golang-framestream
-
-Frame Streams is a lightweight, binary-clean protocol that allows
-for the transport of arbitrarily encoded data payload sequences
-with minimal framing overhead.
-
-This package provides a pure Golang implementation. The Frame
-Streams implementation in C is at https://github.com/farsightsec/fstrm/.
-
-The example framestream_dump program reads a Frame Streams formatted
-input file and prints the data frames and frame byte counts.
diff -r baebbf1b3b47 -r 9f453b5842c6 net/go-framestream/Makefile
--- a/net/go-framestream/Makefile Thu Jul 01 05:54:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2021/06/06 12:18:55 bsiegert Exp $
-
-DISTNAME= go-framestream-0.1.0
-PKGREVISION= 24
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GITHUB:=farsightsec/}
-GITHUB_PROJECT= golang-framestream
-GITHUB_TAG= tags/v${PKGVERSION_NOREV}
-GITHUB_TYPE= tag
-
-HOMEPAGE= https://${GO_SRCPATH}
-COMMENT= Go language implementation of framestream protocol
-LICENSE= apache-2.0
-
-GO_SRCPATH= github.com/farsightsec/golang-framestream
-GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG:S!/!-!}
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r baebbf1b3b47 -r 9f453b5842c6 net/go-framestream/PLIST
--- a/net/go-framestream/PLIST Thu Jul 01 05:54:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/01/16 15:15:49 he Exp $
-bin/framestream_dump
-gopkg/pkg/${GO_PLATFORM}/github.com/farsightsec/golang-framestream.a
-gopkg/src/github.com/farsightsec/golang-framestream/COPYRIGHT
-gopkg/src/github.com/farsightsec/golang-framestream/Control.go
-gopkg/src/github.com/farsightsec/golang-framestream/Decoder.go
-gopkg/src/github.com/farsightsec/golang-framestream/Encoder.go
-gopkg/src/github.com/farsightsec/golang-framestream/LICENSE
-gopkg/src/github.com/farsightsec/golang-framestream/README.md
-gopkg/src/github.com/farsightsec/golang-framestream/debian/changelog
-gopkg/src/github.com/farsightsec/golang-framestream/debian/compat
-gopkg/src/github.com/farsightsec/golang-framestream/debian/control
-gopkg/src/github.com/farsightsec/golang-framestream/debian/copyright
-gopkg/src/github.com/farsightsec/golang-framestream/debian/docs
-gopkg/src/github.com/farsightsec/golang-framestream/debian/gbp.conf
-gopkg/src/github.com/farsightsec/golang-framestream/debian/rules
-gopkg/src/github.com/farsightsec/golang-framestream/debian/source/format
-gopkg/src/github.com/farsightsec/golang-framestream/framestream.go
-gopkg/src/github.com/farsightsec/golang-framestream/framestream_dump/main.go
-gopkg/src/github.com/farsightsec/golang-framestream/framestream_test.go
diff -r baebbf1b3b47 -r 9f453b5842c6 net/go-framestream/buildlink3.mk
--- a/net/go-framestream/buildlink3.mk Thu Jul 01 05:54:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 11:45:35 rillig Exp $
-
-BUILDLINK_TREE+= go-framestream
-
-.if !defined(GO_FRAMESTREAM_BUILDLINK3_MK)
-GO_FRAMESTREAM_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-framestream= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-framestream?= build
-
-BUILDLINK_API_DEPENDS.go-framestream+= go-framestream>=0.1.0
-BUILDLINK_PKGSRCDIR.go-framestream?= ../../net/go-framestream
-
-.endif # GO_FRAMESTREAM_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-framestream
diff -r baebbf1b3b47 -r 9f453b5842c6 net/go-framestream/distinfo
--- a/net/go-framestream/distinfo Thu Jul 01 05:54:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2019/01/16 15:15:49 he Exp $
-
-SHA1 (go-framestream-0.1.0.tar.gz) = 507e5557ec0fa663e2d28d4b9748f716f58addc3
-RMD160 (go-framestream-0.1.0.tar.gz) = 38d0402509f957632959383ddb8f4e6e4f491822
-SHA512 (go-framestream-0.1.0.tar.gz) = ab2ab4111d05b37ea3849eb7a8ce0c12023ab3394b69ab87fef76a599b468c7c53a31c941192e8761e62c897814f284032e7c8ba7971c63e7dec7ae254cd00b2
-Size (go-framestream-0.1.0.tar.gz) = 8998 bytes
Home |
Main Index |
Thread Index |
Old Index