pkgsrc-WIP-changes archive

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

Import go-pointer-20200722 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Jan 9 18:17:39 2021 +0100
Changeset:	097d782c6726cfd0719f98d633762f9146d2edc6

Modified Files:
	Makefile
	py-test-datadir/distinfo
Added Files:
	go-pointer/DESCR
	go-pointer/Makefile
	go-pointer/PLIST
	go-pointer/buildlink3.mk
	go-pointer/distinfo
Removed Files:
	py-test-datadir/patches/patch-setup.py

Log Message:
Import go-pointer-20200722 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=097d782c6726cfd0719f98d633762f9146d2edc6

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

diffstat:
 Makefile                               |  1 +
 go-pointer/DESCR                       |  1 +
 go-pointer/Makefile                    | 18 ++++++++++++++++++
 go-pointer/PLIST                       |  8 ++++++++
 go-pointer/buildlink3.mk               | 15 +++++++++++++++
 go-pointer/distinfo                    |  6 ++++++
 py-test-datadir/distinfo               |  1 -
 py-test-datadir/patches/patch-setup.py | 12 ------------
 8 files changed, 49 insertions(+), 13 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4388e334d3..866ca5c2a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1219,6 +1219,7 @@ SUBDIR+=	go-paths-helper
 SUBDIR+=	go-pcidb
 SUBDIR+=	go-pio
 SUBDIR+=	go-pgzip
+SUBDIR+=	go-pointer
 SUBDIR+=	go-pool
 SUBDIR+=	go-properties-map
 SUBDIR+=	go-protobuf-go
diff --git a/go-pointer/DESCR b/go-pointer/DESCR
new file mode 100644
index 0000000000..c76e08284e
--- /dev/null
+++ b/go-pointer/DESCR
@@ -0,0 +1 @@
+Utility for cgo
diff --git a/go-pointer/Makefile b/go-pointer/Makefile
new file mode 100644
index 0000000000..8b5cf105e7
--- /dev/null
+++ b/go-pointer/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	go-pointer-20200722
+GITHUB_PROJECT=	go-pointer
+GITHUB_TAG=	90e395972a9c2f5540e6fbb63c9f32f22a5b81f5
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=mattn/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/mattn/go-pointer/
+COMMENT=	Utility for cgo
+LICENSE=	mit
+
+GO_DIST_BASE=   ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=     github.com/mattn/${GITHUB_PROJECT}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-pointer/PLIST b/go-pointer/PLIST
new file mode 100644
index 0000000000..735a38dd9c
--- /dev/null
+++ b/go-pointer/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/mattn/go-pointer.a
+gopkg/src/github.com/mattn/go-pointer/LICENSE
+gopkg/src/github.com/mattn/go-pointer/README.md
+gopkg/src/github.com/mattn/go-pointer/_example/callback.h
+gopkg/src/github.com/mattn/go-pointer/_example/main.go
+gopkg/src/github.com/mattn/go-pointer/doc.go
+gopkg/src/github.com/mattn/go-pointer/pointer.go
diff --git a/go-pointer/buildlink3.mk b/go-pointer/buildlink3.mk
new file mode 100644
index 0000000000..d83acc04a3
--- /dev/null
+++ b/go-pointer/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-pointer
+
+.if !defined(GO_POINTER_BUILDLINK3_MK)
+GO_POINTER_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-pointer=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-pointer?=		build
+
+BUILDLINK_API_DEPENDS.go-pointer+=	go-pointer>=20200722
+BUILDLINK_PKGSRCDIR.go-pointer?=	../../wip/go-pointer
+.endif	# GO_POINTER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-pointer
diff --git a/go-pointer/distinfo b/go-pointer/distinfo
new file mode 100644
index 0000000000..ce00410619
--- /dev/null
+++ b/go-pointer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-pointer-20200722-90e395972a9c2f5540e6fbb63c9f32f22a5b81f5.tar.gz) = 38f79aaa5a9d09e7b461431dc8ddee8311a4a6ac
+RMD160 (go-pointer-20200722-90e395972a9c2f5540e6fbb63c9f32f22a5b81f5.tar.gz) = 810c8b1c2fb8eb3485be80db6c7adc983ad1bb28
+SHA512 (go-pointer-20200722-90e395972a9c2f5540e6fbb63c9f32f22a5b81f5.tar.gz) = a7b0a8795c398afb4463a570d9088d87fab1a34cf4293e355e125cb2012be575745965302e03753ec4ce60e4bc502b4fd174f02b06c1d8f62b3f47fe7c3e6597
+Size (go-pointer-20200722-90e395972a9c2f5540e6fbb63c9f32f22a5b81f5.tar.gz) = 2039 bytes
diff --git a/py-test-datadir/distinfo b/py-test-datadir/distinfo
index 5c242af2eb..76e5bb0f35 100644
--- a/py-test-datadir/distinfo
+++ b/py-test-datadir/distinfo
@@ -4,4 +4,3 @@ SHA1 (pytest-datadir-1.3.1.tar.gz) = 1a28308acd1cb7e6e1ba572f7478aaa1552d5f6d
 RMD160 (pytest-datadir-1.3.1.tar.gz) = 0c0290a1b93ee19b9307fce844c5847d874a940d
 SHA512 (pytest-datadir-1.3.1.tar.gz) = 2ab035ea4e6c4eaaead746a5fd3988feed31a314f73e18270faf4ae606521aa045f3d6c5e1301adcb87f8fd5b1ba5f3f1784f212ad778707ba46ad638d594f8c
 Size (pytest-datadir-1.3.1.tar.gz) = 15230 bytes
-SHA1 (patch-setup.py) = 3f5db8e214e6041dc73a654514096e7754b13c67
diff --git a/py-test-datadir/patches/patch-setup.py b/py-test-datadir/patches/patch-setup.py
deleted file mode 100644
index 1ba15d2acf..0000000000
--- a/py-test-datadir/patches/patch-setup.py
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- setup.py.orig	2019-10-22 13:04:06.000000000 +0000
-+++ setup.py
-@@ -18,7 +18,6 @@ setup(
-     },
-     package_dir={"": "src"},
-     install_requires=['pytest>=2.7.0'],
--    data_files = [("", ["LICENSE"])],
-     author='Gabriel Reis',
-     author_email='gabrielcnr%gmail.com@localhost',
-     description='pytest plugin for test data directories and files',


Home | Main Index | Thread Index | Old Index