diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-devhelp/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-devhelp/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-devhelp/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5059398c35f5..90f0f745c381 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1419,6 +1419,7 @@ SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-applehelp SUBDIR += py-sphinxcontrib-bitbucket + SUBDIR += py-sphinxcontrib-devhelp SUBDIR += py-sphinxcontrib-fulltoc SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-sphinxcontrib-newsfeed diff --git a/textproc/py-sphinxcontrib-devhelp/Makefile b/textproc/py-sphinxcontrib-devhelp/Makefile new file mode 100644 index 000000000000..2c75ebb01a8a --- /dev/null +++ b/textproc/py-sphinxcontrib-devhelp/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= sphinxcontrib-devhelp +PORTVERSION= 1.0.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= python + +MAINTAINER= wen@FreeBSD.org +COMMENT= Sphinx extension which outputs Devhelp document + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.5+ +USE_PYTHON= autoplist distutils concurrent +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-sphinxcontrib-devhelp/distinfo b/textproc/py-sphinxcontrib-devhelp/distinfo new file mode 100644 index 000000000000..b84fa7ae2a5e --- /dev/null +++ b/textproc/py-sphinxcontrib-devhelp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1553915404 +SHA256 (python/sphinxcontrib-devhelp-1.0.1.tar.gz) = 6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34 +SIZE (python/sphinxcontrib-devhelp-1.0.1.tar.gz) = 14016 diff --git a/textproc/py-sphinxcontrib-devhelp/pkg-descr b/textproc/py-sphinxcontrib-devhelp/pkg-descr new file mode 100644 index 000000000000..b042d88fb2cd --- /dev/null +++ b/textproc/py-sphinxcontrib-devhelp/pkg-descr @@ -0,0 +1,3 @@ +Sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document. + +WWW: https://www.sphinx-doc.org/ |