notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-madoka Memory-efficient CountMin Sketch key-value structure
0.7.1 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py311: py311-madoka
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):
py311-madoka
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.7.1------
FreeBSD:13:quarterly--------
FreeBSD:14:latest----0.7.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/madoka/
  2. https://pypi.org/packages/source/m/madoka/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.1
27 Sep 2025 03:11:24
commit hash: f623d4219d4b63c3c2deb0ebe7face851af551f2commit hash: f623d4219d4b63c3c2deb0ebe7face851af551f2commit hash: f623d4219d4b63c3c2deb0ebe7face851af551f2commit hash: f623d4219d4b63c3c2deb0ebe7face851af551f2 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
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