| Port details |
- py-mmcv OpenMMLab: Foundational library for computer vision research
- 2.2.0_5 misc
=0 2.2.0_3Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-12-27 19:27:11
- Last Update: 2026-05-05 19:29:37
- Commit Hash: 2bf3834
- License: APACHE20
- WWW:
- https://mmcv.readthedocs.io/en/latest/
- Description:
- MMCV is a foundational library for computer vision research and provides
the following functionalities:
* Image/Video processing
* Image and annotation visualization
* Image transformation
* Various CNN architectures
* High-quality implementation of common CUDA ops
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mmcv>0:misc/py-mmcv@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-mmcv/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-mmcv
- pkg install py311-mmcv
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-mmcv listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mmcv
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1714056994
SHA256 (mmcv-2.2.0.tar.gz) = ac479247e808d8802f89eadf04d4118de86bdfe81361ec5aed0cc1bf731c67c9
SIZE (mmcv-2.2.0.tar.gz) = 479121
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:
-
- ninja : devel/ninja
- pybind11.h : devel/pybind11
- py311-numpy>=1.16 : math/py-numpy@py311
- py311-pytorch>0 : misc/py-pytorch@py311
- py311-cython>=3.2.4 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-addict>0 : devel/py-addict@py311
- py311-mmengine>=0.3.0 : misc/py-mmengine@py311
- py311-numpy>=1.16 : math/py-numpy@py311
- py311-packaging>0 : devel/py-packaging@py311
- py311-pillow>=7.0.0 : graphics/py-pillow@py311
- py311-yapf>0 : textproc/py-yapf@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_py-mmcv
- USES:
- compiler:c++17-lang localbase 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 |
2.2.0_5 05 May 2026 19:29:37
    |
Max Brazhnikov (makc)  |
*/*: bump PORTREVISION after switching to NumPy 2.x |
2.2.0_4 05 May 2026 19:29:37
    |
Max Brazhnikov (makc)  |
*/*: Switch to NumPy 2.x
PR: 294328
Exp-run: antoine |
2.2.0_4 03 Apr 2026 20:52:43
    |
Charlie Li (vishwin)  |
python.mk: retire ${PYNUMPY}
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound. |
2.2.0_4 03 Apr 2026 18:52:22
    |
Charlie Li (vishwin)  |
math/py-numpy: switch all consumers to math/py-numpy1
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS
PR: 281470 |
2.2.0_3 31 Aug 2025 10:30:51
    |
Rene Ladan (rene)  |
all: bump PORTREVISION after updating graphics/libyuv
Using the Tools/scripts/bump_revision.pl script |
2.2.0_2 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
2.2.0_2 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2.2.0_1 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
2.2.0 26 Apr 2024 03:26:06
    |
Yuri Victorovich (yuri)  |
misc/py-mmcv: update 2.1.0 → 2.2.0
Reported by: portscout |
2.1.0 27 Dec 2023 19:26:01
    |
Yuri Victorovich (yuri)  |
misc/py-mmcv: New port: OpenMMLab: Foundational library for computer vision
research |