svn commit: r497235 - in head/textproc: . py-sphinxcontrib-devhelp

Wen Heping wen at FreeBSD.org
Sat Mar 30 04:11:53 UTC 2019


Author: wen
Date: Sat Mar 30 04:11:51 2019
New Revision: 497235
URL: https://svnweb.freebsd.org/changeset/ports/497235

Log:
  Sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
  
  WWW: https://www.sphinx-doc.org/

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Mar 30 04:04:35 2019	(r497234)
+++ head/textproc/Makefile	Sat Mar 30 04:11:51 2019	(r497235)
@@ -1419,6 +1419,7 @@
     SUBDIR += py-sphinxcontrib-adadomain
     SUBDIR += py-sphinxcontrib-applehelp
     SUBDIR += py-sphinxcontrib-bitbucket
+    SUBDIR += py-sphinxcontrib-devhelp
     SUBDIR += py-sphinxcontrib-fulltoc
     SUBDIR += py-sphinxcontrib-httpdomain
     SUBDIR += py-sphinxcontrib-newsfeed

Added: head/textproc/py-sphinxcontrib-devhelp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-devhelp/Makefile	Sat Mar 30 04:11:51 2019	(r497235)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	sphinxcontrib-devhelp
+PORTVERSION=	1.0.1
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	python
+
+MAINTAINER=	wen at FreeBSD.org
+COMMENT=	Sphinx extension which outputs Devhelp document
+
+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-devhelp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-devhelp/distinfo	Sat Mar 30 04:11:51 2019	(r497235)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1553915404
+SHA256 (python/sphinxcontrib-devhelp-1.0.1.tar.gz) = 6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34
+SIZE (python/sphinxcontrib-devhelp-1.0.1.tar.gz) = 14016

Added: head/textproc/py-sphinxcontrib-devhelp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-devhelp/pkg-descr	Sat Mar 30 04:11:51 2019	(r497235)
@@ -0,0 +1,3 @@
+Sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
+
+WWW: https://www.sphinx-doc.org/


More information about the svn-ports-all mailing list