svn commit: r435461 - in head/textproc: . py-sphinx-hieroglyph
Martin Wilke
miwi at FreeBSD.org
Sun Mar 5 09:16:37 UTC 2017
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 <andreas.sommer87 at googlemail.com>
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 <andreas.sommer87 at googlemail.com>
+# $FreeBSD$
+
+PORTNAME= sphinx-hieroglyph
+PORTVERSION= 0.7.1
+CATEGORIES= textproc python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= andreas.sommer87 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list