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
Commit processing is paused - The database was just upgraded and I want to review. At present, commit processing is up to 12:23 UTC on 2026-03-31
Port details
py-modelsearch Library for indexing Django models
1.2 www 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 1.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-11-09 16:36:29
Last Update: 2026-03-09 18:19:21
Commit Hash: d2f1fdc
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/wagtail/django-modelsearch
Description:
Django ModelSearch allows you to index Django models and search them using the ORM! It supports PostgreSQL FTS, SQLite FTS5, MySQL FTS, MariaDB FTS, Elasticsearch (7.x, 8.x, and 9.x), and OpenSearch (2.x and 3.x). Features: - Index models in Elasticsearch and OpenSearch and query with the Django ORM - Reuse existing QuerySets for search, works with Django paginators and django-filter - Also supports PostgreSQL FTS, MySQL FTS, MariaDB FTS and SQLite FTS5 - Autocomplete - Faceting - Per-field boosting - Fuzzy Search - Phrase search - Structured queries - Multi-table inheritance - Zero-downtime index rebuilding (uses aliases to atomically swap in a new index when its ready) This has been built into Wagtail CMS since 2014 and extracted into a separate package in March 2025.
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}modelsearch>0:www/py-modelsearch@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-modelsearch/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-modelsearch
  • pkg install py311-modelsearch
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-modelsearch listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-modelsearch
Package flavors (<flavor>: <package>)
  • py311: py311-modelsearch
distinfo:
TIMESTAMP = 1771421776 SHA256 (modelsearch-1.2.tar.gz) = c150eb8bc0317fd5e656eb54f3b6809da313588a9998796a4e59a1cfed273ee7 SIZE (modelsearch-1.2.tar.gz) = 90558

Packages (timestamps in pop-ups are UTC):
py311-modelsearch
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.21.2---n/an/an/a
FreeBSD:13:quarterly1.11.1---n/an/an/a
FreeBSD:14:latest1.21.2------
FreeBSD:14:quarterly1.11.1------
FreeBSD:15:latest1.21.2n/a-n/an/a--
FreeBSD:15:quarterly1.11.1n/a-n/an/a--
FreeBSD:16:latest1.21.2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-dj52-django-tasks>=0.7<1 : www/py-dj52-django-tasks@py311
  2. py311-django52>=4.2 : www/py-django52@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-wagtail

Configuration Options:
No options to configure
Options name:
www_py-modelsearch
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/modelsearch/
  2. https://pypi.org/packages/source/m/modelsearch/
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
1.2
09 Mar 2026 18:19:21
commit hash: d2f1fdce1db504a473ff5000044465a97356a17dcommit hash: d2f1fdce1db504a473ff5000044465a97356a17dcommit hash: d2f1fdce1db504a473ff5000044465a97356a17dcommit hash: d2f1fdce1db504a473ff5000044465a97356a17d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-modelsearch: Update to 1.2

- Update WWW

Changes:	https://github.com/wagtail/django-modelsearch/releases
1.1
09 Nov 2025 16:30:45
commit hash: c88d5e47d034bbf9ad04d5d1d27d920791d8fa96commit hash: c88d5e47d034bbf9ad04d5d1d27d920791d8fa96commit hash: c88d5e47d034bbf9ad04d5d1d27d920791d8fa96commit hash: c88d5e47d034bbf9ad04d5d1d27d920791d8fa96 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-modelsearch: Add py-modelsearch 1.1

Django ModelSearch allows you to index Django models and search them using the
ORM!

It supports PostgreSQL FTS, SQLite FTS5, MySQL FTS, MariaDB FTS, Elasticsearch
(7.x, 8.x, and 9.x), and OpenSearch (2.x and 3.x).

Features:
- Index models in Elasticsearch and OpenSearch and query with the Django ORM
- Reuse existing QuerySets for search, works with Django paginators and
  django-filter
- Also supports PostgreSQL FTS, MySQL FTS, MariaDB FTS and SQLite FTS5
- Autocomplete
- Faceting
- Per-field boosting
- Fuzzy Search
- Phrase search
- Structured queries
- Multi-table inheritance
- Zero-downtime index rebuilding (uses aliases to atomically swap in a new index
  when its ready)

This has been built into Wagtail CMS since 2014 and extracted into a separate
package in March 2025.

Number of commits found: 2