Index: head/textproc/Makefile =================================================================== --- head/textproc/Makefile +++ head/textproc/Makefile @@ -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 Index: head/textproc/py-sphinxcontrib-newsfeed/Makefile =================================================================== --- head/textproc/py-sphinxcontrib-newsfeed/Makefile +++ head/textproc/py-sphinxcontrib-newsfeed/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= sphinxcontrib-newsfeed +PORTVERSION= 0.1.4 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lebarondemerde@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 Index: head/textproc/py-sphinxcontrib-newsfeed/distinfo =================================================================== --- head/textproc/py-sphinxcontrib-newsfeed/distinfo +++ head/textproc/py-sphinxcontrib-newsfeed/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529265429 +SHA256 (sphinxcontrib-newsfeed-0.1.4.tar.gz) = f78c865b1a32d249644a9c46f395b547df0dc21ed69b70898d64235b4755efb4 +SIZE (sphinxcontrib-newsfeed-0.1.4.tar.gz) = 10862 Index: head/textproc/py-sphinxcontrib-newsfeed/pkg-descr =================================================================== --- head/textproc/py-sphinxcontrib-newsfeed/pkg-descr +++ head/textproc/py-sphinxcontrib-newsfeed/pkg-descr @@ -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/