Port details |
- py-ezc3d C3D (biomechanics data format) reader/writer
- 1.5.11 misc =2 1.5.9Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-06-20 21:00:43
- Last Update: 2024-08-14 09:43:46
- Commit Hash: d75cca4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/pyomeca/ezc3d
- Description:
- EZC3D is an easy to use reader, modifier and writer for C3D format files. It is
written en C++ with proper binders for Python and MATLAB scripting langages.
C3D (http://c3d.org) is a format specifically designed to store biomechanics
data. Hence many biomechanics softwares can produce C3D files in order to share
data. However, there is a lack in the biomechanics community of an easy to use,
free and open source library to read, modify and write them as needed when it
gets to the data analysis.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ezc3d>0:misc/py-ezc3d@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-ezc3d/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-ezc3d
- pkg install py311-ezc3d
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-ezc3d listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-ezc3d
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1723624801
SHA256 (pyomeca-ezc3d-Release_1.5.11_GH0.tar.gz) = 59516aca5138940313fc1ffba54001ab79f41e48ae1fce9be6770cbd76fccc93
SIZE (pyomeca-ezc3d-Release_1.5.11_GH0.tar.gz) = 950531
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-scikit-build>0 : devel/py-scikit-build@py311
- py311-wheel>0 : devel/py-wheel@py311
- cmake : devel/cmake-core
- swig : devel/swig
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_py-ezc3d
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.11 14 Aug 2024 09:43:46 |
Yuri Victorovich (yuri) |
misc/{,py-}ezc3d: update 1.5.9 → 1.5.11
Reported by: portscout |
1.5.9 16 Feb 2024 06:48:28 |
Yuri Victorovich (yuri) |
misc/{,py-}ezc3d: update 1.5.8 → 1.5.9
Reported by: portscout |
1.5.8 13 Feb 2024 09:11:08 |
Yuri Victorovich (yuri) |
misc/{,py-}ezc3d: update 1.5.7 → 1.5.8
Reported by: portscout |
1.5.7 12 Dec 2023 21:14:12 |
Yuri Victorovich (yuri) |
misc/{,py-}ezc3d: update 1.5.6 → 1.5.7
Reported by: portscout |
1.5.6 14 Nov 2023 09:25:26 |
Yuri Victorovich (yuri) |
misc/{,py-}ezc3d: update 1.5.5 → 1.5.6
Reported by: portscout |
1.5.5 11 Oct 2023 08:19:07 |
Yuri Victorovich (yuri) |
misc/{,py-}ezc3d: update 1.5.4 → 1.5.5
Reported by: portscout |
1.5.4 09 Jun 2023 02:18:57 |
Yuri Victorovich (yuri) |
misc/{,py-}ezc3d: Update 1.5.3 → 1.5.4
Reported by: portscout |
1.5.3 03 Jun 2023 07:43:32 |
Yuri Victorovich (yuri) |
misc/{,py-}ezc3d: Update 1.5.0 → 1.5.3
Reported by: portscout |
1.5.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.5.0 09 Sep 2022 21:02:04 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0 22 Jun 2022 19:02:54 |
Yuri Victorovich (yuri) |
misc/py-ezc3d: Fix tests |
1.5.0 20 Jun 2022 20:57:35 |
Yuri Victorovich (yuri) |
misc/py-ezc3d: New port: C3D (biomechanics data format) reader/writer |