pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
arduino-builder: started porting
Module Name: pkgsrc-wip
Committed By: Chris Lasocki <krz.lasocki%gmail.com@localhost>
Pushed By: klasocki
Date: Sun Mar 31 20:51:02 2019 +0000
Changeset: 3d00a51bd159d4a0076964c19d58a00e163d8397
Added Files:
arduino-builder/DESCR
arduino-builder/Makefile
arduino-builder/PLIST
arduino-builder/distinfo
Log Message:
arduino-builder: started porting
Most of the dependencies are already in pkgsrc, we're missing:
github.com/jstemmer/go-junit-report
github.com/arduino/go-properties-map
github.com/arduino/go-timeutils
Those will become separate packages
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d00a51bd159d4a0076964c19d58a00e163d8397
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
arduino-builder/DESCR | 1 +
arduino-builder/Makefile | 30 ++++++++++++++++++++++++++++++
arduino-builder/PLIST | 1 +
arduino-builder/distinfo | 6 ++++++
4 files changed, 38 insertions(+)
diffs:
diff --git a/arduino-builder/DESCR b/arduino-builder/DESCR
new file mode 100644
index 0000000000..8508ddd048
--- /dev/null
+++ b/arduino-builder/DESCR
@@ -0,0 +1 @@
+ArduinoBuilder is a tool able to compile and upload Arduino sketches.
diff --git a/arduino-builder/Makefile b/arduino-builder/Makefile
new file mode 100644
index 0000000000..8248bf6a04
--- /dev/null
+++ b/arduino-builder/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+GITHUB_PROJECT= arduino-builder
+DISTNAME= 1.4.4
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= wip
+MASTER_SITES= ${MASTER_SITE_GITHUB:=arduino/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= krz.lasocki%gmail.com@localhost
+HOMEPAGE= https://github.com/arduino/arduino-builder/
+COMMENT= Command line tool able to build arduino sketches
+#LICENSE= # TODO: (see mk/license.mk)
+
+WRKSRC= ${WRKDIR}/arduino-builder-1.4.4
+USE_LANGUAGES= c++ go
+DEPENDS+= go>=1.8.0:../../lang/go
+DEPENDS+= go-errors>=0:../../devel/go-errors
+DEPENDS+= go-testify>=0:../../devel/go-testify
+DEPENDS+= grpc>=0:../../net/grpc
+DEPENDS+= protobuf>=0:../../devel/protobuf
+DEPENDS+= go-fsnotify>=:../../devel/go-fsnotify
+
+.include "../../mk/bsd.pkg.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../devel/go-errors/buildlink3.mk"
+.include "../../devel/go-testify/buildlink3.mk"
+.include "../../net/grpc/buildlink3.mk"
+.include "../../devel/protobuf/buildlink3.mk"
+.include "../../devel/go-fsnotify/buildlink3.mk"
diff --git a/arduino-builder/PLIST b/arduino-builder/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/arduino-builder/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/arduino-builder/distinfo b/arduino-builder/distinfo
new file mode 100644
index 0000000000..edaa5fc21d
--- /dev/null
+++ b/arduino-builder/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (arduino-builder/1.4.4.tar.gz) = 6b285de76649568e10fa37a26e93c970be5ac425
+RMD160 (arduino-builder/1.4.4.tar.gz) = a93b8895a4ed2c710968aeb022d20f2560336cdb
+SHA512 (arduino-builder/1.4.4.tar.gz) = 729c20cc58a3f61c969e40e4ea2d12afe92a2a277589b5fb5e9fe2be0f1ee98a02b3330f1ec9d35552494d9c8881ca7a2893122848f675bc88626f803738db5c
+Size (arduino-builder/1.4.4.tar.gz) = 220603 bytes
Home |
Main Index |
Thread Index |
Old Index