From e6e7d99af42ee12cd5585568e089a1c4c1fe8a39 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Sat, 30 Mar 2019 04:11:51 +0000 Subject: Sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document. WWW: https://www.sphinx-doc.org/ --- textproc/py-sphinxcontrib-devhelp/Makefile | 20 ++++++++++++++++++++ textproc/py-sphinxcontrib-devhelp/distinfo | 3 +++ textproc/py-sphinxcontrib-devhelp/pkg-descr | 3 +++ 3 files changed, 26 insertions(+) create mode 100644 textproc/py-sphinxcontrib-devhelp/Makefile create mode 100644 textproc/py-sphinxcontrib-devhelp/distinfo create mode 100644 textproc/py-sphinxcontrib-devhelp/pkg-descr (limited to 'textproc/py-sphinxcontrib-devhelp') 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 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/ -- cgit v1.2.3