View | Details | Raw Unified | Return to bug 245334
Collapse All | Expand All

(-)textproc/Makefile (+1 lines)
Lines 1367-1372 Link Here
1367
    SUBDIR += py-snowballstemmer
1367
    SUBDIR += py-snowballstemmer
1368
    SUBDIR += py-sparqlwrapper
1368
    SUBDIR += py-sparqlwrapper
1369
    SUBDIR += py-sphinx
1369
    SUBDIR += py-sphinx
1370
    SUBDIR += py-sphinx-better-theme
1370
    SUBDIR += py-sphinx-hieroglyph
1371
    SUBDIR += py-sphinx-hieroglyph
1371
    SUBDIR += py-sphinx-intl
1372
    SUBDIR += py-sphinx-intl
1372
    SUBDIR += py-sphinx-me
1373
    SUBDIR += py-sphinx-me
(-)textproc/py-sphinx-better-theme/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	sphinx-better-theme
4
PORTVERSION=	0.1.5
5
CATEGORIES=	textproc python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	contact@evilham.com
10
COMMENT=	A nice-looking, customizable theme for Sphinx
11
12
LICENSE=	BSD
13
14
NO_ARCH=	yes
15
USES=		python
16
USE_PYTHON=	distutils concurrent autoplist
17
18
.include <bsd.port.mk>
(-)textproc/py-sphinx-better-theme/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1585942874
2
SHA256 (sphinx-better-theme-0.1.5.tar.gz) = 420570d80d8cab25b35cef2b79619104675777dff5a23deebe9ba2191d48c1ce
3
SIZE (sphinx-better-theme-0.1.5.tar.gz) = 7276
(-)textproc/py-sphinx-better-theme/pkg-descr (+8 lines)
Line 0 Link Here
1
A modified version of the default Sphinx theme with the following goals:
2
3
1. Remove frivolous colors, especially hard-coded ones
4
2. Improve readability by limiting width and using more whitespace
5
3. Encourage visual customization through CSS, not themeconf
6
4. Use semantic markup
7
8
WWW: https://github.com/irskep/sphinx-better-theme/

Return to bug 245334