Commit Graph

14 Commits

Author SHA1 Message Date
Alexey Dokuchaev 3b09bc29f7 - 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
2021-02-02 09:51:08 +00:00
Alexey Dokuchaev 68cea9596c - 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)
2021-01-12 17:15:16 +00:00
Alexey Dokuchaev fedbf1bf16 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
2020-11-29 17:42:37 +00:00
Alexey Dokuchaev b479d12240 Update to version 0.11.
Reported by:	portscout
2020-08-08 10:16:02 +00:00
Alexey Dokuchaev 619409dfd9 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.
2020-02-27 09:05:43 +00:00
Alexey Dokuchaev 4644bc2a1d Update GNU LibreDWG to version 0.10.1. 2020-02-26 11:06:30 +00:00
Alexey Dokuchaev 0d00bfd7e9 - Update LibreDWG to the latest version 0.10
- Some minor API changes and bugfixes, mostly stabilization

Reported by:	portscout
2020-01-10 10:52:29 +00:00
Alexey Dokuchaev 1952461945 Update GNU LibreDWG to version 0.9.3.
PR:	243004
2019-12-31 16:02:19 +00:00
Alexey Dokuchaev b139175895 - 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
2019-10-07 14:14:46 +00:00
Alexey Dokuchaev 91376a7adb - 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
2019-07-11 01:32:02 +00:00
Alexey Dokuchaev cd6c91194c Update to version 0.7, which is an important bugfix release.
Reported by:	portscout
2018-12-06 12:05:24 +00:00
Baptiste Daroussin 7990f81066 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
2018-11-10 18:12:57 +00:00
Alexey Dokuchaev 79afd47666 - 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)
2018-11-07 16:37:14 +00:00
Alexey Dokuchaev bf54e29e8e 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/
2018-08-30 02:26:19 +00:00