Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143393759
D43219.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D43219.diff
View Options
diff --git a/textproc/Makefile b/textproc/Makefile
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1439,6 +1439,7 @@
SUBDIR += py-mkdocs
SUBDIR += py-mkdocs-autorefs
SUBDIR += py-mkdocs-git-revision-date-localized-plugin
+ SUBDIR += py-mkdocs-include-markdown-plugin
SUBDIR += py-mkdocs-material
SUBDIR += py-mkdocs-material-extensions
SUBDIR += py-mkdocs-mermaid2-plugin
diff --git a/textproc/py-mkdocs-include-markdown-plugin/Makefile b/textproc/py-mkdocs-include-markdown-plugin/Makefile
new file mode 100644
--- /dev/null
+++ b/textproc/py-mkdocs-include-markdown-plugin/Makefile
@@ -0,0 +1,43 @@
+PORTNAME= mkdocs-include-markdown-plugin
+DISTVERSIONPREFIX= v
+DISTVERSION= 6.0.4
+CATEGORIES= textproc python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= agh@riseup.net
+COMMENT= Mkdocs extension for including Markdown and other files
+WWW= https://pypi.org/project/mkdocs-include-markdown-plugin/
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.1:devel/py-hatchling@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wcmatch>0:textproc/py-wcmatch@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}covdefaults>0:devel/py-covdefaults@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${PY_FLAVOR} \
+
+USES= python
+USE_GITHUB= yes
+GH_ACCOUNT= mondeja
+USE_PYTHON= autoplist pep517 pytest
+
+NO_ARCH= yes
+
+PORTEXAMPLES= *
+
+OPTIONS_DEFINE= CACHE EXAMPLES
+OPTIONS_DEFAULT= CACHE
+
+CACHE_DESC= Configurable HTTP cache
+CACHE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}platformdirs>0:devel/py-platformdirs@${PY_FLAVOR}
+
+post-install-EXAMPLES-on:
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ (cd ${WRKSRC}/examples && \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
+
+.include <bsd.port.mk>
diff --git a/textproc/py-mkdocs-include-markdown-plugin/distinfo b/textproc/py-mkdocs-include-markdown-plugin/distinfo
new file mode 100644
--- /dev/null
+++ b/textproc/py-mkdocs-include-markdown-plugin/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1703722537
+SHA256 (mondeja-mkdocs-include-markdown-plugin-v6.0.4_GH0.tar.gz) = 53211cb1cd3460cb443c53915325f8632b6aa1fc8f6b61c3e2baef4a83b72181
+SIZE (mondeja-mkdocs-include-markdown-plugin-v6.0.4_GH0.tar.gz) = 45970
diff --git a/textproc/py-mkdocs-include-markdown-plugin/pkg-descr b/textproc/py-mkdocs-include-markdown-plugin/pkg-descr
new file mode 100644
--- /dev/null
+++ b/textproc/py-mkdocs-include-markdown-plugin/pkg-descr
@@ -0,0 +1,3 @@
+Mkdocs Markdown includer plugin, provides two directives enabling users to
+include Markdown, or other files into their documentation. Included files can
+be either URLs, local files, or Bash wildcard globs.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 30, 9:33 PM (8 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28104507
Default Alt Text
D43219.diff (2 KB)
Attached To
Mode
D43219: textproc/py-mkdocs-include-markdown-plugin: New Port
Attached
Detach File
Event Timeline
Log In to Comment