aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-geomdl
Commit message (Collapse)AuthorAgeFilesLines
* math/py-matplotlib: chase minimum Python version in dependent portsThierry Thomas2021-05-101-1/+1
| | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Unbreak bulk -aAntoine Brodin2020-09-191-4/+2
| | | | Notes: svn path=/head/; revision=548989
* Update graphics/py-geomdl to 5.2.10Loïc Bartoletti2020-07-282-4/+4
| | | | | | | | Reported by: portscout Approved by: tcberner (implicit) Notes: svn path=/head/; revision=543574
* Change my mail address to lbartoletti@FreeBSD.orgLoïc Bartoletti2020-01-141-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23169 Notes: svn path=/head/; revision=523070
* graphics/py-geomdl: Update to 5.2.9Koichiro Iwao2019-10-242-4/+4
| | | | | | | | | | 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
* Update to 5.2.8Sunpoet Po-Chuan Hsieh2019-07-272-5/+4
| | | | | | | | | Changes: https://github.com/orbingol/NURBS-Python/releases PR: 239455 Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=507445
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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
* Introduce PY_TYPING and simplify MakefileSunpoet Po-Chuan Hsieh2019-05-311-3/+3
| | | | | | | | | 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
* graphics/py-geomdl: update to 5.2.4Steve Wills2019-05-092-4/+4
| | | | | | | | PR: 237787 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=501108
* - Update WWWDmitry Marakasov2019-04-261-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=500089
* New port: graphics/py-geomdlKai Knoblich2019-04-063-0/+54
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