diff --git a/textproc/Makefile b/textproc/Makefile index b2dbe06bb2ea..316a7404cc79 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1228,6 +1228,7 @@ SUBDIR += py-sgrep SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx + SUBDIR += py-sphinx-intl SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile new file mode 100644 index 000000000000..2105d4a8a9fb --- /dev/null +++ b/textproc/py-sphinx-intl/Makefile @@ -0,0 +1,21 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= sphinx-intl +PORTVERSION= 0.9.5 +CATEGORIES= textproc +MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \ + http://www.pcbsd.org/~kris/software/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Sphinx-intl translation features + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx + +USES= python +USE_PYTHON= distutils autoplist + +.include diff --git a/textproc/py-sphinx-intl/distinfo b/textproc/py-sphinx-intl/distinfo new file mode 100644 index 000000000000..9ebb6b650170 --- /dev/null +++ b/textproc/py-sphinx-intl/distinfo @@ -0,0 +1,2 @@ +SHA256 (sphinx-intl-0.9.5.tar.gz) = 78e1ebb2d867d73f2086d3eda6d54e0192f560fab2bce857f68e88b45991a17f +SIZE (sphinx-intl-0.9.5.tar.gz) = 12648 diff --git a/textproc/py-sphinx-intl/pkg-descr b/textproc/py-sphinx-intl/pkg-descr new file mode 100644 index 000000000000..85d104cbf83d --- /dev/null +++ b/textproc/py-sphinx-intl/pkg-descr @@ -0,0 +1,5 @@ +Sphinx-intl is a utility tool that provides several features that +makes it easy to translate and to apply translation to Sphinx +generated document. + +WWW: https://pypi.python.org/pypi/sphinx-intl