Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 15:50:18 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382243 - in head/textproc: . py-sphinx-intl
Message-ID:  <201503251550.t2PFoI6O046831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Wed Mar 25 15:50:17 2015
New Revision: 382243
URL: https://svnweb.freebsd.org/changeset/ports/382243
QAT: https://qat.redports.org/buildarchive/r382243/

Log:
  Add textproc/py-sphinx-intl
  
  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

Added:
  head/textproc/py-sphinx-intl/
  head/textproc/py-sphinx-intl/Makefile   (contents, props changed)
  head/textproc/py-sphinx-intl/distinfo   (contents, props changed)
  head/textproc/py-sphinx-intl/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Mar 25 15:48:13 2015	(r382242)
+++ head/textproc/Makefile	Wed Mar 25 15:50:17 2015	(r382243)
@@ -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

Added: head/textproc/py-sphinx-intl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinx-intl/Makefile	Wed Mar 25 15:50:17 2015	(r382243)
@@ -0,0 +1,21 @@
+# Created by: Kris Moore <kmoore@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/textproc/py-sphinx-intl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinx-intl/distinfo	Wed Mar 25 15:50:17 2015	(r382243)
@@ -0,0 +1,2 @@
+SHA256 (sphinx-intl-0.9.5.tar.gz) = 78e1ebb2d867d73f2086d3eda6d54e0192f560fab2bce857f68e88b45991a17f
+SIZE (sphinx-intl-0.9.5.tar.gz) = 12648

Added: head/textproc/py-sphinx-intl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinx-intl/pkg-descr	Wed Mar 25 15:50:17 2015	(r382243)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503251550.t2PFoI6O046831>