Port details |
- libredwg Library and command line tools to handle DWG files
- 0.12.4 cad
=0 Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2018-08-30 02:26:35
- Last Update: 2022-07-20 14:20:58
- Commit Hash: b46abf8
- Also Listed In: devel
- License: GPLv3+
- Description:
- GNU LibreDWG is a C library to handle DWG files. It aims to be a free
replacement for the OpenDWG libraries. DWG is the native file format
of AutoCAD.
LibreDWG was based on LibDWG (http://libdwg.sourceforge.net), which is
written with variable names, documentation, and comments in Esperanto.
There are also command line tools and libraries to read and write DWG
files, with converters for various formats (DXF, DXFB, SVG, PS, JSON,
XML, etc.) and a SaveAs functionality, to convert between the various
DWG versions. It can read r13-r2018 DWG, write r13-r2000 DWG, write
r11-r2018 DXF ASCII and binary. Much more object types than any other
free DWG library.
WWW: https://www.gnu.org/software/libredwg/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/cad/libredwg/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/libredwg
- pkg install libredwg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libredwg
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libredwg-0.12.4.tar.xz) = 918857f119c34d9bef17321b646c4ba0fbfaa93dcaced403bae1933e1d9a6517
SIZE (libredwg-0.12.4.tar.xz) = 9535732
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libps.so : print/pslib
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for libredwg-0.12.4:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
PCRE=on: Regular expressions support in dwggrep
PSLIB=on: PostScript export support (dwg2ps)
PYTHON=off: Python bindings or support
===> Use 'make config' to modify these settings
- Options name:
- cad_libredwg
- USES:
- cpe libtool tar:xz localbase localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:20:58 0.12.4 |
Tobias C. Berner (tcberner)  |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
25 Sep 2021 20:28:39 0.12.4 |
Bernhard Froehlich (decke)  |
cad/libredwg: Add CPE information
Approved by: portmgr (blanket) |
07 Apr 2021 12:16:39 0.12.4 |
Alexey Dokuchaev (danfe)  |
Update LibreDWG to version 0.12.4, another bugfix release. |
06 Apr 2021 14:31:07 0.12.3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Feb 2021 19:32:06
0.12.3 |
danfe  |
Update LibreDWG to version 0.12.3, which fixes many minor fuzzing errors
(quoting upstream, libfuzzer is much better than afl++ and honggfuzz).
Reported by: portscout |
23 Feb 2021 12:11:57
0.12.2 |
danfe  |
Update to version 0.12.2, bugfix release.
Found out via: repology.org |
02 Feb 2021 09:51:09
0.12.1 |
danfe  |
- Update LibreDWG to version 0.12.1 (mostly bugfix release)
- Move PSLIB_PLIST_FILES into normal pkg-plist: after r561350,
OPTIONS_SUB is required for PYTHON option anyways, so it makes
little sense to track files in two separate locations
Found out via: repology.org |
12 Jan 2021 17:15:16
0.12 |
danfe  |
- Update LibreDWG to version 0.12
- Disable Perl bindings for now (there are issues)
- Add missing bits for the proper Python support
- Install examples (and put them where they belong) |
29 Nov 2020 17:42:37
0.11.1 |
danfe  |
Update to version 0.11.1, which brings ``out_dxf'' bugfixes mostly.
0.11 failed to produce dxf files which could be imported into AutoCAD.
This bugfix release improves DXF importing from 10% to about 90%.
Found out via: repology.org |
08 Aug 2020 10:16:03
0.11 |
danfe  |
Update to version 0.11.
Reported by: portscout |
27 Feb 2020 09:05:43
0.10.1_1 |
danfe  |
Provide an option to build `dwggrep' utility with regex support and make
it enabled by default since `devel/pcre2' is rather common dependency.
Because previously built packages could link to PCRE2 libraries without
this dependency being recorded, bump port revision. |
26 Feb 2020 11:06:30
0.10.1 |
danfe  |
Update GNU LibreDWG to version 0.10.1. |
10 Jan 2020 10:52:30
0.10 |
danfe  |
- Update LibreDWG to the latest version 0.10
- Some minor API changes and bugfixes, mostly stabilization
Reported by: portscout |
31 Dec 2019 16:02:19
0.9.3 |
danfe  |
Update GNU LibreDWG to version 0.9.3.
PR: 243004 |
07 Oct 2019 14:14:47
0.9 |
danfe  |
- Update LibreDWG to version 0.9
- Enable runtime tracing by default: it has no noticeable effect
during normal usage but greatly improves debugging experience
Reported by: portscout |
11 Jul 2019 01:32:03
0.8 |
danfe  |
- Update LibreDWG to version 0.8
- Hook the tests to our framework (tests pass on x86,
but fail on powerpc/sparc64 unfortunately)
- Add the PYTHON option, disabled by default
Tested on: i386, amd64, powerpc, sparc64 |
06 Dec 2018 12:05:25
0.7 |
danfe  |
Update to version 0.7, which is an important bugfix release.
Reported by: portscout |
10 Nov 2018 18:12:58
0.6.2_1 |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
07 Nov 2018 16:37:14
0.6.2 |
danfe  |
- Update `cad/libredwg' to version 0.6.2 which brings numerous important
fixes, including several out_dxf segfaults
- Build with PostScript export support (dwg2ps) by default (due to lack
of --disable-pslib configure switch, leave a note that while currently
pre-installed `print/pslib' port would not be silently picked up, this
might change in the future and explain how to handle this situation) |
30 Aug 2018 02:26:19
0.6 |
danfe  |
GNU LibreDWG is a C library to handle DWG files which aims to be a free
replacement for the OpenDWG libraries.
There are command line tools and libraries to read and write DWG files,
with converters for various formats: DXF, DXFB, SVG, PS, JSON, XML, etc.
WWW: https://www.gnu.org/software/libredwg/ |