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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-dj51-channels-redis Redis-backed asgi channel layer implementation
4.3.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 4.2.1_1Version of this port present on the latest quarterly branch.
Maintainer: grembo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-05-05 18:03:06
Last Update: 2025-08-01 18:11:57
Commit Hash: 2ee5843
Also Listed In: python
License: BSD3CLAUSE
WWW:
http://github.com/django/channels_redis/
Description:
Provides Django Channels channel layers that use Redis as a backing store. There are two available implementations: RedisChannelLayer is the original layer, and implements channel and group handling itself. RedisPubSubChannelLayer is newer and leverages Redis Pub/Sub for message dispatch. This layer is currently at Beta status, meaning it may be subject to breaking changes whilst it matures. Both layers support a single-server and sharded configurations.
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}dj51-channels-redis>0:www/py-dj51-channels-redis@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-dj51-channels-redis/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-dj51-channels-redis
  • pkg install py311-dj51-channels-redis
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-dj51-channels-redis listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dj51-channels-redis
Package flavors (<flavor>: <package>)
  • py311: py311-dj51-channels-redis
distinfo:
TIMESTAMP = 1753980067 SHA256 (channels_redis-4.3.0.tar.gz) = 740ee7b54f0e28cf2264a940a24453d3f00526a96931f911fcb69228ef245dd2 SIZE (channels_redis-4.3.0.tar.gz) = 31440

Packages (timestamps in pop-ups are UTC):
py311-dj51-channels-redis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3.04.3.0-4.3.04.3.0---
FreeBSD:13:quarterly4.2.1_14.2.1_1-4.2.1_14.2.1_1---
FreeBSD:14:latest4.3.04.3.0-4.3.04.3.0---
FreeBSD:14:quarterly4.2.1_14.2.1_1-4.2.1_14.2.1_1---
FreeBSD:15:latest4.3.04.3.0n/a4.2.1_1n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-4.3.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-redis>=5.0.1 : databases/py-redis@py311
  2. py311-msgpack>=1 : devel/py-msgpack@py311
  3. py311-asgiref>=3.7.2 : www/py-asgiref@py311
  4. py311-dj51-channels>=4 : www/py-dj51-channels@py311
  5. python3.11 : lang/python311
This port is required by:
for Build
  1. deskutils/py-paperless-ngx
for Run
  1. deskutils/py-paperless-ngx

Configuration Options:
No options to configure
Options name:
www_py-dj51-channels-redis
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_redis/
  2. https://pypi.org/packages/source/c/channels_redis/
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
4.3.0
01 Aug 2025 18:11:57
commit hash: 2ee58431a3caef4dc9ffe2dc49b9aaababd8b932commit hash: 2ee58431a3caef4dc9ffe2dc49b9aaababd8b932commit hash: 2ee58431a3caef4dc9ffe2dc49b9aaababd8b932commit hash: 2ee58431a3caef4dc9ffe2dc49b9aaababd8b932 files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
www/py-dj51-channels-redis: Update to 4.3.0
4.2.1_1
01 Jun 2025 16:24:04
commit hash: 7742c7a34af22daf15224d8b64cb2b23460b7934commit hash: 7742c7a34af22daf15224d8b64cb2b23460b7934commit hash: 7742c7a34af22daf15224d8b64cb2b23460b7934commit hash: 7742c7a34af22daf15224d8b64cb2b23460b7934 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj51-channels-redis: Add NO_ARCH

Approved by:	portmgr (blanket)
4.2.1_1
05 May 2025 17:59:48
commit hash: 2dbbaacbadf7c775e331659abde0da139b4dcc99commit hash: 2dbbaacbadf7c775e331659abde0da139b4dcc99commit hash: 2dbbaacbadf7c775e331659abde0da139b4dcc99commit hash: 2dbbaacbadf7c775e331659abde0da139b4dcc99 files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
Author: Sebastian
www/py-dj51-channels-redis: New port

Clone of existing port for Django 5.1.

PR:		286533

Number of commits found: 3