Port details |
- py-binarycookies Binary cookies (de)serializer written in Python
- 2.1.5 www
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2025-06-25 16:27:06
- Last Update: 2025-06-25 16:22:30
- Commit Hash: a94b51d
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/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.
- 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 = 1744141848
SHA256 (binarycookies-2.1.5.tar.gz) = ff28a8e90e6ba02bc82fb2ff0d1d9a4a3be1ee9289a58f74a653d264928a31f3
SIZE (binarycookies-2.1.5.tar.gz) = 8448
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: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|