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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-binarycookies Binary cookies (de)serializer written in Python
2.1.5 wwwnew! 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 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 search for ports maintained by this maintainer
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.
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.
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):
py311-binarycookies
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-2.1.5--2.1.5---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/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: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 1