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

Collapse All | Expand All

(-)print/typetools/Makefile (-5 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/print/typetools/Makefile 327765 2013-09-20 22:43:59Z bapt $
2
# $FreeBSD: head/print/typetools/Makefile 327765 2013-09-20 22:43:59Z bapt $
3
3
4
PORTNAME=	typetools
4
PORTNAME=	typetools
5
PORTVERSION=	2.98
5
PORTVERSION=	2.99
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	http://www.lcdf.org/type/
7
MASTER_SITES=	http://www.lcdf.org/type/
8
DISTNAME=	lcdf-${PORTNAME}-${PORTVERSION}
8
DISTNAME=	lcdf-${PORTNAME}-${PORTVERSION}
Lines 13-26 Link Here
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
USE_TEX=	base
15
USE_TEX=	base
16
USE_GCC=	any
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
17
CONFIGURE_ENV=	ac_cv_header_kpathsea_kpathsea_h=yes
18
CONFIGURE_ENV=	ac_cv_header_kpathsea_kpathsea_h=yes
18
CONFIGURE_ARGS=	--with-kpathsea=${LOCALBASE}
19
CONFIGURE_ARGS=	--with-kpathsea=${LOCALBASE}
19
20
20
MAN1=		cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \
21
		t1lint.1 t1rawafm.1 t1reencode.1 t1testpage.1 ttftotype42.1
22
23
DATADIR=	${PREFIX}/share/lcdf-${PORTNAME}
21
DATADIR=	${PREFIX}/share/lcdf-${PORTNAME}
24
22
25
NO_STAGE=	yes
26
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)print/typetools/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lcdf-typetools-2.98.tar.gz) = 26b9be336b3d575555436d139e5a9c40fea58f5b9468516f974ca7bd1eeae17f
1
SHA256 (lcdf-typetools-2.99.tar.gz) = cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff
2
SIZE (lcdf-typetools-2.98.tar.gz) = 621485
2
SIZE (lcdf-typetools-2.99.tar.gz) = 627203
(-)print/typetools/pkg-plist (+11 lines)
Lines 9-14 Link Here
9
bin/t1reencode
9
bin/t1reencode
10
bin/t1testpage
10
bin/t1testpage
11
bin/ttftotype42
11
bin/ttftotype42
12
man/man1/cfftot1.1.gz
13
man/man1/mmafm.1.gz
14
man/man1/mmpfb.1.gz
15
man/man1/otfinfo.1.gz
16
man/man1/otftotfm.1.gz
17
man/man1/t1dotlessj.1.gz
18
man/man1/t1lint.1.gz
19
man/man1/t1rawafm.1.gz
20
man/man1/t1reencode.1.gz
21
man/man1/t1testpage.1.gz
22
man/man1/ttftotype42.1.gz
12
%%DATADIR%%/7t.enc
23
%%DATADIR%%/7t.enc
13
%%DATADIR%%/glyphlist.txt
24
%%DATADIR%%/glyphlist.txt
14
%%DATADIR%%/texglyphlist.txt
25
%%DATADIR%%/texglyphlist.txt

Return to bug 181893