pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net go-tcplisten: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/948e9cc65cbb
branches:  trunk
changeset: 455638:948e9cc65cbb
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 07 12:49:54 2021 +0000

description:
go-tcplisten: remove

deprecated go-package; no users in pkgsrc

diffstat:

 net/Makefile                   |   3 +--
 net/go-tcplisten/DESCR         |   9 ---------
 net/go-tcplisten/Makefile      |  19 -------------------
 net/go-tcplisten/PLIST         |  11 -----------
 net/go-tcplisten/buildlink3.mk |  15 ---------------
 net/go-tcplisten/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 62 deletions(-)

diffs (97 lines):

diff -r 9a7104c768fb -r 948e9cc65cbb net/Makefile
--- a/net/Makefile      Wed Jul 07 12:48:45 2021 +0000
+++ b/net/Makefile      Wed Jul 07 12:49:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1417 2021/07/01 06:03:40 nia Exp $
+# $NetBSD: Makefile,v 1.1418 2021/07/07 12:49:54 nia Exp $
 #
 
 COMMENT=       Networking tools
@@ -198,7 +198,6 @@
 SUBDIR+=       go-dns
 SUBDIR+=       go-dnstap
 SUBDIR+=       go-net
-SUBDIR+=       go-tcplisten
 SUBDIR+=       go-websocket
 SUBDIR+=       gofish
 SUBDIR+=       gopher
diff -r 9a7104c768fb -r 948e9cc65cbb net/go-tcplisten/DESCR
--- a/net/go-tcplisten/DESCR    Wed Jul 07 12:48:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-go-tcplisten provides customizable TCP net.Listener with various
-performance-related options:
-* SO_REUSEPORT. This option allows linear scaling server performance
-  on multi-CPU servers.
-  See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/
-  for details.
-* TCP_DEFER_ACCEPT. This option expects the server reads from the
-  accepted connection before writing to them.
-* TCP_FASTOPEN. See https://lwn.net/Articles/508865/ for details.
diff -r 9a7104c768fb -r 948e9cc65cbb net/go-tcplisten/Makefile
--- a/net/go-tcplisten/Makefile Wed Jul 07 12:48:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2021/06/06 12:18:55 bsiegert Exp $
-
-GITHUB_TAG=            ceec8f93295a060cdb565ec25e4ccf17941dbd55
-DISTNAME=              go-tcplisten-0.0.0.20161114
-PKGREVISION=           16
-CATEGORIES=            net
-MASTER_SITES=          ${MASTER_SITE_GITHUB:=valyala/}
-GITHUB_PROJECT=                tcplisten
-
-MAINTAINER=            nikita%NetBSD.org@localhost
-HOMEPAGE=              https://github.com/valyala/tcplisten/
-COMMENT=               Customizable TCP net.Listener for Go
-LICENSE=               mit
-
-GO_SRCPATH=            github.com/valyala/tcplisten
-GO_DIST_BASE=          tcplisten-${GITHUB_TAG}
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9a7104c768fb -r 948e9cc65cbb net/go-tcplisten/PLIST
--- a/net/go-tcplisten/PLIST    Wed Jul 07 12:48:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/11/06 11:54:49 ng0 Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/valyala/tcplisten.a
-gopkg/src/github.com/valyala/tcplisten/LICENSE
-gopkg/src/github.com/valyala/tcplisten/README.md
-gopkg/src/github.com/valyala/tcplisten/socket.go
-gopkg/src/github.com/valyala/tcplisten/socket_darwin.go
-gopkg/src/github.com/valyala/tcplisten/socket_other.go
-gopkg/src/github.com/valyala/tcplisten/tcplisten.go
-gopkg/src/github.com/valyala/tcplisten/tcplisten_bsd.go
-gopkg/src/github.com/valyala/tcplisten/tcplisten_linux.go
-gopkg/src/github.com/valyala/tcplisten/tcplisten_test.go
diff -r 9a7104c768fb -r 948e9cc65cbb net/go-tcplisten/buildlink3.mk
--- a/net/go-tcplisten/buildlink3.mk    Wed Jul 07 12:48:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/11/06 11:54:49 ng0 Exp $
-
-BUILDLINK_TREE+=       go-tcplisten
-
-.if !defined(GO_TCPLISTEN_BUILDLINK3_MK)
-GO_TCPLISTEN_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-tcplisten=        ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-tcplisten?=     build
-
-BUILDLINK_API_DEPENDS.go-tcplisten+=   go-tcplisten>=0.0.0
-BUILDLINK_PKGSRCDIR.go-tcplisten?=     ../../net/go-tcplisten
-.endif # GO_TCPLISTEN_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-tcplisten
diff -r 9a7104c768fb -r 948e9cc65cbb net/go-tcplisten/distinfo
--- a/net/go-tcplisten/distinfo Wed Jul 07 12:48:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2019/11/06 11:54:49 ng0 Exp $
-
-SHA1 (go-tcplisten-0.0.0.20161114-ceec8f93295a060cdb565ec25e4ccf17941dbd55.tar.gz) = 651663dc71d67afad481f36f3afab28704d58a8a
-RMD160 (go-tcplisten-0.0.0.20161114-ceec8f93295a060cdb565ec25e4ccf17941dbd55.tar.gz) = 128c0fc5e0bf5c9a5358f3b9d2f4964ba4041656
-SHA512 (go-tcplisten-0.0.0.20161114-ceec8f93295a060cdb565ec25e4ccf17941dbd55.tar.gz) = 
69f9afd7e71c9dabb851b2592f99d565d83be9dea2ff55ee0208401debf6445e92d74973079f369d4028c64bcf6e9156a9144ba536cef8b6f72685762f28197e
-Size (go-tcplisten-0.0.0.20161114-ceec8f93295a060cdb565ec25e4ccf17941dbd55.tar.gz) = 4579 bytes



Home | Main Index | Thread Index | Old Index