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-dj52-django-tables2 Table/data-grid framework for Django
2.8.0 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 2.7.5Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-22 07:00:13
Last Update: 2025-11-26 13:12:16
Commit Hash: 58178f7
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/jieter/django-tables2
Description:
django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting, does for HTML tables what django.forms does for HTML forms.
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}dj52-django-tables2>0:www/py-dj52-django-tables2@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-*django-tables2
To install the port:
cd /usr/ports/www/py-dj52-django-tables2/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-dj52-django-tables2
  • pkg install py311-dj52-django-tables2
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-dj52-django-tables2 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dj52-django-tables2
Package flavors (<flavor>: <package>)
  • py311: py311-dj52-django-tables2
distinfo:
TIMESTAMP = 1763819807 SHA256 (django_tables2-2.8.0.tar.gz) = 0dea3401bb99a0164ba09e20d59a7d90856fdc05e5ae2da9a14d0fa14d99257c SIZE (django_tables2-2.8.0.tar.gz) = 129204

Packages (timestamps in pop-ups are UTC):
py311-dj52-django-tables2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.7.52.8.0-2.7.52.8.0n/an/an/a
FreeBSD:13:quarterly2.7.52.7.5-2.7.52.7.5n/an/an/a
FreeBSD:14:latest2.7.52.8.0-2.7.52.8.0---
FreeBSD:14:quarterly2.7.52.7.5-2.7.52.7.5---
FreeBSD:15:latest2.7.52.8.0n/a2.7.5n/an/a--
FreeBSD:15:quarterly2.7.52.7.5n/a-n/an/a--
FreeBSD:16:latest2.7.52.8.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-hatchling>0 : devel/py-hatchling@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-django52>=4.2 : www/py-django52@py311
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. net-mgmt/netbox
  2. net-mgmt/peering-manager

Configuration Options:
===> The following configuration options are available for py311-dj52-django-tables2-2.8.0: TABLIB=off: Enable support for exporting table datasets ===> Use 'make config' to modify these settings
Options name:
www_py-dj52-django-tables2
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/d/django_tables2/
  2. https://pypi.org/packages/source/d/django_tables2/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.8.0
26 Nov 2025 13:12:16
commit hash: 58178f76945030b288caed964cd78f6ffb33912ecommit hash: 58178f76945030b288caed964cd78f6ffb33912ecommit hash: 58178f76945030b288caed964cd78f6ffb33912ecommit hash: 58178f76945030b288caed964cd78f6ffb33912e files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-dj52-django-tables2: Update to 2.8.0

Changelog:

https://github.com/jieter/django-tables2/blob/v2.8.0/CHANGELOG.md
2.7.5
01 Nov 2025 17:23:22
commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Revise USES=python:... version range constraints

and strip all lower bounds of 3.9 or 3.10 because they are implied now.

python:3.9-X  -> python:-X
python:3.9+   -> python
python:3.10-X -> python:-X
python:3.10+  -> python
(options such as ,build preserved)
2.7.5
22 Jun 2025 06:55:08
commit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6fcommit hash: 7f72b5d66013f5cc9013b9b1e5cbbb187f136d6f files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Create Django 5.2 consumers

* Django 4.2 is currently the "default" version in the ports tree due
  its long term support until April 2026.  Thus ports that are assigned
  to that version will exist until then.

  The following ports are required to make the upgrade of
  net-mgmt/netbox to the 4.3 release possible because it requires
  Django 5.2.

  All of the ports listed below were created on the basis of their
  respective original ports:

  - devel/py-dj52-django-rq
  - devel/py-dj52-strawberry-graphql
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 3