summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-05-03 05:55:31 +0000
committerWen Heping <wen@FreeBSD.org>2010-05-03 05:55:31 +0000
commit75ce8590f87ab13d65654bc586db89ac41e5a6a0 (patch)
tree3616390482568c16323a5e932d88311f1738dd0b /print
parent- Update to 1.2.22 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=253596
Diffstat (limited to 'print')
-rw-r--r--print/libotf/Makefile7
-rw-r--r--print/libotf/distinfo6
-rw-r--r--print/libotf/pkg-descr5
3 files changed, 12 insertions, 6 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile
index dbb655d60e86..e09e192c4ad1 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 21b20c6dfee0..11dabf31760d 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 7b1dc6bf3147..616abb234929 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/