pkgsrc-WIP-changes archive

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

go-ole-1.2.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Tue Dec 29 01:51:17 2020 +0100
Changeset:	024a6742e61e2d4e13a852567f9e4875001e3e34

Added Files:
	go-ole/.DESCR.kate-swp
	go-ole/DESCR
	go-ole/Makefile
	go-ole/PLIST
	go-ole/buildlink3.mk
	go-ole/distinfo

Log Message:
go-ole-1.2.0 import to wip

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

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

diffstat:
 go-ole/.DESCR.kate-swp | Bin 0 -> 344 bytes
 go-ole/DESCR           |  23 +++++++++++++++
 go-ole/Makefile        |  18 ++++++++++++
 go-ole/PLIST           |  78 +++++++++++++++++++++++++++++++++++++++++++++++++
 go-ole/buildlink3.mk   |  15 ++++++++++
 go-ole/distinfo        |   6 ++++
 6 files changed, 140 insertions(+)

diffs:
diff --git a/go-ole/.DESCR.kate-swp b/go-ole/.DESCR.kate-swp
new file mode 100644
index 0000000000..dfb549ab59
Binary files /dev/null and b/go-ole/.DESCR.kate-swp differ
diff --git a/go-ole/DESCR b/go-ole/DESCR
new file mode 100644
index 0000000000..39dea951c6
--- /dev/null
+++ b/go-ole/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+#Go OLE
+
+[![Build status](https://ci.appveyor.com/api/projects/status/qr0u2sf7q43us9fj?svg=true)](https://ci.appveyor.com/project/jacobsantos/go-ole-jgs28)
+[![Build Status](https://travis-ci.org/go-ole/go-ole.svg?branch=master)](https://travis-ci.org/go-ole/go-ole)
+[![GoDoc](https://godoc.org/github.com/go-ole/go-ole?status.svg)](https://godoc.org/github.com/go-ole/go-ole)
+
+Go bindings for Windows COM using shared libraries instead of cgo.
+
+By Yasuhiro Matsumoto.
+
+## Install
+
+To experiment with go-ole, you can just compile and run the example program:
+
+```
+go get github.com/go-ole/go-ole
+cd /path/to/go-ole/
+go test
+
+cd /path/to/go-ole/example/excel
+...
diff --git a/go-ole/Makefile b/go-ole/Makefile
new file mode 100644
index 0000000000..f10ab1b6fb
--- /dev/null
+++ b/go-ole/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	go-ole-1.2.0
+GITHUB_PROJECT=	go-ole
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=go-ole/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/go-ole/go-ole/
+COMMENT=	Go bindings for Windows COM using shared libraries instead of cgo
+LICENSE=	mit
+
+GO_SRCPATH=     github.com/go-ole/go-ole
+GO_DIST_BASE=   ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-ole/PLIST b/go-ole/PLIST
new file mode 100644
index 0000000000..292ce9f063
--- /dev/null
+++ b/go-ole/PLIST
@@ -0,0 +1,78 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/go-ole/go-ole.a
+gopkg/pkg/${GO_PLATFORM}/github.com/go-ole/go-ole/oleutil.a
+gopkg/src/github.com/go-ole/go-ole/ChangeLog.md
+gopkg/src/github.com/go-ole/go-ole/README.md
+gopkg/src/github.com/go-ole/go-ole/appveyor.yml
+gopkg/src/github.com/go-ole/go-ole/build/compile-go.bat
+gopkg/src/github.com/go-ole/go-ole/build/register-assembly.bat
+gopkg/src/github.com/go-ole/go-ole/com.go
+gopkg/src/github.com/go-ole/go-ole/com_func.go
+gopkg/src/github.com/go-ole/go-ole/com_func_test.go
+gopkg/src/github.com/go-ole/go-ole/com_test.go
+gopkg/src/github.com/go-ole/go-ole/connect.go
+gopkg/src/github.com/go-ole/go-ole/connect_test.go
+gopkg/src/github.com/go-ole/go-ole/connect_windows_test.go
+gopkg/src/github.com/go-ole/go-ole/constants.go
+gopkg/src/github.com/go-ole/go-ole/data/screenshot.png
+gopkg/src/github.com/go-ole/go-ole/error.go
+gopkg/src/github.com/go-ole/go-ole/error_func.go
+gopkg/src/github.com/go-ole/go-ole/error_windows.go
+gopkg/src/github.com/go-ole/go-ole/example/excel/excel.go
+gopkg/src/github.com/go-ole/go-ole/example/excel2/excel.go
+gopkg/src/github.com/go-ole/go-ole/example/ie/ie.go
+gopkg/src/github.com/go-ole/go-ole/example/itunes/itunes.go
+gopkg/src/github.com/go-ole/go-ole/example/mediaplayer/mediaplayer.go
+gopkg/src/github.com/go-ole/go-ole/example/msagent/msagent.go
+gopkg/src/github.com/go-ole/go-ole/example/msxml/rssreader.go
+gopkg/src/github.com/go-ole/go-ole/example/outlook/outlook.go
+gopkg/src/github.com/go-ole/go-ole/example/winsock/winsock.go
+gopkg/src/github.com/go-ole/go-ole/guid.go
+gopkg/src/github.com/go-ole/go-ole/iconnectionpoint.go
+gopkg/src/github.com/go-ole/go-ole/iconnectionpoint_func.go
+gopkg/src/github.com/go-ole/go-ole/iconnectionpoint_windows.go
+gopkg/src/github.com/go-ole/go-ole/iconnectionpointcontainer.go
+gopkg/src/github.com/go-ole/go-ole/iconnectionpointcontainer_func.go
+gopkg/src/github.com/go-ole/go-ole/iconnectionpointcontainer_windows.go
+gopkg/src/github.com/go-ole/go-ole/idispatch.go
+gopkg/src/github.com/go-ole/go-ole/idispatch_func.go
+gopkg/src/github.com/go-ole/go-ole/idispatch_windows.go
+gopkg/src/github.com/go-ole/go-ole/idispatch_windows_test.go
+gopkg/src/github.com/go-ole/go-ole/ienumvariant.go
+gopkg/src/github.com/go-ole/go-ole/ienumvariant_func.go
+gopkg/src/github.com/go-ole/go-ole/ienumvariant_test.go
+gopkg/src/github.com/go-ole/go-ole/ienumvariant_windows.go
+gopkg/src/github.com/go-ole/go-ole/iinspectable.go
+gopkg/src/github.com/go-ole/go-ole/iinspectable_func.go
+gopkg/src/github.com/go-ole/go-ole/iinspectable_windows.go
+gopkg/src/github.com/go-ole/go-ole/iprovideclassinfo.go
+gopkg/src/github.com/go-ole/go-ole/iprovideclassinfo_func.go
+gopkg/src/github.com/go-ole/go-ole/iprovideclassinfo_windows.go
+gopkg/src/github.com/go-ole/go-ole/itypeinfo.go
+gopkg/src/github.com/go-ole/go-ole/itypeinfo_func.go
+gopkg/src/github.com/go-ole/go-ole/itypeinfo_windows.go
+gopkg/src/github.com/go-ole/go-ole/iunknown.go
+gopkg/src/github.com/go-ole/go-ole/iunknown_func.go
+gopkg/src/github.com/go-ole/go-ole/iunknown_windows.go
+gopkg/src/github.com/go-ole/go-ole/iunknown_windows_test.go
+gopkg/src/github.com/go-ole/go-ole/ole.go
+gopkg/src/github.com/go-ole/go-ole/oleutil/connection.go
+gopkg/src/github.com/go-ole/go-ole/oleutil/connection_func.go
+gopkg/src/github.com/go-ole/go-ole/oleutil/connection_windows.go
+gopkg/src/github.com/go-ole/go-ole/oleutil/go-get.go
+gopkg/src/github.com/go-ole/go-ole/oleutil/oleutil.go
+gopkg/src/github.com/go-ole/go-ole/safearray.go
+gopkg/src/github.com/go-ole/go-ole/safearray_func.go
+gopkg/src/github.com/go-ole/go-ole/safearray_test.go
+gopkg/src/github.com/go-ole/go-ole/safearray_windows.go
+gopkg/src/github.com/go-ole/go-ole/safearrayconversion.go
+gopkg/src/github.com/go-ole/go-ole/safearrayconversion_test.go
+gopkg/src/github.com/go-ole/go-ole/safearrayslices.go
+gopkg/src/github.com/go-ole/go-ole/utility.go
+gopkg/src/github.com/go-ole/go-ole/variables.go
+gopkg/src/github.com/go-ole/go-ole/variant.go
+gopkg/src/github.com/go-ole/go-ole/variant_386.go
+gopkg/src/github.com/go-ole/go-ole/variant_amd64.go
+gopkg/src/github.com/go-ole/go-ole/vt_string.go
+gopkg/src/github.com/go-ole/go-ole/winrt.go
+gopkg/src/github.com/go-ole/go-ole/winrt_doc.go
diff --git a/go-ole/buildlink3.mk b/go-ole/buildlink3.mk
new file mode 100644
index 0000000000..32849505bd
--- /dev/null
+++ b/go-ole/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-ole
+
+.if !defined(GO_OLE_BUILDLINK3_MK)
+GO_OLE_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-ole=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-ole?=		build
+
+BUILDLINK_API_DEPENDS.go-ole+=	go-ole>=1.2.0
+BUILDLINK_PKGSRCDIR.go-ole?=	../../wip/go-ole
+.endif	# GO_OLE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-ole
diff --git a/go-ole/distinfo b/go-ole/distinfo
new file mode 100644
index 0000000000..a98ea665b1
--- /dev/null
+++ b/go-ole/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-ole-1.2.0.tar.gz) = cc5b4ba3bc521c3bb3bf47ed51853539035a9a2a
+RMD160 (go-ole-1.2.0.tar.gz) = bf8388c20d240e6bee3b42bc6c28f83f4876b2b0
+SHA512 (go-ole-1.2.0.tar.gz) = 498a02e2c04398016e9aee9d8719532c0e1e506c23ce1db4c6bd805b1e3b0c18576c61b2b944570ffa2f72cbd7f391dfaa91c288d9f6d517cd0e53cd593ea4a9
+Size (go-ole-1.2.0.tar.gz) = 46159 bytes


Home | Main Index | Thread Index | Old Index