aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2014-06-29 09:59:25 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2014-06-29 09:59:25 +0000
commitfe06938ac0818feae44adb421395c9c46f503e77 (patch)
tree243f81808b5cb175a14db38b8fa9bdc057be7285 /textproc
parenta68eecce7b5c5b11d873701a4b57ea708269c74b (diff)
downloadports-fe06938ac0818feae44adb421395c9c46f503e77.tar.gz
ports-fe06938ac0818feae44adb421395c9c46f503e77.zip
New port: textproc/py-sphinx_rtd_theme
Prototype mobile-friendly Read the Docs Sphinx theme. Approved by: marino (mentor)
Notes
Notes: svn path=/head/; revision=359750
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-sphinx_rtd_theme/Makefile20
-rw-r--r--textproc/py-sphinx_rtd_theme/distinfo2
-rw-r--r--textproc/py-sphinx_rtd_theme/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e356655769ce..e73a3432f094 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1188,6 +1188,7 @@
SUBDIR += py-sgrep
SUBDIR += py-sparqlwrapper
SUBDIR += py-sphinx
+ SUBDIR += py-sphinx_rtd_theme
SUBDIR += py-sphinxcontrib-adadomain
SUBDIR += py-sphinxcontrib-bitbucket
SUBDIR += py-sphinxcontrib-httpdomain
diff --git a/textproc/py-sphinx_rtd_theme/Makefile b/textproc/py-sphinx_rtd_theme/Makefile
new file mode 100644
index 000000000000..10e380ab4a1f
--- /dev/null
+++ b/textproc/py-sphinx_rtd_theme/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= sphinx_rtd_theme
+PORTVERSION= 0.1.6
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= robak@FreeBSD.org
+COMMENT= Mobile-friendly py-sphinx theme
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1:${PORTSDIR}/textproc/py-sphinx
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-sphinx_rtd_theme/distinfo b/textproc/py-sphinx_rtd_theme/distinfo
new file mode 100644
index 000000000000..85d590262685
--- /dev/null
+++ b/textproc/py-sphinx_rtd_theme/distinfo
@@ -0,0 +1,2 @@
+SHA256 (sphinx_rtd_theme-0.1.6.tar.gz) = 0f29f544f6d037989fa0c7729a9eab7e4d8ea50d6f0ef37363f472756c1edca6
+SIZE (sphinx_rtd_theme-0.1.6.tar.gz) = 217067
diff --git a/textproc/py-sphinx_rtd_theme/pkg-descr b/textproc/py-sphinx_rtd_theme/pkg-descr
new file mode 100644
index 000000000000..9ea453445603
--- /dev/null
+++ b/textproc/py-sphinx_rtd_theme/pkg-descr
@@ -0,0 +1,3 @@
+Prototype mobile-friendly Read the Docs Sphinx theme.
+
+WWW: https://github.com/snide/sphinx_rtd_theme/