Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 23:17:43 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534962 - in head/textproc: . py-sphinxcontrib-serializinghtml
Message-ID:  <202005112317.04BNHhQo008982@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon May 11 23:17:42 2020
New Revision: 534962
URL: https://svnweb.freebsd.org/changeset/ports/534962

Log:
  Add textproc/py-sphinxcontrib-serializinghtml
  
  sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized
  HTML files (json and pickle).
  
  WWW: https://www.sphinx-doc.org/
  
  PR:		244676
  Submitted by:	Willem Jan Withagen <wjw@digiware.nl>

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon May 11 21:27:47 2020	(r534961)
+++ head/textproc/Makefile	Mon May 11 23:17:42 2020	(r534962)
@@ -1367,6 +1367,7 @@
     SUBDIR += py-sphinxcontrib-jsmath
     SUBDIR += py-sphinxcontrib-newsfeed
     SUBDIR += py-sphinxcontrib-programoutput
+    SUBDIR += py-sphinxcontrib-serializinghtml
     SUBDIR += py-sphinxcontrib-websupport
     SUBDIR += py-stemming
     SUBDIR += py-tabletext

Added: head/textproc/py-sphinxcontrib-serializinghtml/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-serializinghtml/Makefile	Mon May 11 23:17:42 2020	(r534962)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	sphinxcontrib-serializinghtml
+PORTVERSION=	1.1.4
+CATEGORIES=	textproc
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Sphinx extension which outputs serialized HTML files (json and pickle)
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-sphinxcontrib-serializinghtml/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-serializinghtml/distinfo	Mon May 11 23:17:42 2020	(r534962)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1586631628
+SHA256 (sphinxcontrib-serializinghtml-1.1.4.tar.gz) = eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc
+SIZE (sphinxcontrib-serializinghtml-1.1.4.tar.gz) = 18647

Added: head/textproc/py-sphinxcontrib-serializinghtml/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-serializinghtml/pkg-descr	Mon May 11 23:17:42 2020	(r534962)
@@ -0,0 +1,4 @@
+sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized
+HTML files (json and pickle).
+
+WWW: https://www.sphinx-doc.org/



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