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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-channels-redis Redis-backed asgi channel layer implementation
4.2.1_1 www on this many watch lists=2 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: 2024-05-12 07:09:39
Last Update: 2025-03-08 04:05:21
Commit Hash: 06a08e6
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}channels-redis>0:www/py-channels-redis@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-channels-redis/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-channels-redis
  • pkg install py311-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-channels-redis listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-channels-redis
Package flavors (<flavor>: <package>)
  • py311: py311-channels-redis
distinfo:
TIMESTAMP = 1738052794 SHA256 (channels_redis-4.2.1.tar.gz) = 8375e81493e684792efe6e6eca60ef3d7782ef76c6664057d2e5c31e80d636dd SIZE (channels_redis-4.2.1.tar.gz) = 31152

Packages (timestamps in pop-ups are UTC):
py311-channels-redis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.2.1_14.2.1_1-4.2.1_14.2.1_1---
FreeBSD:13:quarterly4.2.04.2.0-4.2.04.2.0---
FreeBSD:14:latest4.2.1_14.2.1_1-4.2.1_14.2.1_1---
FreeBSD:14:quarterly4.2.04.2.0-4.2.04.2.0---
FreeBSD:15:latest4.2.1_14.2.1_1n/a4.2.1_1n/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-channels>=4 : www/py-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-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.
Port Moves
  • port moved here from www/py-dj42-channels-redis on 2024-05-12
    REASON: Renamed after all Django consumers were switched from Django 3.2 to Django 4.2 to have a consistent naming scheme

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.2.1_1
08 Mar 2025 04:05:21
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal

Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
4.2.1
28 Jan 2025 10:28:59
commit hash: 650acec53ee6e916e278b955849f1489dca1491ecommit hash: 650acec53ee6e916e278b955849f1489dca1491ecommit hash: 650acec53ee6e916e278b955849f1489dca1491ecommit hash: 650acec53ee6e916e278b955849f1489dca1491e files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
www/py-channels-redis: Update to 4.2.1
4.2.0
12 May 2024 07:06:38
commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
deskutils/py-paperless-ngx: Change RUN_DEPENDS

* Switch the port from the repo-copied py-dj42-django* ports to the
  original ones as they're using Django 4.2 now.

* Some ports were also created directly with a "py-dj42-" prefix to
  have a consistent naming scheme of Django 4.2 ports and had no
  Django 3.2 counterpart.

  After all Django consumers have been changed from Django 3.2 to
  Django 4.2 with 680c68fd4d69, these ports are now renamed accordingly.

  - From:       www/py-dj42-channels-redis
    To:         www/py-channels-redis
  - From:       www/py-dj42-django-auditlog
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 3