Bug 248212 - [NEW PORT] cad/py-cq-editor: GUI editor based on PyQT
Summary: [NEW PORT] cad/py-cq-editor: GUI editor based on PyQT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords: feature, needs-qa
Depends on:
Blocks:
 
Reported: 2020-07-23 16:43 UTC by Neal Nelson
Modified: 2020-08-16 12:56 UTC (History)
1 user (show)

See Also:


Attachments
The new port (2.63 KB, patch)
2020-07-23 16:43 UTC, Neal Nelson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neal Nelson 2020-07-23 16:43:07 UTC
Created attachment 216713 [details]
The new port

CQ-editor is a CadQuery GUI editor based on PyQT. It requires cad/py-cadquery to run, which is bug #248210.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-16 12:55:02 UTC
A commit references this bug:

Author: swills
Date: Sun Aug 16 12:54:35 UTC 2020
New revision: 545105
URL: https://svnweb.freebsd.org/changeset/ports/545105

Log:
  cad/py-cq-editor: create port

  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/

  PR:		248212
  Submitted by:	Neal Nelson <ports@nicandneal.net>

Changes:
  head/cad/py-cq-editor/
  head/cad/py-cq-editor/Makefile
  head/cad/py-cq-editor/distinfo
  head/cad/py-cq-editor/pkg-descr
Comment 2 Steve Wills freebsd_committer freebsd_triage 2020-08-16 12:56:26 UTC
Committed, thanks!