diff options
author | plunky <plunky@pkgsrc.org> | 2021-04-02 21:32:59 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2021-04-02 21:32:59 +0000 |
commit | 53c8bbcd99760a1dd01fe7500acf0e0f635cab4f (patch) | |
tree | 0fdd3f9091e13a3c4f17c2c81039cce2580b61a7 /cad/libredwg/DESCR | |
parent | a4fcdb7f6ebea36ec71622b6206e507fc8000fff (diff) | |
download | pkgsrc-53c8bbcd99760a1dd01fe7500acf0e0f635cab4f.tar.gz |
Add LibreDWG, a free C library for reading/writing DWG files
This software is part of the GNU project, released under the aegis
of GNU.
Diffstat (limited to 'cad/libredwg/DESCR')
-rw-r--r-- | cad/libredwg/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cad/libredwg/DESCR b/cad/libredwg/DESCR new file mode 100644 index 00000000000..e964a75d6c5 --- /dev/null +++ b/cad/libredwg/DESCR @@ -0,0 +1,8 @@ +LibreDWG is a free C library to read and write DWG files, which was +a file format created in the 70's for the emerging CAD applications, +and is the native file format used by AutoCAD. + +This package includes some example tools to manipulate DWG files. + +This software is part of the GNU project, released under the aegis +of GNU. |