Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2019 04:19:57 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497236 - in head/textproc: . py-sphinxcontrib-jsmath
Message-ID:  <201903300419.x2U4Jv1i094018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Mar 30 04:19:57 2019
New Revision: 497236
URL: https://svnweb.freebsd.org/changeset/ports/497236

Log:
  Sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.
  
  WWW: https://www.sphinx-doc.org/

Added:
  head/textproc/py-sphinxcontrib-jsmath/
  head/textproc/py-sphinxcontrib-jsmath/Makefile   (contents, props changed)
  head/textproc/py-sphinxcontrib-jsmath/distinfo   (contents, props changed)
  head/textproc/py-sphinxcontrib-jsmath/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Mar 30 04:11:51 2019	(r497235)
+++ head/textproc/Makefile	Sat Mar 30 04:19:57 2019	(r497236)
@@ -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

Added: head/textproc/py-sphinxcontrib-jsmath/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-jsmath/Makefile	Sat Mar 30 04:19:57 2019	(r497236)
@@ -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>

Added: head/textproc/py-sphinxcontrib-jsmath/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-jsmath/distinfo	Sat Mar 30 04:19:57 2019	(r497236)
@@ -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

Added: head/textproc/py-sphinxcontrib-jsmath/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-jsmath/pkg-descr	Sat Mar 30 04:19:57 2019	(r497236)
@@ -0,0 +1,3 @@
+Sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.
+
+WWW: https://www.sphinx-doc.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903300419.x2U4Jv1i094018>