From owner-svn-ports-head@freebsd.org Mon Dec 18 21:43:16 2017 Return-Path: Delivered-To: svn-ports-head@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 E9888E8AA56; Mon, 18 Dec 2017 21:43:16 +0000 (UTC) (envelope-from yuri@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 C161F718AB; Mon, 18 Dec 2017 21:43:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBILhFbl023149; Mon, 18 Dec 2017 21:43:15 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBILhFND023143; Mon, 18 Dec 2017 21:43:15 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712182143.vBILhFND023143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 18 Dec 2017 21:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456674 - in head/graphics: . libQGLViewer libQGLViewer/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . libQGLViewer libQGLViewer/files X-SVN-Commit-Revision: 456674 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: Mon, 18 Dec 2017 21:43:17 -0000 Author: yuri Date: Mon Dec 18 21:43:15 2017 New Revision: 456674 URL: https://svnweb.freebsd.org/changeset/ports/456674 Log: New port: graphics/libQGLViewer: C++ library based on Qt5 that eases the creation of OpenGL 3D viewers Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13532 Added: head/graphics/libQGLViewer/ head/graphics/libQGLViewer/Makefile (contents, props changed) head/graphics/libQGLViewer/distinfo (contents, props changed) head/graphics/libQGLViewer/files/ head/graphics/libQGLViewer/files/patch-designerPlugin_designerPlugin.pro (contents, props changed) head/graphics/libQGLViewer/pkg-descr (contents, props changed) head/graphics/libQGLViewer/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Dec 18 21:25:57 2017 (r456673) +++ head/graphics/Makefile Mon Dec 18 21:43:15 2017 (r456674) @@ -483,6 +483,7 @@ SUBDIR += lib3ds SUBDIR += libGLU SUBDIR += libGLw + SUBDIR += libQGLViewer SUBDIR += libafterimage SUBDIR += libart_lgpl SUBDIR += libboard Added: head/graphics/libQGLViewer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libQGLViewer/Makefile Mon Dec 18 21:43:15 2017 (r456674) @@ -0,0 +1,26 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= libQGLViewer +DISTVERSION= 2.7.1 +CATEGORIES= graphics devel +MASTER_SITES= http://www.libqglviewer.com/src/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ library based on Qt5 that eases the creation of OpenGL 3D viewers + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENCE + +USES= qmake +USE_GL= gl glu +USE_QT5= core designer gui opengl widgets xml buildtools_build +USE_LDCONFIG= yes +PLIST_SUB= SHL3=${DISTVERSION} SHL2=${DISTVERSION:C/\.[0-9]$//} SHL1=${DISTVERSION:C/\.[0-9]\.[0-9]$//} + +OPTIONS_DEFINE= DOCS + +DOCSDIR= ${PREFIX}/share/doc/QGLViewer +PORTDOCS= * + +.include Added: head/graphics/libQGLViewer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libQGLViewer/distinfo Mon Dec 18 21:43:15 2017 (r456674) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513584996 +SHA256 (libQGLViewer-2.7.1.tar.gz) = bfc7d97e3e8ec8d815e4150896c8a1b65ba4f01b063488f3d64d4e21a607c121 +SIZE (libQGLViewer-2.7.1.tar.gz) = 3078737 Added: head/graphics/libQGLViewer/files/patch-designerPlugin_designerPlugin.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libQGLViewer/files/patch-designerPlugin_designerPlugin.pro Mon Dec 18 21:43:15 2017 (r456674) @@ -0,0 +1,11 @@ +--- designerPlugin/designerPlugin.pro.orig 2017-12-18 16:48:34 UTC ++++ designerPlugin/designerPlugin.pro +@@ -20,7 +20,7 @@ QT_VERSION=$$[QT_VERSION] + } + } + +-target.path = $${PREFIX}/designer ++target.path = $${PREFIX}/lib/qt5/plugins/designer + INSTALLS += target + + HEADERS = qglviewerPlugin.h Added: head/graphics/libQGLViewer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libQGLViewer/pkg-descr Mon Dec 18 21:43:15 2017 (r456674) @@ -0,0 +1,11 @@ +libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL +3D viewers. + +It provides some of the typical 3D viewer functionalities, such as the +possibility to move the camera using the mouse, which lacks in most of the +other APIs. Other features include mouse manipulated frames, interpolated +keyFrames, object selection, stereo display, screenshot saving and much more. +It can be used by OpenGL beginners as well as to create complex applications, +being fully customizable and easy to extend. + +WWW: http://libqglviewer.com/index.html Added: head/graphics/libQGLViewer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libQGLViewer/pkg-plist Mon Dec 18 21:43:15 2017 (r456674) @@ -0,0 +1,19 @@ +include/QGLViewer/camera.h +include/QGLViewer/config.h +include/QGLViewer/constraint.h +include/QGLViewer/domUtils.h +include/QGLViewer/frame.h +include/QGLViewer/keyFrameInterpolator.h +include/QGLViewer/manipulatedCameraFrame.h +include/QGLViewer/manipulatedFrame.h +include/QGLViewer/mouseGrabber.h +include/QGLViewer/qglviewer.h +include/QGLViewer/qglviewer_fr.qm +include/QGLViewer/quaternion.h +include/QGLViewer/vec.h +lib/libQGLViewer-qt5.prl +lib/libQGLViewer-qt5.so +lib/libQGLViewer-qt5.so.%%SHL1%% +lib/libQGLViewer-qt5.so.%%SHL2%% +lib/libQGLViewer-qt5.so.%%SHL3%% +lib/qt5/plugins/designer/libqglviewerplugin.so