Index: cad/py-cq-editor/Makefile =================================================================== --- cad/py-cq-editor/Makefile (nonexistent) +++ cad/py-cq-editor/Makefile (working copy) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= cq-editor +DISTVERSION= 0.1.2 +CATEGORIES= cad +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@nicandneal.net +COMMENT= CadQuery GUI editor based on PyQT + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cadquery:cad/py-cadquery@${PY_FLAVOR} + +USES= python:3.6+ pyqt:5 +USE_PYTHON= distutils autoplist +USE_PYQT= core gui widgets + +USE_GITHUB= yes +GH_ACCOUNT= CadQuery +GH_PROJECT= CQ-editor + +.include Property changes on: cad/py-cq-editor/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: cad/py-cq-editor/distinfo =================================================================== --- cad/py-cq-editor/distinfo (nonexistent) +++ cad/py-cq-editor/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595406923 +SHA256 (CadQuery-CQ-editor-0.1.2_GH0.tar.gz) = 760f1bf2f5c46dd7b6590f1161ebc7dc6907f286602f4f27a294596eeb51611e +SIZE (CadQuery-CQ-editor-0.1.2_GH0.tar.gz) = 2229478 Property changes on: cad/py-cq-editor/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: cad/py-cq-editor/pkg-descr =================================================================== --- cad/py-cq-editor/pkg-descr (nonexistent) +++ cad/py-cq-editor/pkg-descr (working copy) @@ -0,0 +1,14 @@ +CQ-editor is a CadQuery GUI editor based on PyQT. + +Graphical debugger for CadQuery scripts +- Step through script and watch how your model changes + +CadQuery object stack inspector +- Visual inspection of current workplane and selected items +- Insight into evolution of the model + +Export to various formats +- STL +- STEP + +WWW: https://github.com/CadQuery/CQ-editor/ Property changes on: cad/py-cq-editor/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