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-binarycookies Binary cookies (de)serializer written in Python
2.2.3 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 2.1.5Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
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.
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.
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):
py311-binarycookies
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.1.52.2.3-2.1.52.2.3n/an/an/a
FreeBSD:13:quarterly2.1.52.1.5-2.1.52.1.5n/an/an/a
FreeBSD:14:latest2.1.52.2.3-2.1.52.2.3---
FreeBSD:14:quarterly2.1.52.1.5-2.1.52.1.5---
FreeBSD:15:latest2.1.52.2.3n/a2.1.5n/an/a--
FreeBSD:15:quarterly-2.1.5n/a-n/an/a--
FreeBSD:16:latest-2.2.3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-pydantic>=0 : devel/py-pydantic@py311
  2. py311-typer>=0.12.3 : devel/py-typer@py311
  3. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/binarycookies/
  2. https://pypi.org/packages/source/b/binarycookies/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2.3
08 Oct 2025 02:01:50
commit hash: 321e31e72fd2906a79458e82870866d419035dc6commit hash: 321e31e72fd2906a79458e82870866d419035dc6commit hash: 321e31e72fd2906a79458e82870866d419035dc6commit hash: 321e31e72fd2906a79458e82870866d419035dc6 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
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
commit hash: a94b51d40765f0aedfca0069940d14db5068640ecommit hash: a94b51d40765f0aedfca0069940d14db5068640ecommit hash: a94b51d40765f0aedfca0069940d14db5068640ecommit hash: a94b51d40765f0aedfca0069940d14db5068640e files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
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