Port details |
- py-mkdocs Project documentation with Markdown
- 1.4.2 textproc
=0 Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2018-04-06 08:30:53
- Last Update: 2023-02-23 07:46:47
- Commit Hash: 87b2311
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- MkDocs is a fast, simple and downright gorgeous static site generator that's
geared towards building project documentation.
Documentation source files are written in Markdown, and configured with a
single YAML configuration file.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-mkdocs/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-mkdocs
- pkg install py39-mkdocs
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 py39-mkdocs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-mkdocs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1669457698
SHA256 (mkdocs-1.4.2.tar.gz) = 8947af423a6d0facf41ea1195b8e1e8c85ad94ac95ae307fe11232e0424b11c5
SIZE (mkdocs-1.4.2.tar.gz) = 3623807
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:
-
- py39-hatchling>0 : devel/py-hatchling@py39
- py39-Babel>=2.9.0 : devel/py-babel@py39
- python3.9 : lang/python39
- py39-build>0 : devel/py-build@py39
- py39-installer>0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-click>=7.0 : devel/py-click@py39
- py39-ghp-import>=1.0 : www/py-ghp-import@py39
- py39-Jinja2>=2.11.1 : devel/py-Jinja2@py39
- py39-markdown>=3.2.1<3.4 : textproc/py-markdown@py39
- py39-mergedeep>=1.3.4 : devel/py-mergedeep@py39
- py39-packaging>=20.5 : devel/py-packaging@py39
- py39-pyyaml_env_tag>=0.1 : devel/py-pyyaml_env_tag@py39
- py39-watchdog>=2.0 : devel/py-watchdog@py39
- py39-yaml>=5.1 : devel/py-yaml@py39
- py39-Babel>=2.9.0 : devel/py-babel@py39
- python3.9 : lang/python39
- py39-importlib-metadata>=4.3 : devel/py-importlib-metadata@py39
- This port is required by:
- for Build
-
- science/frontistr
- sysutils/chezmoi
- for Run
-
- textproc/py-mike
- textproc/py-mkdocs-autorefs
- textproc/py-mkdocs-material
- textproc/py-mkdocs-mermaid2-plugin
- textproc/py-mkdocs-nature
- textproc/py-mkdocs-redirects
- textproc/py-mkdocs-simple-hooks
Configuration Options:
- ===> The following configuration options are available for py39-mkdocs-1.4.2:
I18N=on: Support for theme localization
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-mkdocs
- USES:
- cpe python:3.7+
- pkg-message:
- For install:
- If you are using the Python v3.x version and a non-Unicode locale you'll get a runtime error when mkdocs is executed..
In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs.
- WWW: https://www.mkdocs.org
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2 23 Feb 2023 07:46:47
    |
Kai Knoblich (kai)  |
textproc/py-mkdocs: Update to 1.4.2
* Switch to PEP-517 build framework.
Changelogs since 1.4.0:
https://github.com/mkdocs/mkdocs/releases/tag/1.4.2
https://github.com/mkdocs/mkdocs/releases/tag/1.4.1
MFH: No (PEP-517 support not present in 2023Q1 branch) |
1.4.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.4.0 16 Oct 2022 10:21:28
    |
Kai Knoblich (kai)  |
textproc/py-mkdocs: Update to 1.4.0
Changes: https://github.com/mkdocs/mkdocs/releases/tag/1.4.0
MFH: No (feature release) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.0 14 Apr 2022 10:25:53
    |
Kai Knoblich (kai)  |
textproc/py-mkdocs: Update to 1.3.0
Changelog:
https://github.com/mkdocs/mkdocs/releases/tag/1.3.0
MFH: 2022Q2 |
1.2.3 09 Jan 2022 19:28:43
    |
Kai Knoblich (kai)  |
textproc/py-mkdocs: Update to 1.2.3
Changelog:
https://github.com/mkdocs/mkdocs/releases/tag/1.2.3
MFH: 2022Q1 |
1.2.2 21 Oct 2021 15:40:42
    |
Stefan Eßer (se)  |
textproc/py-mkdocs: Add CPE information
Approved by: portmgr (blanket) |
1.2.2 03 Oct 2021 12:57:48
    |
Kai Knoblich (kai)  |
textproc/py-mkdocs: Update to 1.2.2
Changelog since 1.0:
https://github.com/mkdocs/mkdocs/blob/1.2.2/docs/about/release-notes.md
Reported by: Robert Clausecker (via mail)
MFH: No (feature release) |
1.0_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0_1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.0_1 14 Aug 2019 12:16:41
  |
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
1.0_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.0 01 Feb 2019 18:55:18
  |
kai  |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
1.0 11 Aug 2018 14:36:16
  |
miwi  |
- Update to 1.0
- Update WWW
- Move back from GH to CHEESESHOP
Changes by upstream:
- https://github.com/mkdocs/mkdocs/compare/0.17.2...1.0
PR: 230406
Submitted by: maintainer
Sponsored by: iXsystems Inc. |
0.17.2.36 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.17.2.36 06 Apr 2018 08:21:25
  |
yuri  |
New port: textproc/py-mkdocs: Project documentation with Markdown
PR: 227301
Submitted by: Kai <freebsd_ports@k-worx.org> |