Date: Sat, 30 Mar 2019 04:04:35 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497234 - in head/textproc: . py-sphinxcontrib-applehelp Message-ID: <201903300404.x2U44ZHt087753@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903300404.x2U44ZHt087753>