dpic

GNU pic language interpreter for creating technical diagrams and drawings

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the GNU pic "little language"

Commands

dpic

Examples

Convert a pic file to PostScript output$ dpic -p diagram.pic > diagram.ps
Generate LaTeX-compatible output from a pic diagram$ dpic -l diagram.pic > diagram.tex
Create SVG output from a pic file$ dpic -s diagram.pic > diagram.svg