pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-pool-0.2.1 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Jan 8 22:38:39 2021 +0100
Changeset: de8efcd54d874517ffb069efbaec529830a18019
Modified Files:
Makefile
Added Files:
go-pool/DESCR
go-pool/Makefile
go-pool/PLIST
go-pool/buildlink3.mk
go-pool/distinfo
Log Message:
Import go-pool-0.2.1 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de8efcd54d874517ffb069efbaec529830a18019
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-pool/DESCR | 1 +
go-pool/Makefile | 18 ++++++++++++++++++
go-pool/PLIST | 23 +++++++++++++++++++++++
go-pool/buildlink3.mk | 15 +++++++++++++++
go-pool/distinfo | 6 ++++++
6 files changed, 64 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index e703684571..7cc001b54f 100644
--- a/Makefile
+++ b/Makefile
@@ -1217,6 +1217,7 @@ SUBDIR+= go-paths-helper
SUBDIR+= go-pcidb
SUBDIR+= go-pio
SUBDIR+= go-pgzip
+SUBDIR+= go-pool
SUBDIR+= go-properties-map
SUBDIR+= go-protobuf-go
SUBDIR+= go-python
diff --git a/go-pool/DESCR b/go-pool/DESCR
new file mode 100644
index 0000000000..3a2379d276
--- /dev/null
+++ b/go-pool/DESCR
@@ -0,0 +1 @@
+Tiny memory reuse helpers for Go.
diff --git a/go-pool/Makefile b/go-pool/Makefile
new file mode 100644
index 0000000000..59b2f5bb3a
--- /dev/null
+++ b/go-pool/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= go-pool-0.2.1
+GITHUB_PROJECT= pool
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=gobwas/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/gobwas/pool/
+COMMENT= Go Pooling Helpers
+LICENSE= mit
+
+GO_SRCPATH= github.com/gobwas/pool
+GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-pool/PLIST b/go-pool/PLIST
new file mode 100644
index 0000000000..3cbb6d2d82
--- /dev/null
+++ b/go-pool/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/pool.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/pool/internal/pmath.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/pool/pbufio.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/pool/pbytes.a
+gopkg/src/github.com/gobwas/pool/LICENSE
+gopkg/src/github.com/gobwas/pool/README.md
+gopkg/src/github.com/gobwas/pool/generic.go
+gopkg/src/github.com/gobwas/pool/generic_test.go
+gopkg/src/github.com/gobwas/pool/internal/pmath/pmath.go
+gopkg/src/github.com/gobwas/pool/internal/pmath/pmath_test.go
+gopkg/src/github.com/gobwas/pool/option.go
+gopkg/src/github.com/gobwas/pool/pbufio/pbufio.go
+gopkg/src/github.com/gobwas/pool/pbufio/pbufio_go110.go
+gopkg/src/github.com/gobwas/pool/pbufio/pbufio_go19.go
+gopkg/src/github.com/gobwas/pool/pbufio/pbufio_test.go
+gopkg/src/github.com/gobwas/pool/pbytes/pbytes.go
+gopkg/src/github.com/gobwas/pool/pbytes/pbytes_test.go
+gopkg/src/github.com/gobwas/pool/pbytes/pool.go
+gopkg/src/github.com/gobwas/pool/pbytes/pool_sanitize.go
+gopkg/src/github.com/gobwas/pool/pbytes/pool_sanitize_test.go
+gopkg/src/github.com/gobwas/pool/pbytes/pool_test.go
+gopkg/src/github.com/gobwas/pool/pool.go
diff --git a/go-pool/buildlink3.mk b/go-pool/buildlink3.mk
new file mode 100644
index 0000000000..46025d97b1
--- /dev/null
+++ b/go-pool/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-pool
+
+.if !defined(GO_POOL_BUILDLINK3_MK)
+GO_POOL_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-pool= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-pool?= build
+
+BUILDLINK_API_DEPENDS.go-pool+= go-pool>=0.2.1
+BUILDLINK_PKGSRCDIR.go-pool?= ../../wip/go-pool
+.endif # GO_POOL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-pool
diff --git a/go-pool/distinfo b/go-pool/distinfo
new file mode 100644
index 0000000000..651ac38304
--- /dev/null
+++ b/go-pool/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-pool-0.2.1.tar.gz) = c707d58471add0774c0acc451cbccf77a55a8e45
+RMD160 (go-pool-0.2.1.tar.gz) = 371c2c073aa2a5127587c1ff972b1d71fc645297
+SHA512 (go-pool-0.2.1.tar.gz) = 074210775cc8e65bcb0a645ce26487473173a1f33a8e7b6b611f0ffa5ad82c9da6317f1d12f7f8328f15ffd311f27c0eec88b3b5b2b953990df098525587296a
+Size (go-pool-0.2.1.tar.gz) = 8054 bytes
Home |
Main Index |
Thread Index |
Old Index