Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 407488) +++ head/cad/Makefile (revision 407489) @@ -1,85 +1,86 @@ # $FreeBSD$ # COMMENT = CAD tools 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 += freehdl 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 += 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 += pycam SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qcad-partslib SUBDIR += qelectrotech SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += repsnapper SUBDIR += sceptre SUBDIR += scotch 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/pycam/Makefile =================================================================== --- head/cad/pycam/Makefile (nonexistent) +++ head/cad/pycam/Makefile (revision 407489) @@ -0,0 +1,21 @@ +# Created by: Edward Tomasz Napierala +# $FreeBSD$ + +PORTNAME= pycam +PORTVERSION= 0.5.1 +CATEGORIES= cad python +MASTER_SITES= SOURCEFORGE/pycam/${PORTNAME}/${PORTVERSION} + +MAINTAINER= trasz@FreeBSD.org +COMMENT= Toolpath generator for 3-axis CNC machining + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ + ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ + ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gdkgl/__init__.py:${PORTSDIR}/x11-toolkits/py-gtkglext + +USES= python +USE_PYTHON= distutils autoplist + +.include Property changes on: head/cad/pycam/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/pycam/distinfo =================================================================== --- head/cad/pycam/distinfo (nonexistent) +++ head/cad/pycam/distinfo (revision 407489) @@ -0,0 +1,2 @@ +SHA256 (pycam-0.5.1.tar.gz) = e26a6db82efa4761a1db6b81de3165898430d5c14d09614b67321105d67e264c +SIZE (pycam-0.5.1.tar.gz) = 1680577 Property changes on: head/cad/pycam/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/pycam/files/patch-setup.cfg =================================================================== --- head/cad/pycam/files/patch-setup.cfg (nonexistent) +++ head/cad/pycam/files/patch-setup.cfg (revision 407489) @@ -0,0 +1,10 @@ +--- setup.cfg.orig 2016-01-28 13:08:25.505821000 +0100 ++++ setup.cfg 2016-01-28 13:08:29.908308000 +0100 +@@ -1,7 +1,3 @@ +-[bdist_wininst] +-install_script = pycam_win32_postinstall.py +-bitmap = share/ui/logo_gui_vertical.bmp +- + [bdist_msi] + install_script = pycam_win32_postinstall.py + Property changes on: head/cad/pycam/files/patch-setup.cfg ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/pycam/pkg-descr =================================================================== --- head/cad/pycam/pkg-descr (nonexistent) +++ head/cad/pycam/pkg-descr (revision 407489) @@ -0,0 +1,9 @@ +PyCAM is a toolpath generator for 3-axis CNC machining. It loads +3D models in STL format or 2D contour models from DXF or SVG files. +The resulting GCode can be used with EMC2 or any other machine +controller. + +PyCAM supports a wide range of toolpath strategies for 3D models +and 2D contour models. + +WWW: http://pycam.sourceforge.net/ Property changes on: head/cad/pycam/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/pycam/pkg-plist =================================================================== --- head/cad/pycam/pkg-plist (nonexistent) +++ head/cad/pycam/pkg-plist (revision 407489) @@ -0,0 +1 @@ +@comment $FreeBSD$ Property changes on: head/cad/pycam/pkg-plist ___________________________________________________________________ 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