From owner-svn-ports-all@freebsd.org Mon Nov 6 07:51:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC328E5618B; Mon, 6 Nov 2017 07:51:58 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A72106458D; Mon, 6 Nov 2017 07:51:58 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA67pvd1044527; Mon, 6 Nov 2017 07:51:57 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA67pvHu044522; Mon, 6 Nov 2017 07:51:57 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201711060751.vA67pvHu044522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 6 Nov 2017 07:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453599 - in head/sysutils: . trueos-libqt5 X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: in head/sysutils: . trueos-libqt5 X-SVN-Commit-Revision: 453599 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 07:51:58 -0000 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 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 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