aboutsummaryrefslogtreecommitdiff
path: root/cad/libredwg
Commit message (Collapse)AuthorAgeFilesLines
* Update LibreDWG to version 0.12.4, another bugfix release.Alexey Dokuchaev2021-04-072-4/+5
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update LibreDWG to version 0.12.3, which fixes many minor fuzzing errorsAlexey Dokuchaev2021-02-272-4/+4
| | | | | | | | | (quoting upstream, libfuzzer is much better than afl++ and honggfuzz). Reported by: portscout Notes: svn path=/head/; revision=566730
* Update to version 0.12.2, bugfix release.Alexey Dokuchaev2021-02-232-4/+4
| | | | | | | Found out via: repology.org Notes: svn path=/head/; revision=566392
* - Update LibreDWG to version 0.12.1 (mostly bugfix release)Alexey Dokuchaev2021-02-023-5/+6
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=563792
* - Update LibreDWG to version 0.12Alexey Dokuchaev2021-01-124-7/+54
| | | | | | | | | - Disable Perl bindings for now (there are issues) - Add missing bits for the proper Python support - Install examples (and put them where they belong) Notes: svn path=/head/; revision=561350
* Update to version 0.11.1, which brings ``out_dxf'' bugfixes mostly.Alexey Dokuchaev2020-11-292-4/+5
| | | | | | | | | | 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 Notes: svn path=/head/; revision=556592
* Update to version 0.11.Alexey Dokuchaev2020-08-083-6/+10
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544384
* Provide an option to build `dwggrep' utility with regex support and makeAlexey Dokuchaev2020-02-271-4/+9
| | | | | | | | | | 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. Notes: svn path=/head/; revision=527240
* Update GNU LibreDWG to version 0.10.1.Alexey Dokuchaev2020-02-263-6/+5
| | | | Notes: svn path=/head/; revision=527160
* - Update LibreDWG to the latest version 0.10Alexey Dokuchaev2020-01-103-5/+5
| | | | | | | | | - Some minor API changes and bugfixes, mostly stabilization Reported by: portscout Notes: svn path=/head/; revision=522564
* Update GNU LibreDWG to version 0.9.3.Alexey Dokuchaev2019-12-312-4/+4
| | | | | | | PR: 243004 Notes: svn path=/head/; revision=521638
* - Update LibreDWG to version 0.9Alexey Dokuchaev2019-10-073-7/+9
| | | | | | | | | | - Enable runtime tracing by default: it has no noticeable effect during normal usage but greatly improves debugging experience Reported by: portscout Notes: svn path=/head/; revision=513950
* - Update LibreDWG to version 0.8Alexey Dokuchaev2019-07-112-5/+14
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=506394
* Update to version 0.7, which is an important bugfix release.Alexey Dokuchaev2018-12-062-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=486754
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* - Update `cad/libredwg' to version 0.6.2 which brings numerous importantAlexey Dokuchaev2018-11-072-5/+13
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=484404
* GNU LibreDWG is a C library to handle DWG files which aims to be a freeAlexey Dokuchaev2018-08-304-0/+69
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/ Notes: svn path=/head/; revision=478428