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-channels Brings async, event-driven capabilities to Django
4.3.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 4.3.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-22 07:00:13
Last Update: 2025-12-02 12:09:27
Commit Hash: 10f56fc
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://channels.readthedocs.io/en/latest/
https://github.com/django/channels
Description:
Channels augments Django to bring WebSocket, long-poll HTTP, task offloading and other async support to your code, using familiar Django design patterns and a flexible underlying framework that lets you not only customize behaviours but also write support for your own protocols and needs.
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}dj52-channels>0:www/py-dj52-channels@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-dj52-channels/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-dj52-channels
  • pkg install py311-dj52-channels
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-channels listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dj52-channels
Package flavors (<flavor>: <package>)
  • py311: py311-dj52-channels
distinfo:
TIMESTAMP = 1763853468 SHA256 (channels-4.3.2.tar.gz) = f2bb6bfb73ad7fb4705041d07613c7b4e69528f01ef8cb9fb6c21d9295f15667 SIZE (channels-4.3.2.tar.gz) = 27023

Packages (timestamps in pop-ups are UTC):
py311-dj52-channels
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3.14.3.1-4.3.14.3.1n/an/an/a
FreeBSD:13:quarterly4.3.14.3.1-4.2.24.3.1n/an/an/a
FreeBSD:14:latest4.3.14.3.1-4.3.04.3.1---
FreeBSD:14:quarterly4.3.14.3.1-4.2.24.3.1---
FreeBSD:15:latest4.3.14.3.1n/a4.3.0n/an/a--
FreeBSD:15:quarterly4.3.14.3.1n/a-n/an/a--
FreeBSD:16:latest4.3.14.3.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>=0 : 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-asgiref>=3.9.0<4 : www/py-asgiref@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-dj52-channels-redis

Configuration Options:
===> The following configuration options are available for py311-dj52-channels-4.3.2: DAPHNE=off: Django ASGI support via daphne ===> Use 'make config' to modify these settings
Options name:
www_py-dj52-channels
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/c/channels/
  2. https://pypi.org/packages/source/c/channels/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3.2
02 Dec 2025 12:09:27
commit hash: 10f56fc1d9f95daf24f2fc43d68557129f8a4de0commit hash: 10f56fc1d9f95daf24f2fc43d68557129f8a4de0commit hash: 10f56fc1d9f95daf24f2fc43d68557129f8a4de0commit hash: 10f56fc1d9f95daf24f2fc43d68557129f8a4de0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj52-channels: Add DAPHNE option
4.3.2
29 Nov 2025 23:27:35
commit hash: 4296ffd3466cad6a37cc151eccd6edeb3e836a11commit hash: 4296ffd3466cad6a37cc151eccd6edeb3e836a11commit hash: 4296ffd3466cad6a37cc151eccd6edeb3e836a11commit hash: 4296ffd3466cad6a37cc151eccd6edeb3e836a11 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj52-channels: Update to 4.3.2

Changes:	https://github.com/django/channels/blob/main/CHANGELOG.txt
		https://github.com/django/channels/tree/main/docs/releases
		https://channels.readthedocs.io/en/latest/releases/
4.3.1
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)
4.3.1
07 Sep 2025 23:04:14
commit hash: 35bbf0c2b32db03a28aaf3f27408d705aa117484commit hash: 35bbf0c2b32db03a28aaf3f27408d705aa117484commit hash: 35bbf0c2b32db03a28aaf3f27408d705aa117484commit hash: 35bbf0c2b32db03a28aaf3f27408d705aa117484 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj52-channels: Update to 4.3.1

Changes:	https://github.com/django/channels/blob/main/CHANGELOG.txt
		https://github.com/django/channels/tree/main/docs/releases
		https://channels.readthedocs.io/en/latest/releases/
4.3.0
12 Aug 2025 18:15:49
commit hash: 63a9cd5872eeb7afd6dd8164491fd52108736013commit hash: 63a9cd5872eeb7afd6dd8164491fd52108736013commit hash: 63a9cd5872eeb7afd6dd8164491fd52108736013commit hash: 63a9cd5872eeb7afd6dd8164491fd52108736013 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj52-channels: Update to 4.3.0

Changes:	https://github.com/django/channels/blob/main/CHANGELOG.txt
		https://github.com/django/channels/tree/main/docs/releases
		https://channels.readthedocs.io/en/latest/releases/index.html
4.2.2
29 Jun 2025 11:46:13
commit hash: 0a48f982ea311b3e0c6125ae1484262e6ce4662bcommit hash: 0a48f982ea311b3e0c6125ae1484262e6ce4662bcommit hash: 0a48f982ea311b3e0c6125ae1484262e6ce4662bcommit hash: 0a48f982ea311b3e0c6125ae1484262e6ce4662b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj52-channels: Update to 4.2.2

Changes:	https://github.com/django/channels/blob/main/CHANGELOG.txt
		https://github.com/django/channels/tree/main/docs/releases
		https://channels.readthedocs.io/en/latest/releases/index.html
4.2.0
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: 7