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-mkdocs-include-markdown-plugin MkDocs plugin to include contents from Markdown (or any) files
7.1.6 textproc 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 7.1.6Version of this port present on the latest quarterly branch.
Maintainer: vladislav.movchan@gmail.com search for ports maintained by this maintainer
Port Added: 2025-06-09 14:06:04
Last Update: 2025-06-14 19:49:44
Commit Hash: de4be6a
Also Listed In: python
License: APACHE20
WWW:
https://github.com/mondeja/mkdocs-include-markdown-plugin
Description:
Plugin for MkDocs that allows you to include content from Markdown files, or from files of any type.
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}mkdocs-include-markdown-plugin>0:textproc/py-mkdocs-include-markdown-plugin@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-mkdocs-include-markdown-plugin/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-mkdocs-include-markdown-plugin
  • pkg install py311-mkdocs-include-markdown-plugin
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-mkdocs-include-markdown-plugin listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-mkdocs-include-markdown-plugin
Package flavors (<flavor>: <package>)
  • py311: py311-mkdocs-include-markdown-plugin
distinfo:
TIMESTAMP = 1749914985 SHA256 (mkdocs_include_markdown_plugin-7.1.6.tar.gz) = a0753cb82704c10a287f1e789fc9848f82b6beb8749814b24b03dd9f67816677 SIZE (mkdocs_include_markdown_plugin-7.1.6.tar.gz) = 23391

Packages (timestamps in pop-ups are UTC):
py311-mkdocs-include-markdown-plugin
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.1.67.1.6-7.1.67.1.6---
FreeBSD:13:quarterly7.1.67.1.6-7.1.67.1.6---
FreeBSD:14:latest7.1.67.1.6-7.1.67.1.6---
FreeBSD:14:quarterly7.1.67.1.6-7.1.67.1.6---
FreeBSD:15:latest7.1.57.1.6n/a7.1.5n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>=0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pytest>=7.0 : devel/py-pytest@py311
  2. py311-coverage>=6.4 : devel/py-coverage@py311
  3. py311-covdefaults>=0 : devel/py-covdefaults@py311
  4. py311-pytest>=7,1 : devel/py-pytest@py311
  5. python3.11 : lang/python311
Runtime dependencies:
  1. py311-mkdocs>=1.4 : textproc/py-mkdocs@py311
  2. py311-wcmatch>=0 : textproc/py-wcmatch@py311
  3. py311-platformdirs>0 : devel/py-platformdirs@py311
  4. python3.11 : lang/python311
This port is required by:
for Build
  1. x11/wezterm

Configuration Options:
No options to configure
Options name:
textproc_py-mkdocs-include-markdown-plugin
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/m/mkdocs_include_markdown_plugin/
  2. https://pypi.org/packages/source/m/mkdocs_include_markdown_plugin/
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
7.1.6
14 Jun 2025 19:49:44
commit hash: de4be6ac4a0a63bdd8ecd82c0167264ba1502688commit hash: de4be6ac4a0a63bdd8ecd82c0167264ba1502688commit hash: de4be6ac4a0a63bdd8ecd82c0167264ba1502688commit hash: de4be6ac4a0a63bdd8ecd82c0167264ba1502688 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Vladyslav Movchan
textproc/py-mkdocs-include-markdown-plugin: Update 7.1.5 => 7.1.6

Changelog:
- Fix internal anchor in included file incorrectly rewritten
https://github.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v7.1.6

- Also add platformdir as a port dependency. platformdir is an optional
  dependency in upstream, but mkdocs already depends on it, so this just
  makes use of dependency explicit.

PR:	287550
7.1.5
09 Jun 2025 14:05:17
commit hash: 6e46cf238eb9285890950a0bd9c36daaa9062ffecommit hash: 6e46cf238eb9285890950a0bd9c36daaa9062ffecommit hash: 6e46cf238eb9285890950a0bd9c36daaa9062ffecommit hash: 6e46cf238eb9285890950a0bd9c36daaa9062ffe files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Vladyslav Movchan
textproc/py-mkdocs-include-markdown-plugin: new port: MkDocs plugin to include
content from files

Plugin for MkDocs that allows you to include content from Markdown
files, or from files of any type.

WWW: https://github.com/mondeja/mkdocs-include-markdown-plugin

Number of commits found: 2