Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1407,6 +1407,7 @@ SUBDIR += py-sphinx_wikipedia SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-applehelp + SUBDIR += py-sphinxcontrib-autoprogram SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-devhelp SUBDIR += py-sphinxcontrib-fulltoc Index: textproc/py-sphinxcontrib-autoprogram/Makefile =================================================================== --- /dev/null +++ textproc/py-sphinxcontrib-autoprogram/Makefile @@ -0,0 +1,23 @@ +# Created by: John Marino +# $FreeBSD$ + +PORTNAME= sphinxcontrib-autoprogram +PORTVERSION= 0.1.5 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dereks@lifeofadishwasher.com +COMMENT= Sphinx Autoprogram Extension + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Index: textproc/py-sphinxcontrib-autoprogram/distinfo =================================================================== --- /dev/null +++ textproc/py-sphinxcontrib-autoprogram/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1612741609 +SHA256 (sphinxcontrib-autoprogram-0.1.5.tar.gz) = 7ec6bdf235b491dc693d1a72fb7f9f734db69e29b81333435efb41f09f9bbeef +SIZE (sphinxcontrib-autoprogram-0.1.5.tar.gz) = 6663 Index: textproc/py-sphinxcontrib-autoprogram/pkg-descr =================================================================== --- /dev/null +++ textproc/py-sphinxcontrib-autoprogram/pkg-descr @@ -0,0 +1,3 @@ +This extension provides an automated way to document CLI programs. + +WWW: https://github.com/sphinx-contrib/autoprogram