diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-11 23:21:52 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-11 23:21:52 +0000 |
commit | 0141c04501caeed12918cdd7cd2b96b5dee7a80f (patch) | |
tree | 90de0038ad4e6574fbe81c9f94236bf7b7684fd4 | |
parent | Add textproc/py-sphinxcontrib-htmlhelp (diff) |
Add textproc/py-sphinxcontrib-qthelp
sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
WWW: http://sphinx-doc.org/
PR: 244678
Submitted by: Willem Jan Withagen <wjw@digiware.nl>
Notes
Notes:
svn path=/head/; revision=534964
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-qthelp/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-qthelp/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-qthelp/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 848fcf6a5c4e..9a33397ea1da 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1368,6 +1368,7 @@ SUBDIR += py-sphinxcontrib-jsmath SUBDIR += py-sphinxcontrib-newsfeed SUBDIR += py-sphinxcontrib-programoutput + SUBDIR += py-sphinxcontrib-qthelp SUBDIR += py-sphinxcontrib-serializinghtml SUBDIR += py-sphinxcontrib-websupport SUBDIR += py-stemming diff --git a/textproc/py-sphinxcontrib-qthelp/Makefile b/textproc/py-sphinxcontrib-qthelp/Makefile new file mode 100644 index 000000000000..1a7960c37afd --- /dev/null +++ b/textproc/py-sphinxcontrib-qthelp/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= sphinxcontrib-qthelp +PORTVERSION= 1.0.3 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Sphinx extension which outputs QtHelp document + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-sphinxcontrib-qthelp/distinfo b/textproc/py-sphinxcontrib-qthelp/distinfo new file mode 100644 index 000000000000..59f45e0a195e --- /dev/null +++ b/textproc/py-sphinxcontrib-qthelp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1586630995 +SHA256 (sphinxcontrib-qthelp-1.0.3.tar.gz) = 4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72 +SIZE (sphinxcontrib-qthelp-1.0.3.tar.gz) = 21658 diff --git a/textproc/py-sphinxcontrib-qthelp/pkg-descr b/textproc/py-sphinxcontrib-qthelp/pkg-descr new file mode 100644 index 000000000000..0517b20a54d6 --- /dev/null +++ b/textproc/py-sphinxcontrib-qthelp/pkg-descr @@ -0,0 +1,3 @@ +sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document. + +WWW: http://sphinx-doc.org/ |