From owner-svn-ports-head@freebsd.org Sun Apr 29 17:37:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 672F1FB2D93; Sun, 29 Apr 2018 17:37:49 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F8628287E; Sun, 29 Apr 2018 17:37:49 +0000 (UTC) (envelope-from tcberner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02AC927631; Sun, 29 Apr 2018 17:37:49 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3THbmu8097793; Sun, 29 Apr 2018 17:37:48 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3THbmsG097788; Sun, 29 Apr 2018 17:37:48 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201804291737.w3THbmsG097788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 29 Apr 2018 17:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468635 - in head/x11-toolkits: . qml-box2d X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/x11-toolkits: . qml-box2d X-SVN-Commit-Revision: 468635 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2018 17:37:49 -0000 Author: tcberner Date: Sun Apr 29 17:37:48 2018 New Revision: 468635 URL: https://svnweb.freebsd.org/changeset/ports/468635 Log: New port: x11-toolkits/qml-box2d * A QML plugin to write physics based software in QML. Added: head/x11-toolkits/qml-box2d/ head/x11-toolkits/qml-box2d/Makefile (contents, props changed) head/x11-toolkits/qml-box2d/distinfo (contents, props changed) head/x11-toolkits/qml-box2d/pkg-descr (contents, props changed) head/x11-toolkits/qml-box2d/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sun Apr 29 16:46:42 2018 (r468634) +++ head/x11-toolkits/Makefile Sun Apr 29 17:37:48 2018 (r468635) @@ -222,6 +222,7 @@ SUBDIR += py-wxPython30 SUBDIR += py-xlib SUBDIR += pypy-tkinter + SUBDIR += qml-box2d SUBDIR += qt4-declarative SUBDIR += qt4-gui SUBDIR += qt4pas Added: head/x11-toolkits/qml-box2d/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qml-box2d/Makefile Sun Apr 29 17:37:48 2018 (r468635) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= qml-box2d +DISTVERSION= 2.0.20180109 +CATEGORIES= x11-toolkits + +MAINTAINER= kde@FreeBSD.org +COMMENT= QML Box2D plugin + +USES= qmake:outsource +USE_GITHUB= yes +GH_TAGNAME= 21e57f +USE_GL= gl +USE_QT5= core gui network qml quick \ + buildtools_build qmake_build +USE_LDCONFIG= ${QT_QMLDIR}/Box2D.2.0/ + +.include Added: head/x11-toolkits/qml-box2d/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qml-box2d/distinfo Sun Apr 29 17:37:48 2018 (r468635) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518295822 +SHA256 (qml-box2d-qml-box2d-2.0.20180109-21e57f_GH0.tar.gz) = 71b72949dd5a46fc1ba42c4de218d56c308733fa65ffb1319316503e41250f2f +SIZE (qml-box2d-qml-box2d-2.0.20180109-21e57f_GH0.tar.gz) = 7768436 Added: head/x11-toolkits/qml-box2d/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qml-box2d/pkg-descr Sun Apr 29 17:37:48 2018 (r468635) @@ -0,0 +1,8 @@ +The goal of the qml-box2d plugin is to expose the functionality of Box2D (C++) +as a QML plugin in order to make it easier to write physics based software in +QML. + +This plugin is meant to be installed to your Qt/imports directory, or shipped +in a directory of which the parent is added as import path. + +WWW: https://github.com/qml-box2d/qml-box2d Added: head/x11-toolkits/qml-box2d/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qml-box2d/pkg-plist Sun Apr 29 17:37:48 2018 (r468635) @@ -0,0 +1,2 @@ +%%QT_QMLDIR%%/Box2D.2.0/libBox2D.so +%%QT_QMLDIR%%/Box2D.2.0/qmldir