diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-07-30 19:43:42 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-07-30 19:43:42 +0000 |
commit | f1f118cc9e6e903092c2a37407714f282e5a77ac (patch) | |
tree | 030817d04336b5e29d17e24344ef0e99a4be6c11 /cad/Makefile | |
parent | a2311f88b7dc560c0083a08c47de7dffeb2212c6 (diff) |
[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
Notes
Notes:
svn path=/head/; revision=543825
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 7ca58e960b7b..faf247216107 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -90,6 +90,7 @@ SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh + SUBDIR += py-ezdxf SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-phidl |