git: 57d1c31a5ee9 - main - x11-toolkits/pango: Update to 1.48.4

Neel Chauhan nc at FreeBSD.org
Mon May 24 19:15:52 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57d1c31a5ee9db75c092666574d0bd9eecbef487

commit 57d1c31a5ee9db75c092666574d0bd9eecbef487
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-24 19:15:25 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-24 19:15:25 +0000

    x11-toolkits/pango: Update to 1.48.4
    
    Differential Revision: https://reviews.freebsd.org/D29794
---
 x11-toolkits/pango/Makefile                      |  11 +-
 x11-toolkits/pango/distinfo                      |   6 +-
 x11-toolkits/pango/files/patch-CVE-20191010238.c |  16 -
 x11-toolkits/pango/files/patch-docs-meson.build  |  40 -
 x11-toolkits/pango/files/patch-meson.build       |  35 -
 x11-toolkits/pango/files/patch-meson_options.txt |  18 -
 x11-toolkits/pango/files/patch-pango_meson.build | 111 ---
 x11-toolkits/pango/files/patch-tests_meson.build |  92 ---
 x11-toolkits/pango/files/patch-utils_meson.build |  32 -
 x11-toolkits/pango/pkg-plist                     | 997 +++++++++++++++++++++--
 10 files changed, 938 insertions(+), 420 deletions(-)

diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index b61c8540c5ad..c7c2fb01efee 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -1,8 +1,7 @@
 # Created by: Maxim Sobolev <sobomax at FreeBSD.org>
 
 PORTNAME=	pango
-PORTVERSION=	1.42.4
-PORTREVISION=	5
+PORTVERSION=	1.48.4
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -28,7 +27,7 @@ USE_LDCONFIG=	yes
 USE_GNOME=	cairo glib20 introspection:build
 
 VERSION=	1.8.0
-LIBVERSION=	0.4200.3
+LIBVERSION=	0.4800.4
 PLIST_SUB+=     VERSION=${VERSION} LIBVERSION=${LIBVERSION}
 
 FONTSCALE=	${LOCALBASE}/share/fonts/TTF/luximb.ttf
@@ -38,10 +37,10 @@ OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	X11 DOCS
 OPTIONS_DEFAULT=X11
 
-DOCS_MESON_TRUE=	enable_docs
-DOCS_BUILD_DEPENDS=	gtk-doc>=0:textproc/gtk-doc
+DOCS_MESON_TRUE=	gtk_doc
+DOCS_BUILD_DEPENDS=	gi-docgen>=0:textproc/gi-docgen
 
-X11_MESON_TRUE=	xft
+X11_MESON_ENABLED=	xft
 X11_USES=	xorg
 X11_USE=	XORG=x11,xft,xrender
 
diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo
index a5424aa5d49f..288862c91048 100644
--- a/x11-toolkits/pango/distinfo
+++ b/x11-toolkits/pango/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536530045
-SHA256 (gnome2/pango-1.42.4.tar.xz) = 1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d
-SIZE (gnome2/pango-1.42.4.tar.xz) = 833876
+TIMESTAMP = 1618463221
+SHA256 (gnome2/pango-1.48.4.tar.xz) = 418913fb062071a075846244989d4a67aa5c80bf0eae8ee4555a092fd566a37a
+SIZE (gnome2/pango-1.48.4.tar.xz) = 1791332
diff --git a/x11-toolkits/pango/files/patch-CVE-20191010238.c b/x11-toolkits/pango/files/patch-CVE-20191010238.c
deleted file mode 100644
index d02c9aa33fca..000000000000
--- a/x11-toolkits/pango/files/patch-CVE-20191010238.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- pango/pango-bidi-type.c.orig	2018-07-28 15:15:28 UTC
-+++ pango/pango-bidi-type.c
-@@ -179,8 +179,11 @@ pango_log2vis_get_embedding_levels (const gchar    *te
-   for (i = 0, p = text; p < text + length; p = g_utf8_next_char(p), i++)
-     {
-       gunichar ch = g_utf8_get_char (p);
--      FriBidiCharType char_type;
--      char_type = fribidi_get_bidi_type (ch);
-+	  FriBidiCharType char_type = fribidi_get_bidi_type (ch);
-+		  
-+	  	if (i == n_chars)
-+			break;
-+
-       bidi_types[i] = char_type;
-       ored_types |= char_type;
-       if (FRIBIDI_IS_STRONG (char_type))
diff --git a/x11-toolkits/pango/files/patch-docs-meson.build b/x11-toolkits/pango/files/patch-docs-meson.build
deleted file mode 100644
index 3dc7dd60f91f..000000000000
--- a/x11-toolkits/pango/files/patch-docs-meson.build
+++ /dev/null
@@ -1,40 +0,0 @@
---- docs/meson.build.orig	2018-04-24 19:46:15 UTC
-+++ docs/meson.build
-@@ -40,16 +40,20 @@ if host_system != 'darwin'
-   ]
- endif
- 
-+xft_private_headers = [
-+  'pangoxft.h',
-+  'pangoxft-render.h',
-+]
- if host_system != 'windows'
-   private_headers += [
-     'pangocairo-win32.h',
-     'pangowin32.h',
-   ]
-+  if not get_option('xft')
-+    private_headers += xft_private_headers
-+  endif
- else
--  private_headers += [
--    'pangoxft.h',
--    'pangoxft-render.h',
--  ]
-+  private_headers += xft_private_headers
- endif
- 
- content_files = [
-@@ -68,8 +72,10 @@ if build_pangoft2
-   docdeps += libpangoft2_dep
- endif
- 
--if xft_dep.found()
--  docdeps += libpangoxft_dep
-+if get_option('xft')
-+  if xft_dep.found()
-+   docdeps += libpangoxft_dep
-+  endif
- endif
- 
- if cairo_dep.found()
diff --git a/x11-toolkits/pango/files/patch-meson.build b/x11-toolkits/pango/files/patch-meson.build
deleted file mode 100644
index 4ec6b6d1817a..000000000000
--- a/x11-toolkits/pango/files/patch-meson.build
+++ /dev/null
@@ -1,35 +0,0 @@
---- meson.build.orig	2018-04-07 12:06:28.000000000 +0200
-+++ meson.build	2018-05-08 15:01:59.098440000 +0200
-@@ -297,11 +297,13 @@
-   pango_deps += freetype_dep
- endif
- 
--xft_dep = dependency('xft', version: xft_req_version, required: false)
--if xft_dep.found()
--  pango_conf.set('HAVE_XFT', 1)
--  pango_deps += dependency('xrender', required: false)
--  pango_deps += xft_dep
-+if get_option('xft')
-+  xft_dep = dependency('xft', version: xft_req_version, required: false)
-+  if xft_dep.found()
-+    pango_conf.set('HAVE_XFT', 1)
-+    pango_deps += dependency('xrender', required: false)
-+    pango_deps += xft_dep
-+  endif
- endif
- 
- if host_system == 'darwin'
-@@ -481,9 +483,12 @@
-   [ 'pango.pc' ],
-   [ 'pangowin32.pc', host_system == 'windows' ],
-   [ 'pangoft2.pc', build_pangoft2 ],
--  [ 'pangoxft.pc', xft_dep.found() ],
-   [ 'pangocairo.pc', cairo_dep.found() ],
- ]
-+
-+if get_option('xft')
-+  pkgconf_files += [[ 'pangoxft.pc', xft_dep.found() ]]
-+endif
- 
- foreach pkg: pkgconf_files
-   pkg_name = pkg[0]
diff --git a/x11-toolkits/pango/files/patch-meson_options.txt b/x11-toolkits/pango/files/patch-meson_options.txt
deleted file mode 100644
index bc7bda3fb530..000000000000
--- a/x11-toolkits/pango/files/patch-meson_options.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- meson_options.txt.orig	2018-05-10 12:18:01.824158000 +0200
-+++ meson_options.txt	2018-05-10 12:18:30.158458000 +0200
-@@ -2,7 +2,15 @@
-        description: 'Build API reference for Pango using GTK-Doc',
-        type: 'boolean',
-        value: false)
-+option('enable_installed_tests',
-+       description: 'Install test programs',
-+       type: 'boolean',
-+       value: false)
- option('gir',
-        description: 'Build the GObject introspection data for Pango',
-+       type: 'boolean',
-+       value: true)
-+option('xft',
-+       description: 'Build Xft/XRender support',
-        type: 'boolean',
-        value: true)
diff --git a/x11-toolkits/pango/files/patch-pango_meson.build b/x11-toolkits/pango/files/patch-pango_meson.build
deleted file mode 100644
index a4c5e351072f..000000000000
--- a/x11-toolkits/pango/files/patch-pango_meson.build
+++ /dev/null
@@ -1,111 +0,0 @@
---- pango/meson.build.orig	2018-07-17 19:43:45.000000000 -0400
-+++ pango/meson.build	2018-09-03 14:20:00.192740000 -0400
-@@ -239,59 +239,62 @@
- endif
- 
- # Xft
--if xft_dep.found()
--  pangoxft_headers = [
--    'pangoxft.h',
--    'pangoxft-render.h',
--  ]
-+if get_option('xft')
-+  if xft_dep.found()
-+    pangoxft_headers = [
-+      'pangoxft.h',
-+      'pangoxft-render.h',
-+    ]
- 
--  pangoxft_sources = [
--    'pangoxft-font.c',
--    'pangoxft-fontmap.c',
--    'pangoxft-render.c',
--  ]
-+    pangoxft_sources = [
-+      'pangoxft-font.c',
-+      'pangoxft-fontmap.c',
-+      'pangoxft-render.c',
-+    ]
- 
-   install_headers(pangoxft_headers, subdir: pango_api_path)
-+    install_headers(pangoxft_headers, subdir: pango_api_path)
- 
--  libpangoxft = library(
--    'pangoxft- at 0@'.format(pango_api_version),
--    sources: pangoxft_sources,
--    version: pango_libversion,
--    soversion: pango_soversion,
--    install: true,
--    dependencies: pango_deps + [ libpango_dep, libpangoft2_dep ],
--    include_directories: [ root_inc, pango_inc ],
--    c_args: common_cflags + pango_debug_cflags + pango_cflags + [
--      '-DPANGO_DISABLE_DEPRECATION_WARNINGS',
--    ],
--    link_args: common_ldflags,
--  )
--  pangoxft_dep_sources = []
--
--  if build_gir
--    pangoxft_gir = gnome.generate_gir(
--      libpangoxft,
--      sources: pangoxft_headers + pangoxft_sources,
--      dependencies: [ libpango_dep, libpangoft2_dep, pango_gir_dep, pangoft2_gir_dep ],
--      namespace: 'PangoXft',
--      nsversion: pango_api_version,
--      identifier_prefix: 'PangoXft',
--      symbol_prefix: 'pango_xft',
--      export_packages: 'pangoxft',
--      includes: [ pango_gir[0], pangoft2_gir[0], 'GObject-2.0', 'xft-2.0', 'xlib-2.0' ],
--      header: 'pango/pangoxft.h',
-+    libpangoxft = library(
-+      'pangoxft- at 0@'.format(pango_api_version),
-+      sources: pangoxft_sources,
-+      version: pango_libversion,
-+      soversion: pango_soversion,
-       install: true,
--      extra_args: gir_args,
-+      dependencies: pango_deps + [ libpango_dep, libpangoft2_dep ],
-+      include_directories: [ root_inc, pango_inc ],
-+      c_args: common_cflags + pango_debug_cflags + pango_cflags + [
-+        '-DPANGO_DISABLE_DEPRECATION_WARNINGS',
-+      ],
-+      link_args: common_ldflags,
-     )
--    pangoxft_dep_sources += pangoxft_gir
--  endif
-+    pangoxft_dep_sources = []
- 
--  libpangoxft_dep = declare_dependency(
--    link_with: libpangoxft,
--    include_directories: root_inc,
--    dependencies: pango_deps + [ libpango_dep, libpangoft2_dep ],
--    sources: pangoxft_dep_sources,
--  )
-+    if build_gir
-+      pangoxft_gir = gnome.generate_gir(
-+        libpangoxft,
-+        sources: pangoxft_headers + pangoxft_sources,
-+        dependencies: [ libpango_dep, libpangoft2_dep, pango_gir_dep, pangoft2_gir_dep ],
-+        namespace: 'PangoXft',
-+        nsversion: pango_api_version,
-+        identifier_prefix: 'PangoXft',
-+        symbol_prefix: 'pango_xft',
-+        export_packages: 'pangoxft',
-+        includes: [ pango_gir[0], pangoft2_gir[0], 'GObject-2.0', 'xft-2.0', 'xlib-2.0' ],
-+        header: 'pango/pangoxft.h',
-+        install: true,
-+        extra_args: gir_args,
-+      )
-+      pangoxft_dep_sources += pangoxft_gir
-+    endif
-+
-+    libpangoxft_dep = declare_dependency(
-+      link_with: libpangoxft,
-+      include_directories: root_inc,
-+      dependencies: pango_deps + [ libpango_dep, libpangoft2_dep ],
-+      sources: pangoxft_dep_sources,
-+    )
-+  endif
- else
-   # For usage as a subproject
-   libpangoxft_dep = dependency('', required: false)
diff --git a/x11-toolkits/pango/files/patch-tests_meson.build b/x11-toolkits/pango/files/patch-tests_meson.build
deleted file mode 100644
index 0d78b0d26961..000000000000
--- a/x11-toolkits/pango/files/patch-tests_meson.build
+++ /dev/null
@@ -1,92 +0,0 @@
---- tests/meson.build.orig	2018-04-07 12:00:40.000000000 +0200
-+++ tests/meson.build	2018-05-10 12:09:26.358132000 +0200
-@@ -2,8 +2,10 @@
-   '-DSRCDIR=@0@'.format(meson.current_source_dir()),
- ]
- 
--if xft_dep.found()
--  test_cflags += [ '-DHAVE_X', '-DHAVE_XFT' ]
-+if get_option('xft')
-+  if xft_dep.found()
-+    test_cflags += [ '-DHAVE_X', '-DHAVE_XFT' ]
-+  endif
- endif
- 
- if host_system == 'windows'
-@@ -85,15 +87,18 @@
- installed_test_datadir = join_paths(pango_datadir, 'installed-tests', 'pango')
- installed_test_bindir = join_paths(pango_libexecdir, 'installed-tests', 'pango')
- 
--install_data(installed_test_data, install_dir: installed_test_bindir)
--install_data(installed_test_layouts_data, install_dir: join_paths(installed_test_bindir, 'layouts'))
--install_data(installed_test_markups_data, install_dir: join_paths(installed_test_bindir, 'markups'))
-+if get_option('enable_installed_tests')
-+  install_data(installed_test_data, install_dir: installed_test_bindir)
-+  install_data(installed_test_layouts_data, install_dir: join_paths(installed_test_bindir, 'layouts'))
-+  install_data(installed_test_markups_data, install_dir: join_paths(installed_test_bindir, 'markups'))
-+endif
- 
- python = import('python3').find_python()
- gen_installed_test = files([ 'gen-installed-test.py' ])
- gen_all_unicode = files([ 'gen-all-unicode.py' ])
- 
--custom_target('all-unicode',
-+if get_option('enable_installed_tests')
-+  custom_target('all-unicode',
-               output: 'all-unicode.txt',
-               command: [
-                 python, gen_all_unicode, '@OUTPUT@'
-@@ -101,29 +106,30 @@
-               install: true,
-               install_dir: installed_test_bindir)
- 
--foreach t: tests
--  name = t[0]
--  src = t.get(1, [ '@0 at .c'.format(name) ])
--  deps = t.get(2, [ libpango_dep ])
-+  foreach t: tests
-+    name = t[0]
-+    src = t.get(1, [ '@0 at .c'.format(name) ])
-+    deps = t.get(2, [ libpango_dep ])
- 
--  custom_target(name + '.test',
--                output: name + '.test',
--                command: [
--                  python, gen_installed_test,
--                  installed_test_bindir,
--                  name,
--                  '@OUTDIR@',
--                ],
--                install: true,
--                install_dir: installed_test_datadir)
-+    custom_target(name + '.test',
-+                  output: name + '.test',
-+                  command: [
-+                    python, gen_installed_test,
-+                    installed_test_bindir,
-+                    name,
-+                    '@OUTDIR@',
-+                  ],
-+                  install: true,
-+                  install_dir: installed_test_datadir)
- 
--  bin = executable(name, src,
--                   dependencies: deps,
--                   include_directories: root_inc,
--                   c_args: common_cflags + pango_debug_cflags + test_cflags,
--                   cpp_args: common_cppflags + pango_debug_cflags + test_cflags,
--                   install: true,
--                   install_dir: installed_test_bindir)
-+    bin = executable(name, src,
-+                     dependencies: deps,
-+                     include_directories: root_inc,
-+                     c_args: common_cflags + pango_debug_cflags + test_cflags,
-+                     cpp_args: common_cppflags + pango_debug_cflags + test_cflags,
-+                     install: true,
-+                     install_dir: installed_test_bindir)
- 
--  test(name, bin, env: test_env)
--endforeach
-+    test(name, bin, env: test_env)
-+  endforeach
-+endif
diff --git a/x11-toolkits/pango/files/patch-utils_meson.build b/x11-toolkits/pango/files/patch-utils_meson.build
deleted file mode 100644
index 2a065503234f..000000000000
--- a/x11-toolkits/pango/files/patch-utils_meson.build
+++ /dev/null
@@ -1,32 +0,0 @@
---- utils/meson.build.orig	2018-09-09 23:55:54.363487000 +0200
-+++ utils/meson.build	2018-09-09 23:56:55.810617000 +0200
-@@ -14,12 +14,14 @@
-   pango_view_deps += libpangoft2_dep
- endif
- 
--if xft_dep.found() and build_pangoft2
--  pango_view_sources += [
--    'viewer-pangoxft.c',
--    'viewer-x.c',
--  ]
--  pango_view_deps += [ libpangoft2_dep, libpangoxft_dep, ]
-+if get_option('xft')
-+  if xft_dep.found() and build_pangoft2
-+    pango_view_sources += [
-+      'viewer-pangoxft.c',
-+      'viewer-x.c',
-+    ]
-+    pango_view_deps += [ libpangoft2_dep, libpangoxft_dep, ]
-+  endif
- endif
- 
- if cairo_dep.found()
-@@ -54,7 +56,7 @@
-                   help2man, help2man_opts, '--output=@OUTPUT@', pango_view
-                 ],
-                 install: true,
--                install_dir: join_paths(pango_datadir, 'man/man1'))
-+                install_dir: join_paths(pango_prefix, 'man/man1'))
- endif
- 
- if cairo_dep.found()
diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist
index 27dac9f9625d..6b1b0112ee05 100644
--- a/x11-toolkits/pango/pkg-plist
+++ b/x11-toolkits/pango/pkg-plist
@@ -5,6 +5,7 @@ include/pango-1.0/pango/pango-bidi-type.h
 include/pango-1.0/pango/pango-break.h
 include/pango-1.0/pango/pango-context.h
 include/pango-1.0/pango/pango-coverage.h
+include/pango-1.0/pango/pango-direction.h
 include/pango-1.0/pango/pango-engine.h
 include/pango-1.0/pango/pango-enum-types.h
 include/pango-1.0/pango/pango-features.h
@@ -37,6 +38,8 @@ include/pango-1.0/pango/pangoft2.h
 lib/girepository-1.0/Pango-1.0.typelib
 lib/girepository-1.0/PangoCairo-1.0.typelib
 lib/girepository-1.0/PangoFT2-1.0.typelib
+lib/girepository-1.0/PangoFc-1.0.typelib
+lib/girepository-1.0/PangoOT-1.0.typelib
 %%X11%%lib/girepository-1.0/PangoXft-1.0.typelib
 lib/libpango-1.0.so
 lib/libpango-1.0.so.0
@@ -52,76 +55,936 @@ lib/libpangoft2-1.0.so.%%LIBVERSION%%
 %%X11%%lib/libpangoxft-1.0.so.%%LIBVERSION%%
 libdata/pkgconfig/pango.pc
 libdata/pkgconfig/pangocairo.pc
+libdata/pkgconfig/pangofc.pc
 libdata/pkgconfig/pangoft2.pc
+libdata/pkgconfig/pangoot.pc
 %%X11%%libdata/pkgconfig/pangoxft.pc
-man/man1/pango-view.1.gz
 share/gir-1.0/Pango-1.0.gir
 share/gir-1.0/PangoCairo-1.0.gir
 share/gir-1.0/PangoFT2-1.0.gir
+share/gir-1.0/PangoFc-1.0.gir
+share/gir-1.0/PangoOT-1.0.gir
 %%X11%%share/gir-1.0/PangoXft-1.0.gir
-%%PORTDOCS%%share/gtk-doc/html/pango/PangoEngineLang.html
-%%PORTDOCS%%share/gtk-doc/html/pango/PangoEngineShape.html
-%%PORTDOCS%%share/gtk-doc/html/pango/PangoFcDecoder.html
-%%PORTDOCS%%share/gtk-doc/html/pango/PangoFcFont.html
-%%PORTDOCS%%share/gtk-doc/html/pango/PangoFcFontMap.html
-%%PORTDOCS%%share/gtk-doc/html/pango/PangoMarkupFormat.html
-%%PORTDOCS%%share/gtk-doc/html/pango/PangoRenderer.html
-%%PORTDOCS%%share/gtk-doc/html/pango/annotation-glossary.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-10.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-12.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-14.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-16.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-18.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-2.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-20.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-22.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-24.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-26.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-30.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-31-0.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-32-4.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-32.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-34.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-38.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-4.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-40.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-6.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-1-8.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-deprecated.html
-%%PORTDOCS%%share/gtk-doc/html/pango/api-index-full.html
-%%PORTDOCS%%share/gtk-doc/html/pango/home.png
-%%PORTDOCS%%share/gtk-doc/html/pango/index.html
-%%PORTDOCS%%share/gtk-doc/html/pango/layout.gif
-%%PORTDOCS%%share/gtk-doc/html/pango/left-insensitive.png
-%%PORTDOCS%%share/gtk-doc/html/pango/left.png
-%%PORTDOCS%%share/gtk-doc/html/pango/lowlevel.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Bidirectional-Text.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Cairo-Rendering.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-CoreText-Fonts.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Coverage-Maps.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Engines.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Fonts.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Glyph-Storage.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Layout-Objects.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Modules.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Scripts-and-Languages.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Tab-Stops.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Text-Attributes.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Text-Processing.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Version-Checking.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Vertical-Text.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango-hierarchy.html
-%%PORTDOCS%%share/gtk-doc/html/pango/pango.devhelp2
-%%PORTDOCS%%share/gtk-doc/html/pango/pango.html
-%%PORTDOCS%%share/gtk-doc/html/pango/rendering.html
-%%PORTDOCS%%share/gtk-doc/html/pango/right-insensitive.png
-%%PORTDOCS%%share/gtk-doc/html/pango/right.png
-%%PORTDOCS%%share/gtk-doc/html/pango/rotated-text.png
-%%PORTDOCS%%share/gtk-doc/html/pango/style.css
-%%PORTDOCS%%share/gtk-doc/html/pango/up-insensitive.png
-%%PORTDOCS%%share/gtk-doc/html/pango/up.png
+share/man/man1/pango-view.1.gz
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/Pango.devhelp2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-Black.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-Black.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-BlackItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-BlackItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-Bold.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-Bold.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-BoldItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-BoldItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-Medium.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-Medium.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-MediumItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-MediumItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-Regular.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatDisplay-Regular.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-Bold.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-Bold.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-BoldItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-BoldItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-Italic.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-Italic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-Medium.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-Medium.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-MediumItalic.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-MediumItalic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-Regular.woff
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/RedHatText-Regular.woff2
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/alias.Glyph.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/alias.GlyphUnit.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/alias.LayoutRun.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/arabic-markup.png
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/blue-text.png
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/callback.AttrDataCopyFunc.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/callback.AttrFilterFunc.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/callback.FontsetForeachFunc.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.Context.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.Coverage.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.Font.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.FontFace.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.FontFamily.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.FontMap.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.Fontset.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.FontsetSimple.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.Layout.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/class.Renderer.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/classes_hierarchy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.ANALYSIS_FLAG_CENTERED_BASELINE.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.ANALYSIS_FLAG_IS_ELLIPSIS.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.ANALYSIS_FLAG_NEED_HYPHEN.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.ATTR_INDEX_FROM_TEXT_BEGINNING.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.ATTR_INDEX_TO_TEXT_END.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.GLYPH_EMPTY.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.GLYPH_INVALID_INPUT.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.GLYPH_UNKNOWN_FLAG.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.SCALE.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.VERSION_MAJOR.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.VERSION_MICRO.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.VERSION_MINOR.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/const.VERSION_STRING.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.AttrList.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.Context.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.Coverage.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.FontDescription.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.FontsetSimple.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.GlyphString.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.Item.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.Layout.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.ScriptIter.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.TabArray.new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/ctor.TabArray.new_with_positions.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Alignment.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.AttrType.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.BidiType.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.CoverageLevel.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Direction.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.EllipsizeMode.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Gravity.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.GravityHint.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Overline.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.RenderPart.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Script.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Stretch.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Style.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.TabAlign.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Underline.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Variant.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.Weight.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/enum.WrapMode.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/flags.FontMask.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/flags.ShapeFlags.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/flags.ShowFlags.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/fonts.css
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.ASCENT.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.DESCENT.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.LBEARING.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.PIXELS.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.PIXELS_CEIL.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.PIXELS_FLOOR.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.RBEARING.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.UNITS_ROUND.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.VERSION_CHECK.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.VERSION_ENCODE.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_allow_breaks_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_background_alpha_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_background_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_fallback_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_family_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_foreground_alpha_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_foreground_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_gravity_hint_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_gravity_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_insert_hyphens_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_letter_spacing_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_overline_color_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_overline_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_rise_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_scale_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_show_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_stretch_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_strikethrough_color_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_strikethrough_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_style_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_underline_color_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_underline_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_variant_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.attr_weight_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.break.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.default_break.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.extents_to_pixels.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.find_base_dir.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.find_paragraph_boundary.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.get_log_attrs.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.get_mirror_char.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.is_zero_width.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.itemize.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.itemize_with_base_dir.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.log2vis_get_embedding_levels.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.markup_parser_finish.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.markup_parser_new.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.parse_enum.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.parse_markup.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.parse_stretch.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.parse_style.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.parse_variant.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.parse_weight.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.quantize_line_geometry.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.read_line.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.reorder_items.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.scan_int.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.scan_string.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.scan_word.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.shape.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.shape_full.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.shape_with_flags.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.skip_space.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.split_file_list.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.tailor_break.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.trim_string.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.unichar_direction.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.units_from_double.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.units_to_double.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.version.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.version_check.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/func.version_string.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/fzy.js
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/go-up-symbolic.png
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/index.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/index.json
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/layout.png
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/main.js
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrIterator.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrIterator.destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrIterator.get.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrIterator.get_attrs.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrIterator.get_font.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrIterator.next.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrIterator.range.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.change.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.equal.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.filter.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.get_attributes.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.get_iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.insert.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.insert_before.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.ref.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.splice.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.unref.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.AttrList.update.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Attribute.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Attribute.destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Attribute.equal.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Attribute.init.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Color.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Color.free.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Color.parse.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Color.parse_with_alpha.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Color.to_string.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.changed.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_base_dir.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_base_gravity.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_font_description.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_font_map.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_gravity.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_gravity_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_language.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_matrix.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_metrics.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_round_glyph_positions.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.get_serial.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.list_families.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.load_font.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.load_fontset.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.set_base_dir.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.set_base_gravity.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.set_font_description.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.set_font_map.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.set_gravity_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.set_language.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.set_matrix.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Context.set_round_glyph_positions.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Coverage.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Coverage.get.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Coverage.max.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Coverage.ref.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Coverage.set.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Coverage.to_bytes.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Coverage.unref.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.describe.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.describe_with_absolute_size.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.get_coverage.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.get_face.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.get_features.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.get_font_map.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.get_glyph_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.get_hb_font.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.get_metrics.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Font.has_char.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.better_match.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.copy_static.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.equal.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.free.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_family.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_gravity.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_set_fields.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_size.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_size_is_absolute.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_stretch.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_style.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_variant.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_variations.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.get_weight.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.hash.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.merge.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.merge_static.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_absolute_size.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_family.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_family_static.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_gravity.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_size.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_stretch.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_style.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_variant.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_variations.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_variations_static.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.set_weight.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.to_filename.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.to_string.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontDescription.unset_fields.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFace.describe.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFace.get_face_name.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFace.get_family.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFace.is_synthesized.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFace.list_sizes.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFamily.get_face.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFamily.get_name.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFamily.is_monospace.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFamily.is_variable.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontFamily.list_faces.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMap.changed.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMap.create_context.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMap.get_family.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMap.get_serial.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMap.list_families.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMap.load_font.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMap.load_fontset.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_approximate_char_width.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_approximate_digit_width.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_ascent.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_descent.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_height.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_strikethrough_position.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_strikethrough_thickness.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_underline_position.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.get_underline_thickness.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.ref.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontMetrics.unref.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Fontset.foreach.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Fontset.get_font.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Fontset.get_metrics.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontsetSimple.append.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.FontsetSimple.size.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItem.apply_attrs.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItem.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItem.free.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItem.get_logical_widths.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItem.letter_space.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItem.split.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItemIter.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItemIter.free.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItemIter.init_end.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItemIter.init_start.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItemIter.next_cluster.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphItemIter.prev_cluster.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.extents_range.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.free.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.get_logical_widths.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.get_width.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.index_to_x.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.set_size.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.GlyphString.x_to_index.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Item.apply_attrs.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Item.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Item.free.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Item.split.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Language.get_sample_string.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Language.get_scripts.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Language.includes_script.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Language.matches.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Language.to_string.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.context_changed.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_alignment.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_attributes.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_auto_dir.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_baseline.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_character_count.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_cursor_pos.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_direction.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_ellipsize.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_font_description.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_height.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_indent.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_iter.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_justify.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_line.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_line_count.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_line_readonly.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_line_spacing.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_lines.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_lines_readonly.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_log_attrs.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_log_attrs_readonly.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_pixel_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_pixel_size.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_serial.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_single_paragraph_mode.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_size.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_spacing.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_tabs.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_text.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_unknown_glyphs_count.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_width.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.get_wrap.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.index_to_line_x.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.index_to_pos.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.is_ellipsized.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.is_wrapped.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.move_cursor_visually.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_alignment.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_attributes.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_auto_dir.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_ellipsize.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_font_description.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_height.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_indent.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_justify.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_line_spacing.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_markup.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_markup_with_accel.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_single_paragraph_mode.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_spacing.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_tabs.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_text.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_width.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.set_wrap.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Layout.xy_to_index.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.at_last_line.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.free.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_baseline.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_char_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_cluster_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_index.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_layout.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_layout_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_line.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_line_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_line_readonly.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_line_yrange.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_run.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_run_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.get_run_readonly.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.next_char.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.next_cluster.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.next_line.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutIter.next_run.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutLine.get_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutLine.get_height.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutLine.get_pixel_extents.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutLine.get_x_ranges.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutLine.index_to_x.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutLine.ref.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutLine.unref.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.LayoutLine.x_to_index.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Matrix.concat.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Matrix.copy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Matrix.free.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Pango/method.Matrix.get_font_scale_factor.html
*** 498 LINES SKIPPED ***


More information about the dev-commits-ports-all mailing list