From owner-svn-ports-all@freebsd.org Fri Jun 24 14:31:41 2016 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 03ACDB73A65; Fri, 24 Jun 2016 14:31:41 +0000 (UTC) (envelope-from amdmi3@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 AEDDF19C8; Fri, 24 Jun 2016 14:31:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5OEVdwY032806; Fri, 24 Jun 2016 14:31:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5OEVdes032802; Fri, 24 Jun 2016 14:31:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606241431.u5OEVdes032802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 24 Jun 2016 14:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417427 - in head/graphics: . dilay X-SVN-Group: ports-head 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.22 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: Fri, 24 Jun 2016 14:31:41 -0000 Author: amdmi3 Date: Fri Jun 24 14:31:39 2016 New Revision: 417427 URL: https://svnweb.freebsd.org/changeset/ports/417427 Log: - Add graphics/dilay Dilay is a 3D sculpting application that provides an intuitive workflow using a number of powerful modeling tools. As each tool locally subdivides the mesh where more details are required, Dilay allows artists to rapidly create complex meshes. WWW: http://abau.org/dilay PR: 210369 Submitted by: yuri@rawbw.com Added: head/graphics/dilay/ head/graphics/dilay/Makefile (contents, props changed) head/graphics/dilay/distinfo (contents, props changed) head/graphics/dilay/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Jun 24 14:27:31 2016 (r417426) +++ head/graphics/Makefile Fri Jun 24 14:31:39 2016 (r417427) @@ -132,6 +132,7 @@ SUBDIR += digikam-kde4 SUBDIR += digikam-kde4-doc SUBDIR += digikam-kde4-l10n + SUBDIR += dilay SUBDIR += ditaa SUBDIR += djview4 SUBDIR += djview4-qt4 Added: head/graphics/dilay/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/dilay/Makefile Fri Jun 24 14:31:39 2016 (r417427) @@ -0,0 +1,33 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= dilay +PORTVERSION= 1.5.0 +CATEGORIES= graphics + +MAINTAINER= yuri@rawbw.com +COMMENT= 3D sculpting application + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm + +USE_GITHUB= yes +GH_ACCOUNT= abau + +USES= compiler:c++14-lang gmake qmake +USE_CXXSTD= c++14 +USE_GL= gl +USE_QT5= core gui opengl widgets xml buildtools_build + +# Workaround for: Parallel build fails (https://github.com/abau/dilay/issues/19) +MAKE_JOBS_UNSAFE=yes +# Workaround for: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210327 +QMAKE_ARGS+= QMAKE_CXXFLAGS_CXX11= + +PLIST_FILES= bin/dilay + +BROKEN_FreeBSD_9= does not build on FreeBSD < 10: "unordered_set" not found + +.include Added: head/graphics/dilay/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/dilay/distinfo Fri Jun 24 14:31:39 2016 (r417427) @@ -0,0 +1,3 @@ +TIMESTAMP = 1465955512 +SHA256 (abau-dilay-1.5.0_GH0.tar.gz) = 43e159848b15b731663d06f5b3f0a05b5ff36c6dfce9e855eb9f5b1a0807ea66 +SIZE (abau-dilay-1.5.0_GH0.tar.gz) = 145167 Added: head/graphics/dilay/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/dilay/pkg-descr Fri Jun 24 14:31:39 2016 (r417427) @@ -0,0 +1,6 @@ +Dilay is a 3D sculpting application that provides an intuitive workflow +using a number of powerful modeling tools. As each tool locally subdivides +the mesh where more details are required, Dilay allows artists to rapidly +create complex meshes. + +WWW: http://abau.org/dilay