Date: Fri, 6 Apr 2018 08:29:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466629 - in head/textproc: . py-mkdocs-nature Message-ID: <201804060829.w368TALt089496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Apr 6 08:29:09 2018 New Revision: 466629 URL: https://svnweb.freebsd.org/changeset/ports/466629 Log: New port: textproc/py-mkdocs-nature: MkDocs theme, a clone of the "greenish" Sphinx theme of the same name PR: 227309 Submitted by: Kai <freebsd_ports@k-worx.org> Added: head/textproc/py-mkdocs-nature/ head/textproc/py-mkdocs-nature/Makefile (contents, props changed) head/textproc/py-mkdocs-nature/distinfo (contents, props changed) head/textproc/py-mkdocs-nature/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Apr 6 08:21:25 2018 (r466628) +++ head/textproc/Makefile Fri Apr 6 08:29:09 2018 (r466629) @@ -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 Added: head/textproc/py-mkdocs-nature/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-mkdocs-nature/Makefile Fri Apr 6 08:29:09 2018 (r466629) @@ -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 <bsd.port.mk> Added: head/textproc/py-mkdocs-nature/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-mkdocs-nature/distinfo Fri Apr 6 08:29:09 2018 (r466629) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522960276 +SHA256 (mkdocs-nature-0.2.1.tar.gz) = 4f99e8b3c9e9eed052d8dc8b92eed6a9cd034139ab43f4ecccb88d1c06d40bdb +SIZE (mkdocs-nature-0.2.1.tar.gz) = 48697 Added: head/textproc/py-mkdocs-nature/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-mkdocs-nature/pkg-descr Fri Apr 6 08:29:09 2018 (r466629) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804060829.w368TALt089496>