summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2019-03-30 04:19:57 +0000
committerWen Heping <wen@FreeBSD.org>2019-03-30 04:19:57 +0000
commit566c3de0f0f8318170e602b1f16eb53c7d5f2fa1 (patch)
treea716eaf7c1d2b353e22c7e717b6c5397c2a740e8 /textproc
parentSphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document. (diff)
Sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.
WWW: https://www.sphinx-doc.org/
Notes
Notes: svn path=/head/; revision=497236
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-sphinxcontrib-jsmath/Makefile20
-rw-r--r--textproc/py-sphinxcontrib-jsmath/distinfo3
-rw-r--r--textproc/py-sphinxcontrib-jsmath/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 90f0f745c381..a9cb291fb3d4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1422,6 +1422,7 @@
SUBDIR += py-sphinxcontrib-devhelp
SUBDIR += py-sphinxcontrib-fulltoc
SUBDIR += py-sphinxcontrib-httpdomain
+ SUBDIR += py-sphinxcontrib-jsmath
SUBDIR += py-sphinxcontrib-newsfeed
SUBDIR += py-sphinxcontrib-programoutput
SUBDIR += py-sphinxcontrib-websupport
diff --git a/textproc/py-sphinxcontrib-jsmath/Makefile b/textproc/py-sphinxcontrib-jsmath/Makefile
new file mode 100644
index 000000000000..abf08048be76
--- /dev/null
+++ b/textproc/py-sphinxcontrib-jsmath/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= sphinxcontrib-jsmath
+PORTVERSION= 1.0.1
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= python
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Sphinx extension which renders display math in HTML via JavaScript
+
+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-jsmath/distinfo b/textproc/py-sphinxcontrib-jsmath/distinfo
new file mode 100644
index 000000000000..32b9bf49687f
--- /dev/null
+++ b/textproc/py-sphinxcontrib-jsmath/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1553915321
+SHA256 (python/sphinxcontrib-jsmath-1.0.1.tar.gz) = a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8
+SIZE (python/sphinxcontrib-jsmath-1.0.1.tar.gz) = 5787
diff --git a/textproc/py-sphinxcontrib-jsmath/pkg-descr b/textproc/py-sphinxcontrib-jsmath/pkg-descr
new file mode 100644
index 000000000000..523bbb23b9d5
--- /dev/null
+++ b/textproc/py-sphinxcontrib-jsmath/pkg-descr
@@ -0,0 +1,3 @@
+Sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.
+
+WWW: https://www.sphinx-doc.org/