Bug 248210 - New Port: cad/py-cadquery - Programmatic CAD
Summary: New Port: cad/py-cadquery - Programmatic CAD
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:
Depends on:
Blocks:
 
Reported: 2020-07-23 16:02 UTC by Neal Nelson
Modified: 2020-08-16 12:56 UTC (History)
1 user (show)

See Also:


Attachments
The new port (3.77 KB, patch)
2020-07-23 16:02 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:02:34 UTC
Created attachment 216710 [details]
The new port

This is the new V2 branch of CadQuery that no longer uses FreeCAD and uses OCCT (OpenCascade) directly. Well, with the use of cad/py-ocp, bug #248202, which needs to be committed first. It also requires bug #248203.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-16 12:55:01 UTC
A commit references this bug:

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

Log:
  cad/py-cadquery: create port

  CadQuery is an intuitive, easy-to-use Python module for building parametric 3D
  CAD models. Using CadQuery, you can write short, simple scripts that produce
  high quality CAD models. It is easy to make many different objects using a
  single script that can be customized.

  WWW: https://github.com/CadQuery/cadquery

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

Changes:
  head/cad/py-cadquery/
  head/cad/py-cadquery/Makefile
  head/cad/py-cadquery/distinfo
  head/cad/py-cadquery/files/
  head/cad/py-cadquery/files/patch-setup.py
  head/cad/py-cadquery/pkg-descr
Comment 2 Steve Wills freebsd_committer freebsd_triage 2020-08-16 12:56:21 UTC
Committed, thanks!