Port details |
- py-mkdocs-rss-plugin Generates a static RSS feed using git log and page.meta
- 1.17.1 textproc =0 1.15.0Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2024-09-07 07:00:08
- Last Update: 2024-12-17 13:20:30
- Commit Hash: 95b5d29
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/Guts/mkdocs-rss-plugin
- Description:
- This MkDocs plugin creates RSS 2.0 and JSON Feed 1.1 feeds using the creation
and modification dates from git log and page metadata (YAML frontmatter).
- ¦ ¦ ¦ ¦
- 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-rss-plugin>0:textproc/py-mkdocs-rss-plugin@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-mkdocs-rss-plugin/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-mkdocs-rss-plugin
- pkg install py311-mkdocs-rss-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-rss-plugin listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mkdocs-rss-plugin
- Package flavors (<flavor>: <package>)
- py311: py311-mkdocs-rss-plugin
- distinfo:
- TIMESTAMP = 1734439938
SHA256 (Guts-mkdocs-rss-plugin-1.17.1_GH0.tar.gz) = 1ffb68dd90dab20061d9036465bcde7d2c714a6600d205da71b5b935751a3c61
SIZE (Guts-mkdocs-rss-plugin-1.17.1_GH0.tar.gz) = 563372
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-cachecontrol>=0.14<1 : www/py-cachecontrol@py311
- py311-gitpython>=3.1.43<3.2 : devel/py-gitpython@py311
- py311-requests>=2.31<3 : www/py-requests@py311
- py311-mkdocs>=1.6.1<2 : textproc/py-mkdocs@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-mkdocs-rss-plugin
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17.1 17 Dec 2024 13:20:30 |
Kai Knoblich (kai) |
textproc/py-mkdocs-rss-plugin: Update to 1.17.1
* Belatedly remove old cruft related to older Python versions as the
port requires Python 3.9 at a minimum for runtime.
Changelog since 1.16.0:
https://github.com/Guts/mkdocs-rss-plugin/blob/1.17.1/CHANGELOG.md |
1.16.0 03 Nov 2024 19:50:28 |
Kai Knoblich (kai) |
textproc/py-mkdocs-rss-plugin: Update to 1.16.0
* Support for Python 3.8 was dropped with this release, adjust
USES=python accordingly.
* Remove superfluous MASTER_SITES as well, because it's already set by
USE_GITHUB. This was overlooked when adding the port.
Changelog:
https://github.com/Guts/mkdocs-rss-plugin/releases/tag/1.16.0 |
1.15.0 07 Sep 2024 06:55:20 |
Kai Knoblich (kai) |
textproc/py-mkdocs-rss-plugin: New port
This MkDocs plugin creates RSS 2.0 and JSON Feed 1.1 feeds using the
creation and modification dates from git log and page metadata (YAML
frontmatter).
PR: 280489
Reported by: Vedran Miletic |
Number of commits found: 3
|