Page MenuHomeFreeBSD

[NEW PORT] cad/py-ezdxf: Create and modify DXF drawings
ClosedPublic

Authored by lbartoletti on Jul 30 2020, 6:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 6:07 PM
Unknown Object (File)
Feb 1 2024, 8:05 AM
Unknown Object (File)
Dec 22 2023, 1:45 AM
Unknown Object (File)
Dec 10 2023, 7:29 AM
Unknown Object (File)
Dec 7 2023, 2:10 PM
Unknown Object (File)
Nov 17 2023, 6:59 AM
Unknown Object (File)
Nov 9 2023, 6:01 AM
Unknown Object (File)
Nov 7 2023, 12:56 PM
Subscribers

Details

Summary

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: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248203

Changes from the original PR:

  • Whitespace to tab
  • Add LICENSE_FILE
  • Add test
  • Add run_depends to graphics/py-geomdl (spline/nurbs support)
  • Add NO_ARCH
  • Add concurrent since it install bin/dxfpp
Test Plan
  • poudriere (11/12/13 i386/amd64)
  • portlint -Nabt
  • make test

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 32656
Build 30108: arc lint + arc unit