From owner-svn-ports-all@freebsd.org Thu Jun 21 17:23:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D14C102499C; Thu, 21 Jun 2018 17:23:30 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E67E86449; Thu, 21 Jun 2018 17:23:30 +0000 (UTC) (envelope-from tcberner@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 05AAB14D2B; Thu, 21 Jun 2018 17:23:30 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5LHNTR8037731; Thu, 21 Jun 2018 17:23:29 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5LHNTqZ037727; Thu, 21 Jun 2018 17:23:29 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201806211723.w5LHNTqZ037727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 21 Jun 2018 17:23:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472986 - in head/textproc: . py-sphinxcontrib-newsfeed X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/textproc: . py-sphinxcontrib-newsfeed X-SVN-Commit-Revision: 472986 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.26 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: Thu, 21 Jun 2018 17:23:30 -0000 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@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@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 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/