Port details |
- py-madoka Memory-efficient CountMin Sketch key-value structure
- 0.7.1 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: tagattie@FreeBSD.org
 - Port Added: 2025-09-27 03:12:08
- Last Update: 2025-09-27 03:11:24
- Commit Hash: f623d42
- Also Listed In: python
- License: BSD2CLAUSE BSD3CLAUSE
- WWW:
- https://github.com/ikegami-yukino/madoka-python
- Description:
- Madoka is an implementation of a Count-Min sketch data structure for
summarizing data streams. String-int pairs in a Madoka-Sketch may take
less memory than in a standard Python dict, Counter, Redis.
¦ ¦ ¦ ¦ 
- 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}madoka>0:devel/py-madoka@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-madoka/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-madoka
- pkg install py311-madoka
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-madoka listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-madoka
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1758877316
SHA256 (madoka-0.7.1.tar.gz) = e258baa84fc0a3764365993b8bf5e1b065383a6ca8c9f862fb3e3e709843fae7
SIZE (madoka-0.7.1.tar.gz) = 81413
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-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-pondpond
Configuration Options:
- ===> The following configuration options are available for py311-madoka-0.7.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-madoka
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.1 27 Sep 2025 03:11:24
    |
Hiroki Tagato (tagattie)  |
devel/py-madoka: add port: Memory-efficient CountMin Sketch key-value structure
Madoka is an implementation of a Count-Min sketch data structure for
summarizing data streams. String-int pairs in a Madoka-Sketch may take
less memory than in a standard Python dict, Counter, Redis.
WWW: https://github.com/ikegami-yukino/madoka-python |
Number of commits found: 1
|