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

(-)Makefile (-2 / +5 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	libotf
8
PORTNAME=	libotf
9
PORTVERSION=	0.9.9
9
PORTVERSION=	0.9.11
10
CATEGORIES=	print devel
10
CATEGORIES=	print devel
11
MASTER_SITES=	http://www.m17n.org/libotf/
11
MASTER_SITES=	http://www.m17n.org/libotf/ \
12
		http://anthesphoria.net/FreeBSD/ports/distfiles/
12
13
13
MAINTAINER=	nikola.lecic@anthesphoria.net
14
MAINTAINER=	nikola.lecic@anthesphoria.net
14
COMMENT=	Library for handling OpenType fonts
15
COMMENT=	Library for handling OpenType fonts
15
16
16
LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
17
LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
17
18
19
USE_XORG=	x11 xt xaw xmu
18
USE_GNOME=	pkgconfig
20
USE_GNOME=	pkgconfig
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
20
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
21
24
22
post-patch:
25
post-patch:
23
	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
26
	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libotf-0.9.9.tar.gz) = 95e5452263bf8e75ece988e6d827b55c
1
MD5 (libotf-0.9.11.tar.gz) = c966e8ac1c64a01de0a66d9b9aadbb63
2
SHA256 (libotf-0.9.9.tar.gz) = d093db7536e95bebadc6fe5bc1f9f836da726ce46f467bfc5553e3b909bc1a6a
2
SHA256 (libotf-0.9.11.tar.gz) = 34aa22564049edb154588a25c38bc044297ec6c3a5f7a76919076a32ec0f53a8
3
SIZE (libotf-0.9.9.tar.gz) = 350235
3
SIZE (libotf-0.9.11.tar.gz) = 360687
(-)pkg-descr (-1 / +4 lines)
Lines 1-4 Link Here
1
The library "libotf" provides the following facilites.
1
The library "libotf" provides the following facilites:
2
2
3
    o Read Open Type Layout Tables from OTF file.  Currently these
3
    o Read Open Type Layout Tables from OTF file.  Currently these
4
      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
4
      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
Lines 6-9 Link Here
6
    o Convert a Unicode character sequence to a glyph code sequence by
6
    o Convert a Unicode character sequence to a glyph code sequence by
7
      using the above tables.
7
      using the above tables.
8
8
9
The combination of libotf and the FreeType library (Ver. 2) realizes
10
CTL (complex text layout) by OpenType fonts.
11
9
WWW: http://www.m17n.org/libotf/
12
WWW: http://www.m17n.org/libotf/

Return to bug 146244