pkgsrc-WIP-changes archive

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

gambas3: Add the last packages



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Mon Sep 17 22:43:06 2018 +0200
Changeset:	7803cfc3193f2aa2a35a31977d3b266d7049eda8

Added Files:
	gambas3-gb-qt5-ext/DESCR
	gambas3-gb-qt5-ext/Makefile
	gambas3-gb-qt5-ext/PLIST
	gambas3-gb-qt5-opengl/DESCR
	gambas3-gb-qt5-opengl/Makefile
	gambas3-gb-qt5-opengl/PLIST
	gambas3-gb-qt5-webkit/DESCR
	gambas3-gb-qt5-webkit/Makefile
	gambas3-gb-qt5-webkit/PLIST

Log Message:
gambas3: Add the last packages

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

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

diffstat:
 gambas3-gb-qt5-ext/DESCR       |  6 ++++++
 gambas3-gb-qt5-ext/Makefile    | 19 +++++++++++++++++++
 gambas3-gb-qt5-ext/PLIST       |  5 +++++
 gambas3-gb-qt5-opengl/DESCR    |  5 +++++
 gambas3-gb-qt5-opengl/Makefile | 20 ++++++++++++++++++++
 gambas3-gb-qt5-opengl/PLIST    |  5 +++++
 gambas3-gb-qt5-webkit/DESCR    |  5 +++++
 gambas3-gb-qt5-webkit/Makefile | 18 ++++++++++++++++++
 gambas3-gb-qt5-webkit/PLIST    |  6 ++++++
 9 files changed, 89 insertions(+)

diffs:
diff --git a/gambas3-gb-qt5-ext/DESCR b/gambas3-gb-qt5-ext/DESCR
new file mode 100644
index 0000000000..2926fa7a32
--- /dev/null
+++ b/gambas3-gb-qt5-ext/DESCR
@@ -0,0 +1,6 @@
+Gambas is a free development environment and a full powerful development
+platform based on a Basic interpreter with object extensions, as easy as Visual
+Basic.
+
+This component implements a few more Graphical User Interface classes based on
+the Qt5 library.
diff --git a/gambas3-gb-qt5-ext/Makefile b/gambas3-gb-qt5-ext/Makefile
new file mode 100644
index 0000000000..1364938536
--- /dev/null
+++ b/gambas3-gb-qt5-ext/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+BUILD_DIRS=	gb.qt5/src/ext
+GB_DEPENDS=	gambas3-gb-qt5
+.include "../../wip/gambas3/Makefile.common"
+
+PKGNAME=	gambas3-gb-qt5-ext-${GB_VERSION}
+MAINTAINER=	bastiangermann%fishpost.de@localhost
+COMMENT=	Qt5 toolkit extension for Gambas
+
+BUILDLINK_DEPMETHOD.qt5-qtsvg=		build
+BUILDLINK_DEPMETHOD.qt5-qtwebkit=	build
+BUILDLINK_DEPMETHOD.qt5-qtx11extras=	build
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-qt5-ext/PLIST b/gambas3-gb-qt5-ext/PLIST
new file mode 100644
index 0000000000..0674c687c6
--- /dev/null
+++ b/gambas3-gb-qt5-ext/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+lib/gambas3/gb.qt5.ext.component
+lib/gambas3/gb.qt5.ext.la
+share/gambas3/info/gb.qt5.ext.info
+share/gambas3/info/gb.qt5.ext.list
diff --git a/gambas3-gb-qt5-opengl/DESCR b/gambas3-gb-qt5-opengl/DESCR
new file mode 100644
index 0000000000..120fab82db
--- /dev/null
+++ b/gambas3-gb-qt5-opengl/DESCR
@@ -0,0 +1,5 @@
+Gambas is a free development environment and a full powerful development
+platform based on a Basic interpreter with object extensions, as easy as Visual
+Basic.
+
+This package allows you integrate OpenGL in Qt5 applications.
diff --git a/gambas3-gb-qt5-opengl/Makefile b/gambas3-gb-qt5-opengl/Makefile
new file mode 100644
index 0000000000..d3cc51ac95
--- /dev/null
+++ b/gambas3-gb-qt5-opengl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+BUILD_DIRS=	gb.qt5/src/opengl
+GB_DEPENDS=	gambas3-gb-qt5 gambas3-gb-opengl
+.include "../../wip/gambas3/Makefile.common"
+
+PKGNAME=	gambas3-gb-qt5-opengl-${GB_VERSION}
+MAINTAINER=	bastiangermann%fishpost.de@localhost
+COMMENT=	OpenGL for Gambas applications with Qt5
+
+BUILDLINK_DEPMETHOD.qt5-qtsvg=		build
+BUILDLINK_DEPMETHOD.qt5-qtwebkit=	build
+BUILDLINK_DEPMETHOD.qt5-qtx11extras=	build
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-qt5-opengl/PLIST b/gambas3-gb-qt5-opengl/PLIST
new file mode 100644
index 0000000000..109cab46cd
--- /dev/null
+++ b/gambas3-gb-qt5-opengl/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+lib/gambas3/gb.qt5.opengl.component
+lib/gambas3/gb.qt5.opengl.la
+share/gambas3/info/gb.qt5.opengl.info
+share/gambas3/info/gb.qt5.opengl.list
diff --git a/gambas3-gb-qt5-webkit/DESCR b/gambas3-gb-qt5-webkit/DESCR
new file mode 100644
index 0000000000..9ebb269a4d
--- /dev/null
+++ b/gambas3-gb-qt5-webkit/DESCR
@@ -0,0 +1,5 @@
+Gambas is a free development environment and a full powerful development
+platform based on a Basic interpreter with object extensions, as easy as Visual
+Basic.
+
+This component allows you to embed the WebKit browser in your Qt5 application.
diff --git a/gambas3-gb-qt5-webkit/Makefile b/gambas3-gb-qt5-webkit/Makefile
new file mode 100644
index 0000000000..8c02b3c6c2
--- /dev/null
+++ b/gambas3-gb-qt5-webkit/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+BUILD_DIRS=	gb.qt5/src/webkit
+GB_DEPENDS=	gambas3-gb-qt5
+.include "../../wip/gambas3/Makefile.common"
+
+PKGNAME=	gambas3-gb-qt5-webkit-${GB_VERSION}
+MAINTAINER=	bastiangermann%fishpost.de@localhost
+COMMENT=	Web browser component for Gambas based on WebKit/Qt5
+
+BUILDLINK_DEPMETHOD.qt5-qtsvg=		build
+BUILDLINK_DEPMETHOD.qt5-qtx11extras=	build
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-qt5-webkit/PLIST b/gambas3-gb-qt5-webkit/PLIST
new file mode 100644
index 0000000000..f45b6954d8
--- /dev/null
+++ b/gambas3-gb-qt5-webkit/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+lib/gambas3/gb.qt5.webkit.component
+lib/gambas3/gb.qt5.webkit.la
+share/gambas3/control/gb.qt5.webkit/webview.png
+share/gambas3/info/gb.qt5.webkit.info
+share/gambas3/info/gb.qt5.webkit.list


Home | Main Index | Thread Index | Old Index