| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.
PR: 255347
Reported by: sunpoet
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=548989
|
|
|
|
|
|
|
|
| |
Reported by: portscout
Approved by: tcberner (implicit)
Notes:
svn path=/head/; revision=543574
|
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169
Notes:
svn path=/head/; revision=523070
|
|
|
|
|
|
|
|
|
|
| |
PR: 240623
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
MFH: 2019Q4
Relnotes: https://github.com/orbingol/NURBS-Python/blob/master/CHANGELOG.md#v529-released-on-2019-09-10
Notes:
svn path=/head/; revision=515320
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/orbingol/NURBS-Python/releases
PR: 239455
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes:
svn path=/head/; revision=507445
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
| |
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.
With hat: python
Notes:
svn path=/head/; revision=503133
|
|
|
|
|
|
|
|
| |
PR: 237787
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes:
svn path=/head/; revision=501108
|
|
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)
Notes:
svn path=/head/; revision=498213
|