From owner-svn-ports-all@freebsd.org Thu Nov 10 01:08:46 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 1BB6AC375B2; Thu, 10 Nov 2016 01:08:46 +0000 (UTC) (envelope-from swills@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 C54AFD4; Thu, 10 Nov 2016 01:08:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA18ij8068430; Thu, 10 Nov 2016 01:08:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA18isO068424; Thu, 10 Nov 2016 01:08:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611100108.uAA18isO068424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 10 Nov 2016 01:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425822 - in head/cad: . solvespace solvespace/files 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.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: Thu, 10 Nov 2016 01:08:46 -0000 Author: swills Date: Thu Nov 10 01:08:44 2016 New Revision: 425822 URL: https://svnweb.freebsd.org/changeset/ports/425822 Log: cad/solvespace: create port SOLVESPACE is a parametric 3d CAD program. Applications include modeling 2d and 3d parts, 3d-printed parts, preparing CAM data, mechanism design and plane and solid geometry. WWW: http://solvespace.com/ Added: head/cad/solvespace/ head/cad/solvespace/Makefile (contents, props changed) head/cad/solvespace/distinfo (contents, props changed) head/cad/solvespace/files/ head/cad/solvespace/files/patch-CMakeLists.txt (contents, props changed) head/cad/solvespace/pkg-descr (contents, props changed) head/cad/solvespace/pkg-plist (contents, props changed) Modified: head/cad/Makefile Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Wed Nov 9 23:56:28 2016 (r425821) +++ head/cad/Makefile Thu Nov 10 01:08:44 2016 (r425822) @@ -79,6 +79,7 @@ SUBDIR += rubygem-gdsii SUBDIR += sceptre SUBDIR += scotch + SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode Added: head/cad/solvespace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/Makefile Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= solvespace +PORTVERSION= 2.2 +DISTVERSIONPREFIX= v +CATEGORIES= cad + +MAINTAINER= swills@FreeBSD.org +COMMENT= Parametric 2d/3d CAD + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING.txt + +LIB_DEPENDS= libpng.so:graphics/png \ + libjson-c.so:devel/json-c \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgtkmm-2.4.so:x11-toolkits/gtkmm24 + +USE_GITHUB= yes +GH_PROJECT= libdxfrw:libdxfrw +GH_TAGNAME= 8f95895:libdxfrw +GH_SUBDIR= extlib/libdxfrw:libdxfrw + +USES= cmake pkgconfig +USE_GL= gl glu glew +USE_GNOME= atkmm gtk20 pangomm +USE_XORG= x11 +USE_LDCONFIG= yes +INSTALLS_ICONS= yes + +BROKEN_FreeBSD_9= Does not build on FreeBSD 9.x + +.include Added: head/cad/solvespace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/distinfo Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,5 @@ +TIMESTAMP = 1478636572 +SHA256 (solvespace-solvespace-v2.2_GH0.tar.gz) = ba2d5b6aa78c6d3b1b67b533376c901c687e4d4e233aee2b8bf69e1c29807ae1 +SIZE (solvespace-solvespace-v2.2_GH0.tar.gz) = 2115713 +SHA256 (solvespace-libdxfrw-8f95895_GH0.tar.gz) = d39a07d00b9590be5f2ac7e468cb97077e029498d0e2e5ccfc8d5bbc9e494ba4 +SIZE (solvespace-libdxfrw-8f95895_GH0.tar.gz) = 691378 Added: head/cad/solvespace/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/files/patch-CMakeLists.txt Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2016-10-17 02:07:14 UTC ++++ CMakeLists.txt +@@ -20,9 +20,9 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX + # NOTE TO PACKAGERS: The embedded git commit hash is critical for rapid bug triage when the builds + # can come from a variety of sources. If you are mirroring the sources or otherwise build when + # the .git directory is not present, please comment the following line: +-include(GetGitCommitHash) ++#include(GetGitCommitHash) + # and instead uncomment the following, adding the complete git hash of the checkout you are using: +-# set(GIT_COMMIT_HASH 0000000000000000000000000000000000000000) ++set(GIT_COMMIT_HASH c4ad073d1b3d3fcd81b34cbe5f2352547b14213f) + + project(solvespace) + set(solvespace_VERSION_MAJOR 2) Added: head/cad/solvespace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/pkg-descr Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,5 @@ +SOLVESPACE is a parametric 3d CAD program. Applications include modeling 2d and +3d parts, 3d-printed parts, preparing CAM data, mechanism design and plane and +solid geometry. + +WWW: http://solvespace.com/ Added: head/cad/solvespace/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/pkg-plist Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,18 @@ +bin/solvespace +include/slvs.h +lib/libslvs.so +lib/libslvs.so.1 +lib/libslvs.so.2.2 +share/applications/solvespace.desktop +share/icons/hicolor/16x16/apps/solvespace.png +share/icons/hicolor/16x16/mimetypes/application.x-solvespace.png +share/icons/hicolor/24x24/apps/solvespace.png +share/icons/hicolor/24x24/mimetypes/application.x-solvespace.png +share/icons/hicolor/32x32/apps/solvespace.png +share/icons/hicolor/32x32/mimetypes/application.x-solvespace.png +share/icons/hicolor/48x48/apps/solvespace.png +share/icons/hicolor/48x48/mimetypes/application.x-solvespace.png +share/pixmaps/solvespace-16x16.xpm +share/pixmaps/solvespace-24x24.xpm +share/pixmaps/solvespace-32x32.xpm +share/pixmaps/solvespace-48x48.xpm