svn commit: r472986 - in head/textproc: . py-sphinxcontrib-newsfeed

Tobias C. Berner tcberner at FreeBSD.org
Thu Jun 21 17:23:30 UTC 2018


Author: tcberner
Date: Thu Jun 21 17:23:29 2018
New Revision: 472986
URL: https://svnweb.freebsd.org/changeset/ports/472986

Log:
  [NEW PORT] textproc/py-sphinxcontrib-newsfeed: News Feed extension for Sphinx.
  
  Submitted by:	lebarondemerde at privacychain.ch
  Differential Revision:	https://reviews.freebsd.org/D15874

Added:
  head/textproc/py-sphinxcontrib-newsfeed/
  head/textproc/py-sphinxcontrib-newsfeed/Makefile   (contents, props changed)
  head/textproc/py-sphinxcontrib-newsfeed/distinfo   (contents, props changed)
  head/textproc/py-sphinxcontrib-newsfeed/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Jun 21 17:19:12 2018	(r472985)
+++ head/textproc/Makefile	Thu Jun 21 17:23:29 2018	(r472986)
@@ -1388,6 +1388,7 @@
     SUBDIR += py-sphinxcontrib-bitbucket
     SUBDIR += py-sphinxcontrib-fulltoc
     SUBDIR += py-sphinxcontrib-httpdomain
+    SUBDIR += py-sphinxcontrib-newsfeed
     SUBDIR += py-sphinxcontrib-programoutput
     SUBDIR += py-sphinxcontrib-websupport
     SUBDIR += py-stemming

Added: head/textproc/py-sphinxcontrib-newsfeed/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-newsfeed/Makefile	Thu Jun 21 17:23:29 2018	(r472986)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	sphinxcontrib-newsfeed
+PORTVERSION=	0.1.4
+CATEGORIES=	textproc
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lebarondemerde at privacychain.ch
+COMMENT=	News Feed extension for Sphinx
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/textproc/py-sphinxcontrib-newsfeed/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-newsfeed/distinfo	Thu Jun 21 17:23:29 2018	(r472986)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529265429
+SHA256 (sphinxcontrib-newsfeed-0.1.4.tar.gz) = f78c865b1a32d249644a9c46f395b547df0dc21ed69b70898d64235b4755efb4
+SIZE (sphinxcontrib-newsfeed-0.1.4.tar.gz) = 10862

Added: head/textproc/py-sphinxcontrib-newsfeed/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinxcontrib-newsfeed/pkg-descr	Thu Jun 21 17:23:29 2018	(r472986)
@@ -0,0 +1,11 @@
+News Feed extension for Sphinx.
+
+Features:
+
+    Makes feed entries from Sphinx documents.
+    Generates a list of entries with teasers.
+    Saves the feed to a file in RSS format.
+    Supports comments via Disqus.
+
+
+WWW: https://pypi.org/project/sphinxcontrib-newsfeed/


More information about the svn-ports-all mailing list