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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
py-posthog Developer-friendly, self-hosted product analytics
7.14.1 misc 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 4.0.1Version of this port present on the latest quarterly branch.
Maintainer: atanubiswas484@gmail.com search for ports maintained by this maintainer
Port Added: 2024-11-11 00:30:15
Last Update: 2026-05-13 07:32:04
Commit Hash: c440909
Also Listed In: python
License: MIT
WWW:
https://github.com/posthog/posthog-python/
https://pypi.org/project/posthog/
https://posthog.com/docs/libraries/python/
Description:
PostHog is developer-friendly, self-hosted product analytics.
HomepageHomepageHomepage    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}posthog>0:misc/py-posthog@${PY_FLAVOR}
To install the port:
cd /usr/ports/misc/py-posthog/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/py-posthog
  • pkg install py311-posthog
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-posthog listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-posthog
Package flavors (<flavor>: <package>)
  • py311: py311-posthog
distinfo:
TIMESTAMP = 1778658022 SHA256 (posthog-7.14.1.tar.gz) = c9a65765d5d8dc80ead4196337e3933b6ccbde0eed8f0ce49675485fffe43a3c SIZE (posthog-7.14.1.tar.gz) = 205114

Packages (timestamps in pop-ups are UTC):
py311-posthog
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.0.14.0.1-4.0.14.0.1n/an/an/a
FreeBSD:13:quarterly4.0.14.0.1-4.0.14.0.1n/an/an/a
FreeBSD:14:latest4.0.14.0.1-4.0.14.0.1---
FreeBSD:14:quarterly4.0.14.0.1-4.0.14.0.1---
FreeBSD:15:latest4.0.17.14.1n/a4.0.1n/an/a--
FreeBSD:15:quarterly4.0.14.0.1n/a-n/an/a--
FreeBSD:16:latest4.0.14.0.1n/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 : devel/py-setuptools@py311
  2. py311-wheel>=0.44 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-backoff>=1.10.0 : devel/py-backoff@py311
  2. py311-monotonic>=1.5 : devel/py-monotonic@py311
  3. py311-python-dateutil>2.1 : devel/py-python-dateutil@py311
  4. py311-requests>=2.22.0 : www/py-requests@py311
  5. py311-six>=1.5 : devel/py-six@py311
  6. python3.11 : lang/python311
This port is required by:
for Run
  1. misc/py-haystack_ai
  2. misc/py-mem0ai

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. misc/py-aider-chat*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for py311-posthog-7.14.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
misc_py-posthog
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/p/posthog/
  2. https://pypi.org/packages/source/p/posthog/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.14.1
13 May 2026 07:32:04
commit hash: c440909cbd42d6941a2ca16f102b965be4720d03commit hash: c440909cbd42d6941a2ca16f102b965be4720d03commit hash: c440909cbd42d6941a2ca16f102b965be4720d03commit hash: c440909cbd42d6941a2ca16f102b965be4720d03 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Atanu Biswas
misc/py-posthog: Update 4.0.1 => 7.14.1, take maintainership

Changelog:
https://github.com/PostHog/posthog-python/blob/7.14.1/CHANGELOG.md

Improve port:
- Remove unnecessary DISTNAME because it's default value.
- Make a slight update to the Comment.
- Add additional WWW.
- Remove shebangfix because this port doesn't seem to install any
  executable scripts.
- Update post-install-DOCS-on because it deals with no man pages.

PR:		295253
Sponsored by:	UNIS Labs
4.0.1
05 May 2026 10:46:30
commit hash: 88c2bc0af30719c28e623afec457650a1fa02709commit hash: 88c2bc0af30719c28e623afec457650a1fa02709commit hash: 88c2bc0af30719c28e623afec457650a1fa02709commit hash: 88c2bc0af30719c28e623afec457650a1fa02709 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
misc/py-posthog: return to pool
4.0.1
01 Nov 2025 17:23:22
commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Revise USES=python:... version range constraints

and strip all lower bounds of 3.9 or 3.10 because they are implied now.

python:3.9-X  -> python:-X
python:3.9+   -> python
python:3.10-X -> python:-X
python:3.10+  -> python
(options such as ,build preserved)
4.0.1
23 May 2025 15:19:12
commit hash: 87c8e7a489c97f40b04d14df306d72d5aefa9e21commit hash: 87c8e7a489c97f40b04d14df306d72d5aefa9e21commit hash: 87c8e7a489c97f40b04d14df306d72d5aefa9e21commit hash: 87c8e7a489c97f40b04d14df306d72d5aefa9e21 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
misc/py-posthog: update to 4.0.1
3.13.0
05 Mar 2025 07:10:30
commit hash: f3c4c9592322156cc6d833608382ba2fb3687e3fcommit hash: f3c4c9592322156cc6d833608382ba2fb3687e3fcommit hash: f3c4c9592322156cc6d833608382ba2fb3687e3fcommit hash: f3c4c9592322156cc6d833608382ba2fb3687e3f files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
misc/py-posthog: update to 3.13.0

Sponsored by:	SkunkWerks, GmbH
Reported by:	portscout
3.7.0
11 Nov 2024 00:28:36
commit hash: 83f0b12489c680bac30f762914e663c219c83170commit hash: 83f0b12489c680bac30f762914e663c219c83170commit hash: 83f0b12489c680bac30f762914e663c219c83170commit hash: 83f0b12489c680bac30f762914e663c219c83170 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
misc/py-posthog: new port - self-hosted analytics

Sponsored by:	SkunkWerks, GmbH

Number of commits found: 6