View | Details | Raw Unified | Return to bug 237672 | Differences between
and this patch

Collapse All | Expand All

(-)print/Makefile (+1 lines)
Lines 182-187 Link Here
182
    SUBDIR += pstotext
182
    SUBDIR += pstotext
183
    SUBDIR += psutils
183
    SUBDIR += psutils
184
    SUBDIR += py-fonttools
184
    SUBDIR += py-fonttools
185
    SUBDIR += py-fonttools-lxml-ufo
185
    SUBDIR += py-fpdf
186
    SUBDIR += py-fpdf
186
    SUBDIR += py-pdf
187
    SUBDIR += py-pdf
187
    SUBDIR += py-pdf2
188
    SUBDIR += py-pdf2
(-)print/py-fonttools-lxml-ufo/Makefile (+13 lines)
Added Link Here
1
# $FreeBSD$
2
3
PKGNAMESUFFIX=	-lxml-ufo
4
5
COMMENT=	Open source library for manipulating fonts, written in Python, with LXML and UFO options
6
7
OPTIONS_EXCLUDE=	#
8
OPTIONS_SLAVE=		LXML UFO
9
10
MAINTAINER=	swills@FreeBSD.org
11
MASTERDIR=	${.CURDIR}/../py-fonttools
12
13
.include "${MASTERDIR}/Makefile"
(-)print/py-fonttools/Makefile (-1 / +1 lines)
Lines 7-13 CATEGORIES= print python Link Here
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	sunpoet@FreeBSD.org
10
MAINTAINER?=	sunpoet@FreeBSD.org
11
COMMENT=	Open source library for manipulating fonts, written in Python
11
COMMENT=	Open source library for manipulating fonts, written in Python
12
12
13
LICENSE=	MIT
13
LICENSE=	MIT
(-)print/py-psautohint/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	psautohint
3
PORTNAME=	psautohint
4
PORTVERSION=	1.9.1
4
PORTVERSION=	1.9.1
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	print python
6
CATEGORIES=	print python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 LICENSE= APACHE20 Link Here
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools-lxml-ufo>=3.32.0:print/py-fonttools-lxml-ufo@${PY_FLAVOR}
18
18
19
USES=		python zip
19
USES=		python zip
20
USE_PYTHON=	autoplist concurrent distutils
20
USE_PYTHON=	autoplist concurrent distutils

Return to bug 237672