| Port details |
- py-marisa-trie Static memory-efficient and fast Trie-like structures for Python
- 1.4.1 devel
=0 1.1.0_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-02-21 15:18:42
- Last Update: 2026-08-19 12:55:56
- Commit Hash: 44c4d7e
- Also Listed In: python
- License: MIT
- WWW:
- https://marisa-trie.readthedocs.io/en/latest/
- https://github.com/pytries/marisa-trie
- Description:
- MARISA Trie provides static memory-efficient Trie-like structures for Python
based on marisa-trie C++ library.
String data in a MARISA-trie may take up to 50x-100x less memory than in a
standard Python dict; the raw lookup speed is comparable; trie also provides
fast advanced methods like prefix search.
Note: There are official SWIG-based Python bindings included in C++ library
distribution; this package provides alternative Cython-based pip-installable
Python bindings.
 ¦ ¦ ¦ ¦ 
- 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}marisa-trie>0:devel/py-marisa-trie@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-marisa-trie/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-marisa-trie
- pkg install py312-marisa-trie
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 py312-marisa-trie listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-marisa-trie
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1784005216
SHA256 (marisa_trie-1.4.1.tar.gz) = 44ce3bdbeb7c950d463e460184fc3e18702df9ef0edb826bac672fd789fb1d20
SIZE (marisa_trie-1.4.1.tar.gz) = 261581
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:
-
- py312-setuptools>=61 : devel/py-setuptools@py312
- py312-wheel>=0 : devel/py-wheel@py312
- py312-cython>=3.2.4 : lang/cython@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-setuptools>=0 : devel/py-setuptools@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- textproc/py-language-data
Configuration Options:
- No options to configure
- Options name:
- devel_py-marisa-trie
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.4.1 19 Aug 2026 12:55:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-marisa-trie: Update to 1.4.1
Changes: https://github.com/pytries/marisa-trie/releases |
1.1.0_1 08 Apr 2024 20:17:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-marisa-trie: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.1.0 21 Feb 2024 15:06:05
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-marisa-trie: Add py-marisa-trie 1.1.0
MARISA Trie provides static memory-efficient Trie-like structures for Python
based on marisa-trie C++ library.
String data in a MARISA-trie may take up to 50x-100x less memory than in a
standard Python dict; the raw lookup speed is comparable; trie also provides
fast advanced methods like prefix search.
Note: There are official SWIG-based Python bindings included in C++ library
distribution; this package provides alternative Cython-based pip-installable
Python bindings. |
Number of commits found: 3
|