Bug 248203 - [NEW PORT] cad/py-ezdxf: Create and modify DXF drawings
Summary: [NEW PORT] cad/py-ezdxf: Create and modify DXF drawings
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: needs-qa
Depends on:
Blocks:
 
Reported: 2020-07-23 13:36 UTC by Neal Nelson
Modified: 2020-07-30 19:45 UTC (History)
2 users (show)

See Also:


Attachments
The new port (2.64 KB, patch)
2020-07-23 13:36 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 13:36:31 UTC
Created attachment 216700 [details]
The new port

cad/py-ezdxf - Create and modify DXF drawings.

This is needed by CadQuery (port follows).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-07-23 14:18:17 UTC
^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
Comment 2 Neal Nelson 2020-07-23 15:09:48 UTC
(In reply to Lewis Cook from comment #1)

Portlinted and poudriered of course. I wouldn't submit without doing so.
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-07-30 19:44:18 UTC
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
Comment 4 Loïc Bartoletti freebsd_committer freebsd_triage 2020-07-30 19:45:32 UTC
Committed, with minor changes, thanks!