Changelog:
This version adds a skin directive <!--IncludeTemplate ... --> and the variable $SkinTemplateIncludeLevel. The core variable documentation format identifiers were moved to the definition term element to allow CSS ":target" styling, and the header and link text of the vardoc table can now be translated. Input forms have a new HTML5 element "tel", a new attribute "pattern" and two bugs were fixed with the classnames of the new elements and with the identifiers of "select" lists. The documentation was updated.
Sponsored by: Netzkommune GmbH
In file included from crafty.c:28:
./tbprobe.c:111:9: error: invalid operand for instruction
__asm__("bsfq %1, %0": "=r"(idx):"rm"(b));
Reported by: pkg-fallout
MFH: 2019Q2
Move BROKEN line higher to fix portlint warning.
Change OpenEXR from build and run depend to lib depend.
Remove lib depend on boost-libs and --with-boost-filesystem. Boost is now only
a build depend. From NEWS:
- Support of the Boost filesystem library has been dropped. There is
no Boost library dependence anymore.
Remove USE_GL. From NEWS:
- Support for OpenGL acceleration has been dropped. So, the
dependencies on the libraries GL, GLU, and Glut do not exist any
longer.
Add pkgconfig to USES to fix configure warning.
Info files are no longer included in distfile. Remove installation of info
files and makeinfo from USES.
The LaTeX documentation is currently disabled. It was never able to be
successfully built after several days of trying.
PR: 236073
Submitted by: Darren Mulligan
Reported by: Darren Mulligan
MFC after: 2 weeks
architectures:
/usr/local/include/gtkmm-2.0/glibmm/thread.h: In function 'void Glib::thread_init(GThreadFunctions*)':
Also add USES=dos2unix (to fix patching cppstring.cpp) gnome.
PR: 237040
Submitted by: Piotr Kubaj
to fix build on GCC-based architectures:
/usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory
While here, pet portlint.
PR: 236986
Submitted by: Piotr Kubaj
Approved by: maintainer
NURBS-Python (geomdl) is a pure Python, self-contained, object-oriented
B-Spline and NURBS spline library for Python versions 2.7.x, 3.4.x and later.
NURBS-Python (geomdl) provides convenient data structures and highly
customizable API for rational and non-rational splines along with the
efficient and extensible implementations of the following algorithms:
- Spline evaluation
- Derivative evaluation
- Knot insertion
- Knot removal
- Knot vector refinement
- Degree elevation
- Degree reduction
- Curve and surface fitting via interpolation and least squares approximation
NURBS-Python (geomdl) also provides customizable visualization and animation
options via Matplotlib, Plotly and VTK libraries.
WWW: https://onurraufbingol.com/NURBS-Python
PR: 236457
Submitted by: lbartoletti@tuxfamily.org
Approved by: mentors (implicit)