Page MenuHomeFreeBSD

D15874.id44243.diff
No OneTemporary

D15874.id44243.diff

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 <bsd.port.mk>
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/

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 5, 7:59 AM (6 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28441140
Default Alt Text
D15874.id44243.diff (2 KB)

Event Timeline