From owner-svn-ports-head@freebsd.org Thu Feb 9 13:58:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6DDFCD7378; Thu, 9 Feb 2017 13:58:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A554DCD; Thu, 9 Feb 2017 13:58:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v19Dwid0084030; Thu, 9 Feb 2017 13:58:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v19DwilK084026; Thu, 9 Feb 2017 13:58:44 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702091358.v19DwilK084026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 9 Feb 2017 13:58:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 13:58:45 -0000 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 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