pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/go-tcplisten: Added to pkgsrc.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%NetBSD.org@localhost>
Pushed By: ng0
Date: Wed Nov 6 11:55:34 2019 +0000
Changeset: c4abca03e9aa46a5c0262d7fb0c98948362cb517
Removed Files:
go-tcplisten/DESCR
go-tcplisten/Makefile
go-tcplisten/PLIST
go-tcplisten/buildlink3.mk
go-tcplisten/distinfo
Log Message:
wip/go-tcplisten: Added to pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c4abca03e9aa46a5c0262d7fb0c98948362cb517
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
go-tcplisten/DESCR | 9 ---------
go-tcplisten/Makefile | 19 -------------------
go-tcplisten/PLIST | 11 -----------
go-tcplisten/buildlink3.mk | 15 ---------------
go-tcplisten/distinfo | 6 ------
5 files changed, 60 deletions(-)
diffs:
diff --git a/go-tcplisten/DESCR b/go-tcplisten/DESCR
deleted file mode 100644
index c5d0617d74..0000000000
--- a/go-tcplisten/DESCR
+++ /dev/null
@@ -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 --git a/go-tcplisten/Makefile b/go-tcplisten/Makefile
deleted file mode 100644
index 20a9671421..0000000000
--- a/go-tcplisten/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-GITHUB_TAG= ceec8f93295a060cdb565ec25e4ccf17941dbd55
-DISTNAME= go-tcplisten-0.0.0.20161114
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=valyala/}
-GITHUB_PROJECT= tcplisten
-
-MAINTAINER= ng0%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 --git a/go-tcplisten/PLIST b/go-tcplisten/PLIST
deleted file mode 100644
index 4eebaa8758..0000000000
--- a/go-tcplisten/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-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 --git a/go-tcplisten/buildlink3.mk b/go-tcplisten/buildlink3.mk
deleted file mode 100644
index 9b375811a6..0000000000
--- a/go-tcplisten/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-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?= ../../wip/go-tcplisten
-.endif # GO_TCPLISTEN_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-tcplisten
diff --git a/go-tcplisten/distinfo b/go-tcplisten/distinfo
deleted file mode 100644
index a830a99924..0000000000
--- a/go-tcplisten/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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