pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-astilectron-0.22.3 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Jan 19 09:37:40 2021 +0100
Changeset: 3cff77c883a5e31832bbbb5b1db8be6cf13a1979
Modified Files:
Makefile
Added Files:
go-astilectron/DESCR
go-astilectron/Makefile
go-astilectron/PLIST
go-astilectron/distinfo
Log Message:
Import go-astilectron-0.22.3 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3cff77c883a5e31832bbbb5b1db8be6cf13a1979
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-astilectron/DESCR | 2 ++
go-astilectron/Makefile | 19 ++++++++++++++
go-astilectron/PLIST | 67 +++++++++++++++++++++++++++++++++++++++++++++++++
go-astilectron/distinfo | 6 +++++
5 files changed, 95 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5c4813a324..c6211fc615 100644
--- a/Makefile
+++ b/Makefile
@@ -1173,6 +1173,7 @@ SUBDIR+= go-ansi
SUBDIR+= go-ansicolor
SUBDIR+= go-ants
SUBDIR+= go-astikit
+SUBDIR+= go-astilectron
SUBDIR+= go-atomic
SUBDIR+= go-audio
SUBDIR+= go-aurora
diff --git a/go-astilectron/DESCR b/go-astilectron/DESCR
new file mode 100644
index 0000000000..30e41add36
--- /dev/null
+++ b/go-astilectron/DESCR
@@ -0,0 +1,2 @@
+TODO: Fill in a short description of the package.
+TODO: It should be between 3 and 20 lines.
diff --git a/go-astilectron/Makefile b/go-astilectron/Makefile
new file mode 100644
index 0000000000..cbb8e1d57d
--- /dev/null
+++ b/go-astilectron/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= go-astilectron-0.22.3
+GITHUB_PROJECT= go-astilectron
+GITHUB_TAG= v${PKGVERSION_NOREV}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=asticode/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/asticode/go-astilectron/
+COMMENT= Build cross platform GUI apps with GO and HTML/JS/CSS
+LICENSE= mit
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH= github.com/asticode/${GITHUB_PROJECT}
+
+.include "../../wip/go-astikit/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-astilectron/PLIST b/go-astilectron/PLIST
new file mode 100644
index 0000000000..7bb3a98b26
--- /dev/null
+++ b/go-astilectron/PLIST
@@ -0,0 +1,67 @@
+@comment $NetBSD$
+bin/example
+gopkg/pkg/${GO_PLATFORM}/github.com/asticode/go-astilectron.a
+gopkg/src/github.com/asticode/go-astilectron/LICENSE
+gopkg/src/github.com/asticode/go-astilectron/README.md
+gopkg/src/github.com/asticode/go-astilectron/accelerator.go
+gopkg/src/github.com/asticode/go-astilectron/accelerator_test.go
+gopkg/src/github.com/asticode/go-astilectron/astilectron.go
+gopkg/src/github.com/asticode/go-astilectron/astilectron_test.go
+gopkg/src/github.com/asticode/go-astilectron/dialog.go
+gopkg/src/github.com/asticode/go-astilectron/dispatcher.go
+gopkg/src/github.com/asticode/go-astilectron/dispatcher_test.go
+gopkg/src/github.com/asticode/go-astilectron/display.go
+gopkg/src/github.com/asticode/go-astilectron/display_pool.go
+gopkg/src/github.com/asticode/go-astilectron/display_pool_test.go
+gopkg/src/github.com/asticode/go-astilectron/display_test.go
+gopkg/src/github.com/asticode/go-astilectron/dock.go
+gopkg/src/github.com/asticode/go-astilectron/dock_test.go
+gopkg/src/github.com/asticode/go-astilectron/event.go
+gopkg/src/github.com/asticode/go-astilectron/event_test.go
+gopkg/src/github.com/asticode/go-astilectron/example/index.html
+gopkg/src/github.com/asticode/go-astilectron/example/main.go
+gopkg/src/github.com/asticode/go-astilectron/executer.go
+gopkg/src/github.com/asticode/go-astilectron/go.mod
+gopkg/src/github.com/asticode/go-astilectron/go.sum
+gopkg/src/github.com/asticode/go-astilectron/helper.go
+gopkg/src/github.com/asticode/go-astilectron/helper_test.go
+gopkg/src/github.com/asticode/go-astilectron/identifier.go
+gopkg/src/github.com/asticode/go-astilectron/identifier_test.go
+gopkg/src/github.com/asticode/go-astilectron/menu.go
+gopkg/src/github.com/asticode/go-astilectron/menu_item.go
+gopkg/src/github.com/asticode/go-astilectron/menu_item_test.go
+gopkg/src/github.com/asticode/go-astilectron/menu_test.go
+gopkg/src/github.com/asticode/go-astilectron/notification.go
+gopkg/src/github.com/asticode/go-astilectron/notification_test.go
+gopkg/src/github.com/asticode/go-astilectron/object.go
+gopkg/src/github.com/asticode/go-astilectron/object_test.go
+gopkg/src/github.com/asticode/go-astilectron/paths.go
+gopkg/src/github.com/asticode/go-astilectron/paths_test.go
+gopkg/src/github.com/asticode/go-astilectron/provisioner.go
+gopkg/src/github.com/asticode/go-astilectron/provisioner_test.go
+gopkg/src/github.com/asticode/go-astilectron/reader.go
+gopkg/src/github.com/asticode/go-astilectron/reader_test.go
+gopkg/src/github.com/asticode/go-astilectron/rectangle.go
+gopkg/src/github.com/asticode/go-astilectron/session.go
+gopkg/src/github.com/asticode/go-astilectron/session_test.go
+gopkg/src/github.com/asticode/go-astilectron/sub_menu.go
+gopkg/src/github.com/asticode/go-astilectron/sub_menu_test.go
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/astilectron/astilectron.zip
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/astilectron/astilectron/main.js
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/astilectron/disembedder.zip
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/darwin/Electron.app/Contents/Frameworks/Electron Helper.app/Contents/Info.plist
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/darwin/Electron.app/Contents/Frameworks/Electron Helper.app/Contents/MacOS/Electron Helper
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/darwin/Electron.app/Contents/Info.plist
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/darwin/Electron.app/Contents/MacOS/Electron
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/darwin/electron.zip
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/linux/electron
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/linux/electron.zip
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/windows/electron.exe
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/electron/windows/electron.zip
+gopkg/src/github.com/asticode/go-astilectron/testdata/provisioner/icon.icns
+gopkg/src/github.com/asticode/go-astilectron/tray.go
+gopkg/src/github.com/asticode/go-astilectron/tray_test.go
+gopkg/src/github.com/asticode/go-astilectron/window.go
+gopkg/src/github.com/asticode/go-astilectron/window_test.go
+gopkg/src/github.com/asticode/go-astilectron/writer.go
+gopkg/src/github.com/asticode/go-astilectron/writer_test.go
diff --git a/go-astilectron/distinfo b/go-astilectron/distinfo
new file mode 100644
index 0000000000..718e776b34
--- /dev/null
+++ b/go-astilectron/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-astilectron-0.22.3.tar.gz) = ad3940178220a2befb59bdbfa6cb2378d834eac8
+RMD160 (go-astilectron-0.22.3.tar.gz) = 41f45c3e064dea761f8158695c8a4c8e5e51b6cf
+SHA512 (go-astilectron-0.22.3.tar.gz) = e9b06be7360f58e082e26e3aca577a48c053317c694bc1a9bfc0bd78667f41a209a7357ffc20b355c8c0d88a10d7098f930e596d2fd4d9cdc94da45472af9c5b
+Size (go-astilectron-0.22.3.tar.gz) = 41110 bytes
Home |
Main Index |
Thread Index |
Old Index