pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libotf Import libotf version 0.9.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/411ccedaf2dc
branches: trunk
changeset: 539054:411ccedaf2dc
user: obache <obache%pkgsrc.org@localhost>
date: Tue Feb 26 11:47:35 2008 +0000
description:
Import libotf version 0.9.7.
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.
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.
diffstat:
graphics/libotf/DESCR | 10 ++++++++++
graphics/libotf/Makefile | 23 +++++++++++++++++++++++
graphics/libotf/PLIST | 9 +++++++++
graphics/libotf/buildlink3.mk | 21 +++++++++++++++++++++
graphics/libotf/distinfo | 5 +++++
graphics/libotf/options.mk | 13 +++++++++++++
6 files changed, 81 insertions(+), 0 deletions(-)
diffs (105 lines):
diff -r 88477f1bba13 -r 411ccedaf2dc graphics/libotf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libotf/DESCR Tue Feb 26 11:47:35 2008 +0000
@@ -0,0 +1,10 @@
+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.
+
+ 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.
diff -r 88477f1bba13 -r 411ccedaf2dc graphics/libotf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libotf/Makefile Tue Feb 26 11:47:35 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/26 11:47:35 obache Exp $
+#
+
+DISTNAME= libotf-0.9.7
+CATEGORIES= graphics
+MASTER_SITES= http://www.m17n.org/libotf/
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://www.m17n.org/libotf/
+COMMENT= Library for handling OpenType fonts (OTF)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= libotf.pc.in
+
+.include "options.mk"
+
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 88477f1bba13 -r 411ccedaf2dc graphics/libotf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libotf/PLIST Tue Feb 26 11:47:35 2008 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/26 11:47:35 obache Exp $
+bin/libotf-config
+bin/otfdump
+bin/otflist
+bin/otftobdf
+bin/otfview
+include/otf.h
+lib/libotf.la
+lib/pkgconfig/libotf.pc
diff -r 88477f1bba13 -r 411ccedaf2dc graphics/libotf/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libotf/buildlink3.mk Tue Feb 26 11:47:35 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/02/26 11:47:35 obache Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBOTF_BUILDLINK3_MK:= ${LIBOTF_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= libotf
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibotf}
+BUILDLINK_PACKAGES+= libotf
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libotf
+
+.if ${LIBOTF_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libotf+= libotf>=0.9.7
+BUILDLINK_PKGSRCDIR.libotf?= ../../graphics/libotf
+.endif # LIBOTF_BUILDLINK3_MK
+
+.include "../../graphics/freetype2/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 88477f1bba13 -r 411ccedaf2dc graphics/libotf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libotf/distinfo Tue Feb 26 11:47:35 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/02/26 11:47:35 obache Exp $
+
+SHA1 (libotf-0.9.7.tar.gz) = 7fdb615a5571d05ad45fb0392a8f1fe700a7aeca
+RMD160 (libotf-0.9.7.tar.gz) = f84aec315645b445808b45b29630e18b25edd097
+Size (libotf-0.9.7.tar.gz) = 382250 bytes
diff -r 88477f1bba13 -r 411ccedaf2dc graphics/libotf/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libotf/options.mk Tue Feb 26 11:47:35 2008 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.1.1.1 2008/02/26 11:47:35 obache Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.libotf
+PKG_SUPPORTED_OPTIONS= x11
+PKG_SUGGESTED_OPTIONS= x11
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mx11)
+.include "../../mk/xaw.buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-x
+.endif
Home |
Main Index |
Thread Index |
Old Index