diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/py-pycam/Makefile | 26 | ||||
-rw-r--r-- | cad/py-pycam/distinfo | 2 | ||||
-rw-r--r-- | cad/py-pycam/files/patch-setup.cfg | 10 | ||||
-rw-r--r-- | cad/py-pycam/pkg-descr | 9 |
5 files changed, 0 insertions, 48 deletions
diff --git a/cad/Makefile b/cad/Makefile index bd6e014d47b9..fe765fa14bad 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -85,7 +85,6 @@ SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-phidl - SUBDIR += py-pycam SUBDIR += py-pyfda SUBDIR += python-gdsii SUBDIR += qcad diff --git a/cad/py-pycam/Makefile b/cad/py-pycam/Makefile deleted file mode 100644 index 0998d770ca71..000000000000 --- a/cad/py-pycam/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pycam -PORTVERSION= 0.5.1 -PORTREVISION= 4 -CATEGORIES= cad python -MASTER_SITES= SOURCEFORGE/pycam/${PORTNAME}/${PORTVERSION} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= trasz@FreeBSD.org -COMMENT= Toolpath generator for 3-axis CNC machining - -LICENSE= GPLv3 - -DEPRECATED= Old, uses EOLed python27 -EXPIRATION_DATE= 2020-03-01 - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gdkgl/__init__.py:x11-toolkits/py-gtkglext@${PY_FLAVOR} - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/cad/py-pycam/distinfo b/cad/py-pycam/distinfo deleted file mode 100644 index 371cc13a291c..000000000000 --- a/cad/py-pycam/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pycam-0.5.1.tar.gz) = e26a6db82efa4761a1db6b81de3165898430d5c14d09614b67321105d67e264c -SIZE (pycam-0.5.1.tar.gz) = 1680577 diff --git a/cad/py-pycam/files/patch-setup.cfg b/cad/py-pycam/files/patch-setup.cfg deleted file mode 100644 index d19ed2da16f9..000000000000 --- a/cad/py-pycam/files/patch-setup.cfg +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - diff --git a/cad/py-pycam/pkg-descr b/cad/py-pycam/pkg-descr deleted file mode 100644 index 998677037173..000000000000 --- a/cad/py-pycam/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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/ |