Coin: Update of graphics/Coin to 4.0.3
Coin 4.0.3
This is a bugfix release.
- Added support for building modern styled documentation.
- Set minimum C++ standard needed to compile Coin to C++11.
- Fixed LTOcompilation ODR error.
- Fixed suspicious increment in SbProfilingData.cpp.
- Fixed SbTri3f intersect calculation.
- Improved auto clipping.
- Fixed orthographic autoclipping by allowing negative farDistance.
- Fixed rotating a VRMLBackground node with its ancestors' rotations.
Coin 4.0.2
This is a bugfix release.
[84 lines not shown]
hdf5_110: HDF5 is a data model, library, and file format for storing and managing data.
This is version 1.10.x for use with aster modules (science/med).
Based on devel/hdf5 1.12.2.
med: MED is the Data Echange Module used by Code_Aster and based on the HDF library.
MED/HDF can read and save data in a format which is portable between machines of
different architectures.
aster: Structures and Thermomechanics Analysis for Studies and Research
This package is the start of an attempt to compile all aster modules, as
a dependency of FreeCAD - which only needs one module, "med".
aster/Makefile.common exists to hold the common source of the aster
modules, just in case additional modules are ever desired.
(wip/semi) import semi-1.14.6nb9
(github version of SEMI)
SEMI is a library to provide MIME feature for GNU Emacs. MIME is a
proposed internet standard for including content and headers other
than (ASCII) plain text in messages.
RFC 2045 : Internet Message Bodies
RFC 2046 : Media Types
RFC 2047 : Message Header Extensions
RFC 2048 : MIME Registration Procedures
RFC 2049 : MIME Conformance
SEMI has the following features:
- MIME message viewer (mime-view-mode) (RFC 2045 .. 2049)
- MIME message composer (mime-edit-mode) (RFC 2045 .. 2049)
MIME message viewer and composer also support following features:
- filename handling by Content-Disposition field (RFC 1806)
- PGP/MIME security Multiparts (RFC 2015)
- application/pgp (draft-kazu-pgp-mime-00.txt; obsolete)
- text/richtext (RFC 1521; obsolete; preview only)
[2 lines not shown]
sqlite3-test: First whack at running sqlite3 tests from pkgsrc.
Doesn't quite work yet: it doesn't test the sqlite3 that we built in
pkgsrc; it builds its own.
PR pkg/59243: databases/sqlite3: missing test target