Created attachment 216700 [details] The new port cad/py-ezdxf - Create and modify DXF drawings. This is needed by CadQuery (port follows).
^Triage: Please confirm this change passes QA (portlint, poudriere at least). For details and instructions, see: https://www.freebsd.org/doc/en/books/porters-handbook/testing.html
(In reply to Lewis Cook from comment #1) Portlinted and poudriered of course. I wouldn't submit without doing so.
A commit references this bug: Author: lbartoletti Date: Thu Jul 30 19:43:43 UTC 2020 New revision: 543825 URL: https://svnweb.freebsd.org/changeset/ports/543825 Log: [NEW PORT] cad/py-ezdxf: Create and modify DXF drawings A Python package to create and modify DXF drawings, independent from the DXF version. You can open/save every DXF file without losing any content (except comments), Unknown tags in the DXF file will be ignored but preserved for saving. With this behavior it is possible to open also DXF drawings that contains data from 3rd party applications. PR: 248203 Submitted by: Neal Nelson Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25890 Changes: head/cad/Makefile head/cad/py-ezdxf/ head/cad/py-ezdxf/Makefile head/cad/py-ezdxf/distinfo head/cad/py-ezdxf/pkg-descr
Committed, with minor changes, thanks!