svn commit: r534963 - in head/textproc: . py-sphinxcontrib-htmlhelp

Danilo G. Baio dbaio at FreeBSD.org
Mon May 11 23:19:53 UTC 2020


Author: dbaio
Date: Mon May 11 23:19:52 2020
New Revision: 534963
URL: https://svnweb.freebsd.org/changeset/ports/534963

Log:
  Add textproc/py-sphinxcontrib-htmlhelp
  
  sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
  
  WWW: https://www.sphinx-doc.org/
  
  PR:		244677
  Submitted by:	Willem Jan Withagen <wjw at digiware.nl>

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon May 11 23:17:42 2020	(r534962)
+++ head/textproc/Makefile	Mon May 11 23:19:52 2020	(r534963)
@@ -1363,6 +1363,7 @@
     SUBDIR += py-sphinxcontrib-bitbucket
     SUBDIR += py-sphinxcontrib-devhelp
     SUBDIR += py-sphinxcontrib-fulltoc
+    SUBDIR += py-sphinxcontrib-htmlhelp
     SUBDIR += py-sphinxcontrib-httpdomain
     SUBDIR += py-sphinxcontrib-jsmath
     SUBDIR += py-sphinxcontrib-newsfeed

Added: head/textproc/py-sphinxcontrib-htmlhelp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-htmlhelp/Makefile	Mon May 11 23:19:52 2020	(r534963)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	sphinxcontrib-htmlhelp
+PORTVERSION=	1.0.3
+CATEGORIES=	textproc
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python at FreeBSD.org
+COMMENT=	Sphinx extension which renders HTML help files
+
+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-htmlhelp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-htmlhelp/distinfo	Mon May 11 23:19:52 2020	(r534963)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1586631496
+SHA256 (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b
+SIZE (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = 24248

Added: head/textproc/py-sphinxcontrib-htmlhelp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-htmlhelp/pkg-descr	Mon May 11 23:19:52 2020	(r534963)
@@ -0,0 +1,3 @@
+sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
+
+WWW: https://www.sphinx-doc.org/


More information about the svn-ports-head mailing list