Created attachment 259729 [details] New port: textproc/py-mkdocs-macros-plugin I'm a maintainer of x11/wezterm port, and upstream wezterm now uses several dependencies which are not available in the FreeBSD ports tree. This is the one of the ports which are missing - I'm going to be its maintainer. This port is a MkDocs plugin that allows a user to create richer and more beautiful pages, by using variables and calls to macros in the Markdown code. Thank you!
Created attachment 261111 [details] New port: textproc/py-mkdocs-macros-plugin Pull the sources from PyPI (instead of GitHub repo).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=16ca3e744a79cfaa8e2cea3680fd9ef6da440972 commit 16ca3e744a79cfaa8e2cea3680fd9ef6da440972 Author: Vladyslav Movchan <vladislav.movchan@gmail.com> AuthorDate: 2025-04-18 15:14:05 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-06-09 21:30:36 +0000 textproc/py-mkdocs-macros-plugin: new port: MkDocs plugin which provides variables and macros in the markdown code Plugin for MkDocs that allows you to create richer and more beautiful pages, by using variables and calls to macros in the markdown code. WWW: https://github.com/fralau/mkdocs-macros-plugin PR: 286226 Reported by: Vladyslav Movchan <vladislav.movchan@gmail.com> (new maintainer) textproc/Makefile | 1 + textproc/py-mkdocs-macros-plugin/Makefile (new) | 34 ++++++++++++++++++++++++ textproc/py-mkdocs-macros-plugin/distinfo (new) | 3 +++ textproc/py-mkdocs-macros-plugin/pkg-descr (new) | 2 ++ 4 files changed, 40 insertions(+)
Committed, thanks!