Port details |
- py-binarycookies Binary cookies (de)serializer written in Python
- 2.2.3 www
=0 2.1.5Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2025-06-25 16:27:06
- Last Update: 2025-10-08 02:01:50
- Commit Hash: 321e31e
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/binarycookies/
- https://github.com/dan1elt0m/binarycookies
- Description:
- Python library and command-line tool for reading and writing binary
cookies files used by Apple's Safari web browser on macOS and iOS.
The `bcparser' program supports three output types: JSON (default),
ASCII (line-by-line text format), and Netscape legacy `cookies.txt'
format used by popular tools such as curl, wget, yt-dlp, and others.
 ¦ ¦ ¦ ¦ 
- 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}binarycookies>0:www/py-binarycookies@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-binarycookies/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-binarycookies
- pkg install py311-binarycookies
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-binarycookies listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-binarycookies
- Package flavors (<flavor>: <package>)
- py311: py311-binarycookies
- distinfo:
- TIMESTAMP = 1759738951
SHA256 (binarycookies-2.2.3.tar.gz) = d9c0cfd7c61c1de6fd9855d7b9e7e89ede980033198721bb9dc8a5654039080d
SIZE (binarycookies-2.2.3.tar.gz) = 10142
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pydantic>=0 : devel/py-pydantic@py311
- py311-typer>=0.12.3 : devel/py-typer@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-binarycookies
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.3 08 Oct 2025 02:01:50
    |
Alexey Dokuchaev (danfe)  |
www/py-binarycookies: update the port to version 2.2.3
Garbage-collect patches which had been merged upstream.
Reported by: portscout |
2.1.5 25 Jun 2025 16:22:30
    |
Alexey Dokuchaev (danfe)  |
www/py-binarycookies: new port had been added (+)
Apple's Safari web browser binary cookies format (de)serializer
written in Python. Our modifications to the original sources
include the fix for "the year 2038 problem" on 32-bit systems,
Netscape traditional `cookies.txt' file format support, and use
of Pydantic V1 which does not pull in Rust unlike V2 which the
project needlessly assumes by default. |
Number of commits found: 2
|