Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2016 14:31:39 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417427 - in head/graphics: . dilay
Message-ID:  <201606241431.u5OEVdes032802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com>
+# $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 <bsd.port.mk>

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



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