svn commit: r497234 - in head/textproc: . py-sphinxcontrib-applehelp

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


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

Log:
  Sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.
  
  WWW: https://www.sphinx-doc.org/

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Mar 30 00:59:17 2019	(r497233)
+++ head/textproc/Makefile	Sat Mar 30 04:04:35 2019	(r497234)
@@ -1417,6 +1417,7 @@
     SUBDIR += py-sphinx_rtd_theme
     SUBDIR += py-sphinx_wikipedia
     SUBDIR += py-sphinxcontrib-adadomain
+    SUBDIR += py-sphinxcontrib-applehelp
     SUBDIR += py-sphinxcontrib-bitbucket
     SUBDIR += py-sphinxcontrib-fulltoc
     SUBDIR += py-sphinxcontrib-httpdomain

Added: head/textproc/py-sphinxcontrib-applehelp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-applehelp/Makefile	Sat Mar 30 04:04:35 2019	(r497234)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	sphinxcontrib-applehelp
+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 Apple help books
+
+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-applehelp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-applehelp/distinfo	Sat Mar 30 04:04:35 2019	(r497234)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1553914868
+SHA256 (python/sphinxcontrib-applehelp-1.0.1.tar.gz) = edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897
+SIZE (python/sphinxcontrib-applehelp-1.0.1.tar.gz) = 22086

Added: head/textproc/py-sphinxcontrib-applehelp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-applehelp/pkg-descr	Sat Mar 30 04:04:35 2019	(r497234)
@@ -0,0 +1,3 @@
+Sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.
+
+WWW: https://www.sphinx-doc.org/


More information about the svn-ports-all mailing list