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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-daphne Django ASGI (HTTP/WebSocket) server
4.1.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.1.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-10-11 13:00:26
Last Update: 2024-04-13 11:57:41
Commit Hash: d07a5e4
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/django/daphne
Description:
Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP, developed to power Django Channels. It supports automatic negotiation of protocols; there's no need for URL prefixing to determine WebSocket endpoints versus HTTP endpoints.
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}daphne>0:www/py-daphne@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-daphne/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-daphne
  • pkg install py39-daphne
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 py39-daphne listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-daphne
Package flavors (<flavor>: <package>)
  • py39: py39-daphne
distinfo:
TIMESTAMP = 1713001152 SHA256 (daphne-4.1.2.tar.gz) = fcbcace38eb86624ae247c7ffdc8ac12f155d7d19eafac4247381896d6f33761 SIZE (daphne-4.1.2.tar.gz) = 37882

Packages (timestamps in pop-ups are UTC):
py39-daphne
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-4.1.2--4.1.2---
FreeBSD:13:quarterly-4.1.0--4.1.0-4.0.04.0.0
FreeBSD:14:latest4.1.04.1.2--4.1.2---
FreeBSD:14:quarterly4.1.04.1.0--4.1.0-4.0.04.0.0
FreeBSD:15:latest-4.1.2n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-asgiref>=3.5.2<4 : www/py-asgiref@py39
  2. py39-autobahn>=22.4.2 : www/py-autobahn@py39
  3. py39-twisted>=22.4 : devel/py-twisted@py39
  4. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-daphne
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/daphne/
  2. https://pypi.org/packages/source/d/daphne/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.2
13 Apr 2024 11:57:41
commit hash: d07a5e4d9f62f89d12c46412796d642ac5f638b5commit hash: d07a5e4d9f62f89d12c46412796d642ac5f638b5commit hash: d07a5e4d9f62f89d12c46412796d642ac5f638b5commit hash: d07a5e4d9f62f89d12c46412796d642ac5f638b5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-daphne: Update to 4.1.2

Changes:	https://github.com/django/daphne/blob/main/CHANGELOG.txt
4.1.1
13 Apr 2024 09:31:42
commit hash: 1458281f9119854eec7f446bebe06dc749fd0aadcommit hash: 1458281f9119854eec7f446bebe06dc749fd0aadcommit hash: 1458281f9119854eec7f446bebe06dc749fd0aadcommit hash: 1458281f9119854eec7f446bebe06dc749fd0aad files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-daphne: Update to 4.1.1

Changes:	https://github.com/django/daphne/blob/main/CHANGELOG.txt
4.1.0
21 Feb 2024 15:08:07
commit hash: 3d85fa6e3ea1753e2161959d9317f39c9c168660commit hash: 3d85fa6e3ea1753e2161959d9317f39c9c168660commit hash: 3d85fa6e3ea1753e2161959d9317f39c9c168660commit hash: 3d85fa6e3ea1753e2161959d9317f39c9c168660 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-daphne: Update to 4.1.0

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/django/daphne/blob/main/CHANGELOG.txt
4.0.0
11 Oct 2023 12:53:48
commit hash: 62ddbb54872647f4cb6370ad9ec671d8099f39abcommit hash: 62ddbb54872647f4cb6370ad9ec671d8099f39abcommit hash: 62ddbb54872647f4cb6370ad9ec671d8099f39abcommit hash: 62ddbb54872647f4cb6370ad9ec671d8099f39ab files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-daphne: Add py-daphne 4.0.0

Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP,
developed to power Django Channels.

It supports automatic negotiation of protocols; there's no need for URL
prefixing to determine WebSocket endpoints versus HTTP endpoints.

Number of commits found: 4