pkgsrc-WIP-changes archive

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

wip/go-bytebufferpool: Added to pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Wed Nov 6 10:57:18 2019 +0000
Changeset:	9d44b62299fdde139349aeb5e71908795667573b

Removed Files:
	go-bytebufferpool/DESCR
	go-bytebufferpool/Makefile
	go-bytebufferpool/PLIST
	go-bytebufferpool/buildlink3.mk
	go-bytebufferpool/distinfo

Log Message:
wip/go-bytebufferpool: 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=9d44b62299fdde139349aeb5e71908795667573b

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

diffstat:
 go-bytebufferpool/DESCR         |  5 -----
 go-bytebufferpool/Makefile      | 19 -------------------
 go-bytebufferpool/PLIST         | 11 -----------
 go-bytebufferpool/buildlink3.mk | 15 ---------------
 go-bytebufferpool/distinfo      |  6 ------
 5 files changed, 56 deletions(-)

diffs:
diff --git a/go-bytebufferpool/DESCR b/go-bytebufferpool/DESCR
deleted file mode 100644
index 9ca2b707ee..0000000000
--- a/go-bytebufferpool/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-go-bytebufferpool is an implementation of a pool of byte buffers
-with anti-memory-waste protection.
-The pool may waste limited amount of memory due to fragmentation.
-This amount equals to the maximum total size of the
-byte buffers in concurrent use.
diff --git a/go-bytebufferpool/Makefile b/go-bytebufferpool/Makefile
deleted file mode 100644
index d0c6b828a0..0000000000
--- a/go-bytebufferpool/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-DISTNAME=	go-bytebufferpool-1.0.0
-PKGREVISION=	1
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=valyala/}
-GITHUB_PROJECT=	bytebufferpool
-
-MAINTAINER=	ng0%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/valyala/bytebufferpool/
-COMMENT=	Implementation of a pool of byte buffers with anti-memory-waste protection for Go
-LICENSE=	mit
-
-GO_SRCPATH=	github.com/valyala/bytebufferpool
-GO_DIST_BASE=	bytebufferpool-${PKGVERSION_NOREV}
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/go-bytebufferpool/PLIST b/go-bytebufferpool/PLIST
deleted file mode 100644
index eadc47f34a..0000000000
--- a/go-bytebufferpool/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-gopkg/pkg/${GO_PLATFORM}/github.com/valyala/bytebufferpool.a
-gopkg/src/github.com/valyala/bytebufferpool/LICENSE
-gopkg/src/github.com/valyala/bytebufferpool/README.md
-gopkg/src/github.com/valyala/bytebufferpool/bytebuffer.go
-gopkg/src/github.com/valyala/bytebufferpool/bytebuffer_example_test.go
-gopkg/src/github.com/valyala/bytebufferpool/bytebuffer_test.go
-gopkg/src/github.com/valyala/bytebufferpool/bytebuffer_timing_test.go
-gopkg/src/github.com/valyala/bytebufferpool/doc.go
-gopkg/src/github.com/valyala/bytebufferpool/pool.go
-gopkg/src/github.com/valyala/bytebufferpool/pool_test.go
diff --git a/go-bytebufferpool/buildlink3.mk b/go-bytebufferpool/buildlink3.mk
deleted file mode 100644
index 5021a990cf..0000000000
--- a/go-bytebufferpool/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	go-bytebufferpool
-
-.if !defined(GO_BYTEBUFFERPOOL_BUILDLINK3_MK)
-GO_BYTEBUFFERPOOL_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-bytebufferpool=	${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-bytebufferpool?=		build
-
-BUILDLINK_API_DEPENDS.go-bytebufferpool+=	go-bytebufferpool>=1.0.0
-BUILDLINK_PKGSRCDIR.go-bytebufferpool?=		../../wip/go-bytebufferpool
-.endif	# GO_BYTEBUFFERPOOL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-go-bytebufferpool
diff --git a/go-bytebufferpool/distinfo b/go-bytebufferpool/distinfo
deleted file mode 100644
index 56e09ff489..0000000000
--- a/go-bytebufferpool/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (go-bytebufferpool-1.0.0.tar.gz) = 27429ff5ce492f74caf300dcc1520f656c8a6ca8
-RMD160 (go-bytebufferpool-1.0.0.tar.gz) = 465f36e20a1f677e6fcfc5cfe670879d90a111dd
-SHA512 (go-bytebufferpool-1.0.0.tar.gz) = 241a561726adb230a6f158e9f39127993d45217ee788c0ba17ec554f71e7cc6a1a83a799d1fb0df29b449b3827ef6c9eb22b41664103e36dec9c7fb716adc21f
-Size (go-bytebufferpool-1.0.0.tar.gz) = 5025 bytes


Home | Main Index | Thread Index | Old Index