pkgsrc-WIP-changes archive

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

gambas3-gb-qt5: Add package



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Thu Sep 13 15:37:09 2018 +0200
Changeset:	8a525e4ef875c765a699419d5f8a7cae2dee2f60

Added Files:
	gambas3-gb-qt5/DESCR
	gambas3-gb-qt5/Makefile
	gambas3-gb-qt5/PLIST
	gambas3-gb-qt5/TODO

Log Message:
gambas3-gb-qt5: Add package

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

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

diffstat:
 gambas3-gb-qt5/DESCR    |  6 ++++++
 gambas3-gb-qt5/Makefile | 14 ++++++++++++++
 gambas3-gb-qt5/PLIST    |  5 +++++
 gambas3-gb-qt5/TODO     |  1 +
 4 files changed, 26 insertions(+)

diffs:
diff --git a/gambas3-gb-qt5/DESCR b/gambas3-gb-qt5/DESCR
new file mode 100644
index 0000000000..9adbc333a7
--- /dev/null
+++ b/gambas3-gb-qt5/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 the Graphical User Interface classes. It is based on
+the Qt5 library.
diff --git a/gambas3-gb-qt5/Makefile b/gambas3-gb-qt5/Makefile
new file mode 100644
index 0000000000..d155f131b1
--- /dev/null
+++ b/gambas3-gb-qt5/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILD_DIRS=	gb.qt5
+GB_DEPENDS=	gambas3-gb-image
+.include "../../wip/gambas3/Makefile.common"
+
+PKGNAME=	gambas3-gb-qt5-${GB_VERSION}
+MAINTAINER=	bastiangermann%fishpost.de@localhost
+COMMENT=	Qt5 toolkit implementation for Gambas
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-qt5/PLIST b/gambas3-gb-qt5/PLIST
new file mode 100644
index 0000000000..dfaf20ac3b
--- /dev/null
+++ b/gambas3-gb-qt5/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+lib/gambas3/gb.qt5.component
+lib/gambas3/gb.qt5.la
+share/gambas3/info/gb.qt5.info
+share/gambas3/info/gb.qt5.list
diff --git a/gambas3-gb-qt5/TODO b/gambas3-gb-qt5/TODO
new file mode 100644
index 0000000000..4936373b58
--- /dev/null
+++ b/gambas3-gb-qt5/TODO
@@ -0,0 +1 @@
+Care about the moc problem


Home | Main Index | Thread Index | Old Index