Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2017 07:51:57 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453599 - in head/sysutils: . trueos-libqt5
Message-ID:  <201711060751.vA67pvHu044522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Mon Nov  6 07:51:57 2017
New Revision: 453599
URL: https://svnweb.freebsd.org/changeset/ports/453599

Log:
  TrueOS QT5 Library
  
  WWW: https://github.com/trueos/trueos-libqt5
  
  PR:		222758
  Submitted by:	q5sys <jt@ixsystems.com>
  Sponsored by:	iXsystems, Inc.

Added:
  head/sysutils/trueos-libqt5/
  head/sysutils/trueos-libqt5/Makefile   (contents, props changed)
  head/sysutils/trueos-libqt5/distinfo   (contents, props changed)
  head/sysutils/trueos-libqt5/pkg-descr   (contents, props changed)
  head/sysutils/trueos-libqt5/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Nov  6 07:50:18 2017	(r453598)
+++ head/sysutils/Makefile	Mon Nov  6 07:51:57 2017	(r453599)
@@ -1192,6 +1192,7 @@
     SUBDIR += tty-clock
     SUBDIR += ttyd
     SUBDIR += ttyload
+    SUBDIR += trueos-libqt5
     SUBDIR += tuptime
     SUBDIR += tw_cli
     SUBDIR += tzdialog

Added: head/sysutils/trueos-libqt5/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/trueos-libqt5/Makefile	Mon Nov  6 07:51:57 2017	(r453599)
@@ -0,0 +1,34 @@
+# $FreeBSD$
+
+PORTNAME=	trueos-libqt5
+PORTVERSION=	20171003
+CATEGORIES=	sysutils
+
+MAINTAINER=	jt@ixsystems.com
+COMMENT=	TrueOS QT5 Library
+
+LICENSE=	BSD2CLAUSE
+
+ONLY_FOR_ARCHS=	amd64
+
+WRKSRC_SUBDIR=	src-qt5
+MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
+
+MAKE_JOBS_UNSAFE=	yes
+
+USES=		qmake shebangfix tar:xz
+USE_LDCONFIG=	yes
+USE_QT5=	core gui network svg linguist \
+		buildtools x11extras widgets
+USE_GL+=	gl
+
+WRKSRC_SUBDIR=	src-qt5
+
+QMAKE_ARGS=	CONFIG+="configure"
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	trueos
+GH_PROJECT=	trueos-libqt5
+GH_TAGNAME=	9e92b465d823185c9b96f2017e06f2a06b6143fa
+
+.include <bsd.port.mk>

Added: head/sysutils/trueos-libqt5/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/trueos-libqt5/distinfo	Mon Nov  6 07:51:57 2017	(r453599)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1507050999
+SHA256 (trueos-trueos-libqt5-20171003-9e92b465d823185c9b96f2017e06f2a06b6143fa_GH0.tar.gz) = 4537f9bff50693e285419be006e356e267732f084ce102175a60d8d517f8ee73
+SIZE (trueos-trueos-libqt5-20171003-9e92b465d823185c9b96f2017e06f2a06b6143fa_GH0.tar.gz) = 332561

Added: head/sysutils/trueos-libqt5/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/trueos-libqt5/pkg-descr	Mon Nov  6 07:51:57 2017	(r453599)
@@ -0,0 +1,3 @@
+TrueOS QT5 Library
+
+WWW: https://github.com/trueos/trueos-libqt5

Added: head/sysutils/trueos-libqt5/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/trueos-libqt5/pkg-plist	Mon Nov  6 07:51:57 2017	(r453599)
@@ -0,0 +1,18 @@
+include/trueos-DLProcess.h
+include/trueos-SingleApplication.h
+include/trueos-dialogAPsetup.h
+include/trueos-hardware.h
+include/trueos-netif.h
+include/trueos-sysFlags.h
+include/trueos-ui.h
+include/trueos-utils.h
+include/trueos-xdgfile.h
+include/trueos-xdgutils.h
+lib/libtrueos-ui.so
+lib/libtrueos-ui.so.0
+lib/libtrueos-ui.so.0.9
+lib/libtrueos-ui.so.0.9.9
+lib/libtrueos-utils.so
+lib/libtrueos-utils.so.0
+lib/libtrueos-utils.so.0.9
+lib/libtrueos-utils.so.0.9.9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711060751.vA67pvHu044522>