From owner-svn-ports-head@freebsd.org Sun Mar 5 09:16:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5CE2CF83EA; Sun, 5 Mar 2017 09:16:37 +0000 (UTC) (envelope-from miwi@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 mx1.freebsd.org (Postfix) with ESMTPS id 83EAE1F9B; Sun, 5 Mar 2017 09:16:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v259GaBC077890; Sun, 5 Mar 2017 09:16:36 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v259Gaep077886; Sun, 5 Mar 2017 09:16:36 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703050916.v259Gaep077886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 5 Mar 2017 09:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435461 - in head/textproc: . py-sphinx-hieroglyph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 09:16:37 -0000 Author: miwi Date: Sun Mar 5 09:16:36 2017 New Revision: 435461 URL: https://svnweb.freebsd.org/changeset/ports/435461 Log: Hieroglyph is an extension for Sphinx which builds HTML presentations from ReStructuredText documents. WWW: https://github.com/nyergler/hieroglyph PR: 217535 Submitted by: Andreas Sommer Added: head/textproc/py-sphinx-hieroglyph/ head/textproc/py-sphinx-hieroglyph/Makefile (contents, props changed) head/textproc/py-sphinx-hieroglyph/distinfo (contents, props changed) head/textproc/py-sphinx-hieroglyph/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 5 09:02:03 2017 (r435460) +++ head/textproc/Makefile Sun Mar 5 09:16:36 2017 (r435461) @@ -1323,6 +1323,7 @@ SUBDIR += py-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx + SUBDIR += py-sphinx-hieroglyph SUBDIR += py-sphinx-intl SUBDIR += py-sphinx-me SUBDIR += py-sphinx_numfig Added: head/textproc/py-sphinx-hieroglyph/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx-hieroglyph/Makefile Sun Mar 5 09:16:36 2017 (r435461) @@ -0,0 +1,26 @@ +# Created by: Andreas Sommer +# $FreeBSD$ + +PORTNAME= sphinx-hieroglyph +PORTVERSION= 0.7.1 +CATEGORIES= textproc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= andreas.sommer87@googlemail.com +COMMENT= Sphinx extension which builds HTML presentations + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3:textproc/py-sphinx + +USE_GITHUB= yes +GH_ACCOUNT= nyergler +GH_PROJECT= hieroglyph + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/textproc/py-sphinx-hieroglyph/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx-hieroglyph/distinfo Sun Mar 5 09:16:36 2017 (r435461) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488614024 +SHA256 (nyergler-hieroglyph-0.7.1_GH0.tar.gz) = 0b6f1dc702481b583d610739b3b780a960f989e3bd02702beef83dcd044a6dc3 +SIZE (nyergler-hieroglyph-0.7.1_GH0.tar.gz) = 2088823 Added: head/textproc/py-sphinx-hieroglyph/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx-hieroglyph/pkg-descr Sun Mar 5 09:16:36 2017 (r435461) @@ -0,0 +1,4 @@ +Hieroglyph is an extension for Sphinx which builds HTML presentations from +ReStructuredText documents. + +WWW: https://github.com/nyergler/hieroglyph