Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 08:26:25 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
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
Message-ID:  <202009250826.08P8QPYO027979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <nivit@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009250826.08P8QPYO027979>