Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 425821) +++ head/cad/Makefile (revision 425822) @@ -1,94 +1,95 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brickutils SUBDIR += brlcad SUBDIR += calculix SUBDIR += cascade SUBDIR += chipvault SUBDIR += cider SUBDIR += cura-engine SUBDIR += dinotrace SUBDIR += dxf2fig SUBDIR += electric SUBDIR += electric-ng SUBDIR += elmerfem SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gmsh-occ SUBDIR += gnucap SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += klayout SUBDIR += layouteditor SUBDIR += ldraw SUBDIR += leocad SUBDIR += librecad SUBDIR += linux-eagle5 SUBDIR += linuxcnc-devel SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += ngspice_rework SUBDIR += opencascade SUBDIR += openscad SUBDIR += openvsp SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-gdsii SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-pycam SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += sceptre SUBDIR += scotch + SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += verilog-mode.el SUBDIR += xcircuit SUBDIR += z88 .include Index: head/cad/solvespace/Makefile =================================================================== --- head/cad/solvespace/Makefile (nonexistent) +++ head/cad/solvespace/Makefile (revision 425822) @@ -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 Property changes on: head/cad/solvespace/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/solvespace/distinfo =================================================================== --- head/cad/solvespace/distinfo (nonexistent) +++ head/cad/solvespace/distinfo (revision 425822) @@ -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 Property changes on: head/cad/solvespace/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/solvespace/files/patch-CMakeLists.txt =================================================================== --- head/cad/solvespace/files/patch-CMakeLists.txt (nonexistent) +++ head/cad/solvespace/files/patch-CMakeLists.txt (revision 425822) @@ -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) Property changes on: head/cad/solvespace/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/solvespace/pkg-descr =================================================================== --- head/cad/solvespace/pkg-descr (nonexistent) +++ head/cad/solvespace/pkg-descr (revision 425822) @@ -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/ Property changes on: head/cad/solvespace/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/solvespace/pkg-plist =================================================================== --- head/cad/solvespace/pkg-plist (nonexistent) +++ head/cad/solvespace/pkg-plist (revision 425822) @@ -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 Property changes on: head/cad/solvespace/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property