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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
py-a2wsgi Convert WSGI app to ASGI app or ASGI app to WSGI app
1.10.10 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 1.10.10Version of this port present on the latest quarterly branch.
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-03-10 02:42:04
Last Update: 2026-03-10 02:40:22
Commit Hash: fee3150
Also Listed In: python
License: APACHE20
WWW:
https://github.com/abersheeran/a2wsgi
Description:
Convert WSGI app to ASGI app or ASGI app to WSGI app. Pure Python. Only depend on the standard library. Compared with other converters, the advantage is that a2wsgi will not accumulate the requested content or response content in the memory, so you don't have to worry about the memory limit caused by a2wsgi. This problem exists in converters implemented by uvicorn/startlette or hypercorn.
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}a2wsgi>0:www/py-a2wsgi@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-a2wsgi/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-a2wsgi
  • pkg install py311-a2wsgi
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-a2wsgi listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-a2wsgi
Package flavors (<flavor>: <package>)
  • py311: py311-a2wsgi
distinfo:
TIMESTAMP = 1773108368 SHA256 (a2wsgi-1.10.10.tar.gz) = a5bcffb52081ba39df0d5e9a884fc6f819d92e3a42389343ba77cbf809fe1f45 SIZE (a2wsgi-1.10.10.tar.gz) = 18799

Packages (timestamps in pop-ups are UTC):
py311-a2wsgi
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.10.101.10.10--1.10.10n/an/an/a
FreeBSD:13:quarterly1.10.101.10.10--1.10.10n/an/an/a
FreeBSD:14:latest1.10.101.10.10--1.10.10---
FreeBSD:14:quarterly1.10.101.10.10--1.10.10---
FreeBSD:15:latest1.10.101.10.10n/a-n/an/a--
FreeBSD:15:quarterly1.10.101.10.10n/a-n/an/a--
FreeBSD:16:latest1.10.101.10.10n/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. py311-pdm-backend>=0 : devel/py-pdm-backend@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. py311-pytest-asyncio>0 : devel/py-pytest-asyncio@py311
  2. py311-baize>=0 : www/py-baize@py311
  3. py311-pytest>=7,1 : devel/py-pytest@py311
  4. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
There are no ports dependent upon this port

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

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10.10
10 Mar 2026 02:40:22
commit hash: fee31501d1bc34a8af6af558dd1dee14eb510ca5commit hash: fee31501d1bc34a8af6af558dd1dee14eb510ca5commit hash: fee31501d1bc34a8af6af558dd1dee14eb510ca5commit hash: fee31501d1bc34a8af6af558dd1dee14eb510ca5 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/py-a2wsgi: New port

Convert WSGI app to ASGI app or ASGI app to WSGI app.

Pure Python. Only depend on the standard library.

Compared with other converters, the advantage is that a2wsgi
will not accumulate the requested content or response content
in the memory, so you don't have to worry about the memory
limit caused by a2wsgi. This problem exists in converters
implemented by uvicorn/startlette or hypercorn.

Number of commits found: 1