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-multipart Parser for multipart/form-data
1.3.0 devel 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 1.2.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-11-02 07:42:08
Last Update: 2025-08-12 18:15:42
Commit Hash: ea910e5
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://multipart.readthedocs.io/en/latest/
https://github.com/defnull/multipart
Description:
Multipart provides a parser for the multipart/form-data format. It can read from a file, a socket or a WSGI environment. The parser can be used to replace cgi.FieldStorage to work around its limitations. Features: - Parses multipart/form-data and application/x-www-form-urlencoded. - Produces useful error messages in 'strict'-mode. - Gracefully handle uploads of unknown size (missing Content-Length header). - Fast memory mapped files (io.BytesIO) for small uploads. - Temporary files on disk for big uploads. - Memory and disk resource limits to prevent DOS attacks. - Fixes many shortcomings and bugs of cgi.FieldStorage. - 100% test coverage.
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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}multipart>0:devel/py-multipart@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-multipart/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-multipart
  • pkg install py311-multipart
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-multipart listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-multipart
Package flavors (<flavor>: <package>)
  • py311: py311-multipart
distinfo:
TIMESTAMP = 1753796072 SHA256 (multipart-1.3.0.tar.gz) = a46bd6b0eb4c1ba865beb88ddd886012a3da709b6e7b86084fc37e99087e5cf1 SIZE (multipart-1.3.0.tar.gz) = 38816

Packages (timestamps in pop-ups are UTC):
py39-multipart
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----0.2.40.2.40.2.4
FreeBSD:15:latest--n/a-n/an/a0.2.40.2.4
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py311-multipart
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.01.3.0-1.3.01.3.0n/an/an/a
FreeBSD:13:quarterly1.2.11.3.0-1.2.11.3.0n/an/an/a
FreeBSD:14:latest1.3.01.3.0-1.3.01.3.0---
FreeBSD:14:quarterly1.3.01.3.0-1.2.11.3.0---
FreeBSD:15:latest1.3.01.3.0n/a1.3.0n/an/a--
FreeBSD:15:quarterly-1.3.0n/a-n/an/a--
FreeBSD:16:latest-1.3.0n/a-n/an/a--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>=3.9<4 : devel/py-flit-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. misc/py-mcp

Configuration Options:
No options to configure
Options name:
devel_py-multipart
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/multipart/
  2. https://github.com/defnull/multipart/releases/download/v1.3.0/
  3. https://pypi.org/packages/source/m/multipart/
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
1.3.0
12 Aug 2025 18:15:42
commit hash: ea910e5e986e7e9baa00768b90951bd82729c27dcommit hash: ea910e5e986e7e9baa00768b90951bd82729c27dcommit hash: ea910e5e986e7e9baa00768b90951bd82729c27dcommit hash: ea910e5e986e7e9baa00768b90951bd82729c27d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-multipart: Update to 1.3.0

- Add GitHub to MASTER_SITES

Changes:	https://github.com/defnull/multipart/releases
		https://github.com/defnull/multipart/blob/master/CHANGELOG.rst
		https://multipart.readthedocs.io/en/latest/changelog.html
1.2.1
25 Dec 2024 19:15:28
commit hash: 9dbc0d3c4e07afbc01d5352514c76f8a3e747a71commit hash: 9dbc0d3c4e07afbc01d5352514c76f8a3e747a71commit hash: 9dbc0d3c4e07afbc01d5352514c76f8a3e747a71commit hash: 9dbc0d3c4e07afbc01d5352514c76f8a3e747a71 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-multipart: Update to 1.2.1

- Update WWW

Changes:	https://github.com/defnull/multipart/releases
		https://github.com/defnull/multipart/blob/master/CHANGELOG.rst
		https://multipart.readthedocs.io/en/latest/changelog.html
1.1.0
14 Oct 2024 05:25:32
commit hash: e4bff8273b80d259493a1b3e2ba28fd307b79915commit hash: e4bff8273b80d259493a1b3e2ba28fd307b79915commit hash: e4bff8273b80d259493a1b3e2ba28fd307b79915commit hash: e4bff8273b80d259493a1b3e2ba28fd307b79915 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-multipart: Update to 1.1.0

Changes:	https://github.com/defnull/multipart/blob/master/CHANGELOG.rst
1.0.0
30 Sep 2024 13:36:31
commit hash: ed2bd6f080d8a4713aa0d93c017c463972480c74commit hash: ed2bd6f080d8a4713aa0d93c017c463972480c74commit hash: ed2bd6f080d8a4713aa0d93c017c463972480c74commit hash: ed2bd6f080d8a4713aa0d93c017c463972480c74 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-multipart: Update to 1.0.0

Changes:	https://github.com/defnull/multipart/blob/master/README.rst#changelog
0.2.5
03 Jul 2024 04:36:38
commit hash: ae4397ace0453078fef51b9a845768aa33920bddcommit hash: ae4397ace0453078fef51b9a845768aa33920bddcommit hash: ae4397ace0453078fef51b9a845768aa33920bddcommit hash: ae4397ace0453078fef51b9a845768aa33920bdd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-multipart: Update to 0.2.5

Changes:	https://github.com/defnull/multipart/blob/master/README.rst#changelog
0.2.4_1
08 Apr 2024 20:17:13
commit hash: 462673c20426e36d8b159575bc10d2defbae55b1commit hash: 462673c20426e36d8b159575bc10d2defbae55b1commit hash: 462673c20426e36d8b159575bc10d2defbae55b1commit hash: 462673c20426e36d8b159575bc10d2defbae55b1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-multipart: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
0.2.4
02 Nov 2023 07:37:17
commit hash: 2a0ccb4c3f805490ccdbb57ac6df76038996db9bcommit hash: 2a0ccb4c3f805490ccdbb57ac6df76038996db9bcommit hash: 2a0ccb4c3f805490ccdbb57ac6df76038996db9bcommit hash: 2a0ccb4c3f805490ccdbb57ac6df76038996db9b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-multipart: Add py-multipart 0.2.4

Multipart provides a parser for the multipart/form-data format. It can read from
a file, a socket or a WSGI environment. The parser can be used to replace
cgi.FieldStorage to work around its limitations.

Features:
- Parses multipart/form-data and application/x-www-form-urlencoded.
- Produces useful error messages in 'strict'-mode.
- Gracefully handle uploads of unknown size (missing Content-Length header).
- Fast memory mapped files (io.BytesIO) for small uploads.
- Temporary files on disk for big uploads.
- Memory and disk resource limits to prevent DOS attacks.
- Fixes many shortcomings and bugs of cgi.FieldStorage.
- 100% test coverage.

Number of commits found: 7