From owner-svn-ports-all@freebsd.org Fri Sep 25 08:26:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C2EF3EF28D; Fri, 25 Sep 2020 08:26:26 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ByQ421nrVz4q4n; Fri, 25 Sep 2020 08:26:26 +0000 (UTC) (envelope-from nivit@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 20F8F1025F; Fri, 25 Sep 2020 08:26:26 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08P8QQTR027983; Fri, 25 Sep 2020 08:26:26 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08P8QPYO027979; Fri, 25 Sep 2020 08:26:25 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <202009250826.08P8QPYO027979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 25 Sep 2020 08:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549999 - in head/textproc: . py-sphinxcontrib-log-cabinet X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: in head/textproc: . py-sphinxcontrib-log-cabinet X-SVN-Commit-Revision: 549999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2020 08:26:26 -0000 Author: nivit Date: Fri Sep 25 08:26:25 2020 New Revision: 549999 URL: https://svnweb.freebsd.org/changeset/ports/549999 Log: Organize changelogs generated by versionadded, versionchanged, deprecated directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default. WWW: https://github.com/davidism/sphinxcontrib-log-cabinet Added: head/textproc/py-sphinxcontrib-log-cabinet/ head/textproc/py-sphinxcontrib-log-cabinet/Makefile (contents, props changed) head/textproc/py-sphinxcontrib-log-cabinet/distinfo (contents, props changed) head/textproc/py-sphinxcontrib-log-cabinet/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Sep 25 08:24:59 2020 (r549998) +++ head/textproc/Makefile Fri Sep 25 08:26:25 2020 (r549999) @@ -1384,6 +1384,7 @@ SUBDIR += py-sphinxcontrib-htmlhelp SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-sphinxcontrib-jsmath + SUBDIR += py-sphinxcontrib-log-cabinet SUBDIR += py-sphinxcontrib-napoleon SUBDIR += py-sphinxcontrib-newsfeed SUBDIR += py-sphinxcontrib-programoutput Added: head/textproc/py-sphinxcontrib-log-cabinet/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-log-cabinet/Makefile Fri Sep 25 08:26:25 2020 (r549999) @@ -0,0 +1,23 @@ +# Created by: Nicola Stanislao Vitale +# $FreeBSD$ + +PORTNAME= sphinxcontrib-log-cabinet +PORTVERSION= 1.0.1 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Organize changelog directives in Sphinx docs + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +RUN_DEPENDS= ${PY_SPHINX} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/textproc/py-sphinxcontrib-log-cabinet/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-log-cabinet/distinfo Fri Sep 25 08:26:25 2020 (r549999) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601019274 +SHA256 (sphinxcontrib-log-cabinet-1.0.1.tar.gz) = 103b2e62df4e57abb943bea05ee9c2beb7da922222c8b77314ffd6ab9901c558 +SIZE (sphinxcontrib-log-cabinet-1.0.1.tar.gz) = 4072 Added: head/textproc/py-sphinxcontrib-log-cabinet/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-log-cabinet/pkg-descr Fri Sep 25 08:26:25 2020 (r549999) @@ -0,0 +1,6 @@ +Organize changelogs generated by versionadded, versionchanged, +deprecated directives. +The log will be sorted by newest to oldest version. For HTML docs, +older versions will be collapsed by default. + +WWW: https://github.com/davidism/sphinxcontrib-log-cabinet