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
Port details
py-modelsearch Library for indexing Django models
1.1 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 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: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-11-09 16:36:29
Last Update: 2025-11-09 16:30:45
Commit Hash: c88d5e4
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://django-modelsearch.readthedocs.io/en/latest/
https://github.com/kaedroho/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.
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}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 = 1762586690 SHA256 (modelsearch-1.1.tar.gz) = bdccbe9c80b7ac37aecc998ca13f7b05915acca1a2405d73755245df03a37a36 SIZE (modelsearch-1.1.tar.gz) = 87284

Packages (timestamps in pop-ups are UTC):
py311-modelsearch
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.1---n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest1.11.1------
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.11.1n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest1.11.1n/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>=5.0<6 : 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: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 1