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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
py-shamir-mnemonic Implementation of SLIP-0039 Shamir mnemonic secret sharing
0.3.0 security 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 0.3.0Version of this port present on the latest quarterly branch.
Maintainer: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-02-16 13:18:04
Last Update: 2026-02-16 13:14:55
Commit Hash: 767b261
Also Listed In: python
License: MIT
WWW:
https://pypi.org/project/shamir-mnemonic/
https://github.com/trezor/python-shamir-mnemonic
Description:
shamir-mnemonic is a Python implementation of SLIP-0039, a standard for splitting secrets into multiple mnemonic word shares using Shamir's Secret Sharing scheme. It is designed primarily for use with cryptocurrency wallets and hardware devices, enabling secure backup and recovery of sensitive secrets through human-readable word lists. The library provides tools for generating mnemonic shares, combining shares to recover secrets, and validating share sets, while remaining compatible with SLIP-0039 implementations used by Trezor and related ecosystems.
HomepageHomepage    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}shamir-mnemonic>0:security/py-shamir-mnemonic@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-shamir-mnemonic/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-shamir-mnemonic
  • pkg install py311-shamir-mnemonic
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-shamir-mnemonic listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-shamir-mnemonic
Package flavors (<flavor>: <package>)
  • py311: py311-shamir-mnemonic
distinfo:
TIMESTAMP = 1770843433 SHA256 (shamir_mnemonic-0.3.0.tar.gz) = bc04886a1ddfe2a64d8a3ec51abf0f664d98d5b557cc7e78a8ad2d10a1d87438 SIZE (shamir_mnemonic-0.3.0.tar.gz) = 21757

Packages (timestamps in pop-ups are UTC):
py311-shamir-mnemonic
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.00.3.0--0.3.0n/an/an/a
FreeBSD:13:quarterly0.3.00.3.0--0.3.0n/an/an/a
FreeBSD:14:latest0.3.00.3.0--0.3.0---
FreeBSD:14:quarterly0.3.00.3.0--0.3.0---
FreeBSD:15:latest0.3.00.3.0n/a-n/an/a--
FreeBSD:15:quarterly0.3.00.3.0n/a-n/an/a--
FreeBSD:16:latest0.3.00.3.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-poetry-core>=1.0 : devel/py-poetry-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-click>=8,<9 : devel/py-click@py311
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. security/py-trezor

Configuration Options:
No options to configure
Options name:
security_py-shamir-mnemonic
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/s/shamir_mnemonic/
  2. https://pypi.org/packages/source/s/shamir_mnemonic/
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.3.0
16 Feb 2026 13:14:55
commit hash: 767b261e2cc90728ba822cfde28f7ff453addbc7commit hash: 767b261e2cc90728ba822cfde28f7ff453addbc7commit hash: 767b261e2cc90728ba822cfde28f7ff453addbc7commit hash: 767b261e2cc90728ba822cfde28f7ff453addbc7 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-shamir-mnemonic: Add new port

shamir-mnemonic is a Python implementation of SLIP-0039, a standard for
splitting secrets into multiple mnemonic word shares using Shamir's
Secret Sharing scheme.

It is designed primarily for use with cryptocurrency wallets and
hardware devices, enabling secure backup and recovery of sensitive
secrets through human-readable word lists.

The library provides tools for generating mnemonic shares, combining
shares to recover secrets, and validating share sets, while remaining
compatible with SLIP-0039 implementations used by Trezor and related
ecosystems.

Number of commits found: 1