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.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
py-fsrs Free Spaced Repetition Scheduler
6.3.2 devel 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 6.3.2Version of this port present on the latest quarterly branch.
Maintainer: chris.longros@gmail.com search for ports maintained by this maintainer
Port Added: 2026-03-22 16:30:06
Last Update: 2026-08-19 14:02:03
Commit Hash: 42cb653
Also Listed In: python
License: MIT
WWW:
https://github.com/open-spaced-repetition/py-fsrs
Description:
Python implementation of the Free Spaced Repetition Scheduler (FSRS) algorithm. FSRS uses machine learning to analyze personal review history and optimize flashcard scheduling intervals, replacing fixed-formula schedulers like SM-2 with data-driven, individualized memory modeling. Features: - Implements FSRS-6 algorithm - Scheduling, card state management, and retrievability calculation - Optional optimizer module for computing optimal parameters from review data - Built into Anki since 23.10, with FSRS-6 support in Anki 25.09 -- Christos Longros <chris.longros@gmail.com>
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}fsrs>0:devel/py-fsrs@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-fsrs/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-fsrs
  • pkg install py312-fsrs
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-fsrs listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py312-fsrs
Package flavors (<flavor>: <package>)
  • py312: py312-fsrs
distinfo:
TIMESTAMP = 1786344073 SHA256 (fsrs-6.3.2.tar.gz) = 7fe79947ceb92ca35fdca3dfa511a239be15b317cde63d6643a2da6110844d91 SIZE (fsrs-6.3.2.tar.gz) = 32766

Packages (timestamps in pop-ups are UTC):
py311-fsrs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.3.16.3.1--6.3.1n/an/an/a
FreeBSD:13:quarterly6.3.16.3.1--6.3.1n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py312-fsrs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest6.3.26.3.2--6.3.2---
FreeBSD:14:quarterly6.3.26.3.2--6.3.2---
FreeBSD:15:latest6.3.26.3.2n/a-n/an/a--
FreeBSD:15:quarterly6.3.26.3.2n/a-n/an/a--
FreeBSD:16:latest6.3.16.3.2n/a-n/an/a--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py312-setuptools>0 : devel/py-setuptools@py312
  2. py312-wheel>0 : devel/py-wheel@py312
  3. python3.12 : lang/python312
  4. py312-build>=0 : devel/py-build@py312
  5. py312-installer>=0 : devel/py-installer@py312
Test dependencies:
  1. python3.12 : lang/python312
Runtime dependencies:
  1. py312-typing-extensions>0 : devel/py-typing-extensions@py312
  2. python3.12 : lang/python312
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-fsrs
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/f/fsrs/
  2. https://pypi.org/packages/source/f/fsrs/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.3.2
19 Aug 2026 14:02:03
commit hash: 42cb6537cf3144718da626225108b8fd91ad9841commit hash: 42cb6537cf3144718da626225108b8fd91ad9841commit hash: 42cb6537cf3144718da626225108b8fd91ad9841commit hash: 42cb6537cf3144718da626225108b8fd91ad9841 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Christos Longros
devel/py-fsrs: Update 6.3.1 => 6.3.2

Changelog:
https://github.com/open-spaced-repetition/py-fsrs/releases/tag/v6.3.2

PR:		297413
Sponsored by:	UNIS Labs
MFH:		2026Q3
6.3.1
22 Mar 2026 16:28:34
commit hash: 10affd73b35ea9a2fbb2f71a9afe77412dabc47bcommit hash: 10affd73b35ea9a2fbb2f71a9afe77412dabc47bcommit hash: 10affd73b35ea9a2fbb2f71a9afe77412dabc47bcommit hash: 10affd73b35ea9a2fbb2f71a9afe77412dabc47b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
Author: Christos Longros
devel/py-fsrs: New port: Free Spaced Repetition Scheduler

Differential Revision:	https://reviews.freebsd.org/D56019

Number of commits found: 2