From owner-svn-ports-all@freebsd.org Sat Mar 30 04:19:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C11C3156232D; Sat, 30 Mar 2019 04:19:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64FFE6D260; Sat, 30 Mar 2019 04:19:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 309F296A5; Sat, 30 Mar 2019 04:19:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2U4Jw66094022; Sat, 30 Mar 2019 04:19:58 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2U4Jv1i094018; Sat, 30 Mar 2019 04:19:57 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201903300419.x2U4Jv1i094018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 30 Mar 2019 04:19:57 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/textproc: . py-sphinxcontrib-jsmath X-SVN-Commit-Revision: 497236 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 64FFE6D260 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2019 04:19:59 -0000 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 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/