- gp2c: Package for translating GP routines into C
- pari_elldata: Elliptic Curve Data for PARI/GP
- pari_galdata: Data needed by PARI/GP for polgalois
- pari_galpol: Database of Galois polynomials for PARI/GP
- pari_nftables: Repackaging of the historical megrez number field tables
- pari_seadata: Modular polynomials for PARI/GP
According to 20200115 entry of CHANGES man pages can (and should) now be
installed in ${PREFIX}/share/man. This obsoletes
wxmaxima/files/patch-data_CMakeLists.txt.
While here I also fixed sorting in pkg-plist.
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24205
Library (FCL), an excellent C++ library for performing proximity and
collision queries on pairs of geometric models. Currently, this package
is targeted for FCL 0.5.0.
WWW: https://libraries.io/pypi/python-fcl
python-fcl otherwise please use the fcl port.
N.B. python-fcl also needs octomap
FCL is a library for performing three types of proximity queries on a pair of
geometric models composed of triangles.
It performs:
* Collision detection: detecting whether the two models overlap, and optionally,
all of the triangles that overlap.
* Distance computation: computing the minimum distance between a pair of models,
i.e., the distance between the closest pair of points.
* Tolerance verification: determining whether two models are closer or farther
than a tolerance distance.
* Continuous collision detection: detecting whether the two moving models
overlap during the movement, and optionally, the time of contact.
* Contact information: for collision detection and continuous collision
detection, the contact information (including contact normals and contact
points) can be returned optionally.
quality mesh generator and delaunay triangulator library.
This implementation utilizes Cython_ to wrap the C API as closely as possible.
WWW: https://rufat.be/triangle
- Bug fixes.
- Improve support for pre- and post- super- and subscripts.
- Improve documentation.
- Use default web browser instead of wxWidgets' integrated help browser.
- Support for integrating static and some types of animated gif files.
- Provide possibily to pop out interactively animation frames created with
draw().
- Provide an option to configure the maximal amount of saved gnuplot data
per plot.
- Avoid using stderr.
- Remove unnecessary info dialog at startup.
- Provide right click suggestions for similar command names.
Approved by: gerald (mentor)
Due to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244784
Haskell ports have the duplication of the main GitHub tarball in
distinfo. But the second copy was also accidentally truncated
that caused a fetch failure.
Reported by: fallout