diff options
author | wen <wen@FreeBSD.org> | 2010-05-03 13:55:31 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-03 13:55:31 +0800 |
commit | 51252b74e0ceccc5cd701f4b9347d69e1e8b8c47 (patch) | |
tree | ea733249b98b79f93408b87fe917c23cb8d5400d /print/libotf | |
parent | 93245ad8c6bc494adb613bf75ffda9c48e27aa03 (diff) | |
download | freebsd-ports-graphics-51252b74e0ceccc5cd701f4b9347d69e1e8b8c47.tar.gz freebsd-ports-graphics-51252b74e0ceccc5cd701f4b9347d69e1e8b8c47.tar.zst freebsd-ports-graphics-51252b74e0ceccc5cd701f4b9347d69e1e8b8c47.zip |
- Update print/libotf to 0.9.11
- Be more precise regarding the dependencies (USE_XORG)
- A little addition to pkg-descr
- More MASTER_SITES
PR: ports/146244
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
Diffstat (limited to 'print/libotf')
-rw-r--r-- | print/libotf/Makefile | 7 | ||||
-rw-r--r-- | print/libotf/distinfo | 6 | ||||
-rw-r--r-- | print/libotf/pkg-descr | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile index dbb655d60e8..e09e192c4ad 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -6,18 +6,21 @@ # PORTNAME= libotf -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.11 CATEGORIES= print devel -MASTER_SITES= http://www.m17n.org/libotf/ +MASTER_SITES= http://www.m17n.org/libotf/ \ + http://anthesphoria.net/FreeBSD/ports/distfiles/ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Library for handling OpenType fonts LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +USE_XORG= x11 xt xaw xmu USE_GNOME= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ diff --git a/print/libotf/distinfo b/print/libotf/distinfo index 21b20c6dfee..11dabf31760 100644 --- a/print/libotf/distinfo +++ b/print/libotf/distinfo @@ -1,3 +1,3 @@ -MD5 (libotf-0.9.9.tar.gz) = 95e5452263bf8e75ece988e6d827b55c -SHA256 (libotf-0.9.9.tar.gz) = d093db7536e95bebadc6fe5bc1f9f836da726ce46f467bfc5553e3b909bc1a6a -SIZE (libotf-0.9.9.tar.gz) = 350235 +MD5 (libotf-0.9.11.tar.gz) = c966e8ac1c64a01de0a66d9b9aadbb63 +SHA256 (libotf-0.9.11.tar.gz) = 34aa22564049edb154588a25c38bc044297ec6c3a5f7a76919076a32ec0f53a8 +SIZE (libotf-0.9.11.tar.gz) = 360687 diff --git a/print/libotf/pkg-descr b/print/libotf/pkg-descr index 7b1dc6bf314..616abb23492 100644 --- a/print/libotf/pkg-descr +++ b/print/libotf/pkg-descr @@ -1,4 +1,4 @@ -The library "libotf" provides the following facilites. +The library "libotf" provides the following facilites: o Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. @@ -6,4 +6,7 @@ The library "libotf" provides the following facilites. o Convert a Unicode character sequence to a glyph code sequence by using the above tables. +The combination of libotf and the FreeType library (Ver. 2) realizes +CTL (complex text layout) by OpenType fonts. + WWW: http://www.m17n.org/libotf/ |