Date: Thu, 9 Feb 2017 13:58:44 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433735 - in head/textproc: . py-sphinxcontrib-fulltoc Message-ID: <201702091358.v19DwilK084026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Feb 9 13:58:43 2017 New Revision: 433735 URL: https://svnweb.freebsd.org/changeset/ports/433735 Log: Add py-sphinxcontrib-fulltoc. Added: head/textproc/py-sphinxcontrib-fulltoc/ head/textproc/py-sphinxcontrib-fulltoc/Makefile (contents, props changed) head/textproc/py-sphinxcontrib-fulltoc/distinfo (contents, props changed) head/textproc/py-sphinxcontrib-fulltoc/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Feb 9 13:51:09 2017 (r433734) +++ head/textproc/Makefile Thu Feb 9 13:58:43 2017 (r433735) @@ -1324,6 +1324,7 @@ SUBDIR += py-sphinx_wikipedia SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket + SUBDIR += py-sphinxcontrib-fulltoc SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-sphinxcontrib-programoutput SUBDIR += py-syck Added: head/textproc/py-sphinxcontrib-fulltoc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-fulltoc/Makefile Thu Feb 9 13:58:43 2017 (r433735) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= sphinxcontrib-fulltoc +PORTVERSION= 1.1 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Sphinx Fulltoc Extension + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr +RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/py-sphinxcontrib-fulltoc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-fulltoc/distinfo Thu Feb 9 13:58:43 2017 (r433735) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486646904 +SHA256 (sphinxcontrib-fulltoc-1.1.tar.gz) = 7da7780e217c5268e3e38deb36b2f38b847ff12fbb6db11d17bed490fe882dca +SIZE (sphinxcontrib-fulltoc-1.1.tar.gz) = 13467 Added: head/textproc/py-sphinxcontrib-fulltoc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-fulltoc/pkg-descr Thu Feb 9 13:58:43 2017 (r433735) @@ -0,0 +1,4 @@ +This module contains the Fulltoc Sphinx extension which was created by +Doug Hellmann. + +WWW: https://pypi.python.org/pypi/sphinxcontrib-fulltoc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702091358.v19DwilK084026>