Index: textproc/Makefile =================================================================== --- textproc/Makefile (revision 530519) +++ textproc/Makefile (working copy) @@ -1367,6 +1367,7 @@ SUBDIR += py-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx + SUBDIR += py-sphinx-better-theme SUBDIR += py-sphinx-hieroglyph SUBDIR += py-sphinx-intl SUBDIR += py-sphinx-me Index: textproc/py-sphinx-better-theme/Makefile =================================================================== --- textproc/py-sphinx-better-theme/Makefile (nonexistent) +++ textproc/py-sphinx-better-theme/Makefile (working copy) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= sphinx-better-theme +PORTVERSION= 0.1.5 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= contact@evilham.com +COMMENT= A nice-looking, customizable theme for Sphinx + +LICENSE= BSD + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils concurrent autoplist + +.include Property changes on: textproc/py-sphinx-better-theme/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/py-sphinx-better-theme/distinfo =================================================================== --- textproc/py-sphinx-better-theme/distinfo (nonexistent) +++ textproc/py-sphinx-better-theme/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1585942874 +SHA256 (sphinx-better-theme-0.1.5.tar.gz) = 420570d80d8cab25b35cef2b79619104675777dff5a23deebe9ba2191d48c1ce +SIZE (sphinx-better-theme-0.1.5.tar.gz) = 7276 Property changes on: textproc/py-sphinx-better-theme/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/py-sphinx-better-theme/pkg-descr =================================================================== --- textproc/py-sphinx-better-theme/pkg-descr (nonexistent) +++ textproc/py-sphinx-better-theme/pkg-descr (working copy) @@ -0,0 +1,8 @@ +A modified version of the default Sphinx theme with the following goals: + +1. Remove frivolous colors, especially hard-coded ones +2. Improve readability by limiting width and using more whitespace +3. Encourage visual customization through CSS, not themeconf +4. Use semantic markup + +WWW: https://github.com/irskep/sphinx-better-theme/ Property changes on: textproc/py-sphinx-better-theme/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property