diff --git a/textproc/Makefile b/textproc/Makefile index 6949491f6ca3..8d2d5450d887 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1327,6 +1327,7 @@ SUBDIR += py-markdown2 SUBDIR += py-mistune SUBDIR += py-mkdocs + SUBDIR += py-mkdocs-nature SUBDIR += py-mwparserfromhell SUBDIR += py-nltk SUBDIR += py-numpydoc diff --git a/textproc/py-mkdocs-nature/Makefile b/textproc/py-mkdocs-nature/Makefile new file mode 100644 index 000000000000..5f5385efd3a3 --- /dev/null +++ b/textproc/py-mkdocs-nature/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= mkdocs-nature +DISTVERSION= 0.2.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= MkDocs theme, a clone of the "greenish" Sphinx theme of the same name + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include diff --git a/textproc/py-mkdocs-nature/distinfo b/textproc/py-mkdocs-nature/distinfo new file mode 100644 index 000000000000..7c4f664ef5db --- /dev/null +++ b/textproc/py-mkdocs-nature/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1522960276 +SHA256 (mkdocs-nature-0.2.1.tar.gz) = 4f99e8b3c9e9eed052d8dc8b92eed6a9cd034139ab43f4ecccb88d1c06d40bdb +SIZE (mkdocs-nature-0.2.1.tar.gz) = 48697 diff --git a/textproc/py-mkdocs-nature/pkg-descr b/textproc/py-mkdocs-nature/pkg-descr new file mode 100644 index 000000000000..1cc08f120ac3 --- /dev/null +++ b/textproc/py-mkdocs-nature/pkg-descr @@ -0,0 +1,8 @@ +The MkDocs-Nature theme is a clone of the "greenish" Sphinx theme of the same +name and supports a number of features which are configurable by the end user: + +- Theme Variables +- Search +- Code Highlighting + +WWW: https://waylan.github.io/mkdocs-nature