Import pango 1.0.3. From DESCR:

Pango is a library for layout and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout
is needed; however, most of the work on Pango-1.0 was done using the
GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handling for GTK+-2.0.
This commit is contained in:
nino 2002-07-25 09:20:01 +00:00
parent 091f392934
commit c81bd7c0f2
16 changed files with 543 additions and 0 deletions

38
devel/pango/Makefile Normal file
View File

@ -0,0 +1,38 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
COMMENT= "library for layout and rendering of text"
DISTNAME= pango-1.0.3
CATEGORIES= devel x11
HOMEPAGE= http://www.gtk.org
MAINTAINER= Nils Nordman <nino@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.0/
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= glib-2.0.=0,gmodule-2.0.=0,gobject-2.0.=0::devel/glib2
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
RUN_DEPENDS= ${BUILD_DEPENDS}
SEPARATE_BUILD= concurrent
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ARGS+= --without-qt
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pango; \
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/pango/
.include <bsd.port.mk>

3
devel/pango/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pango-1.0.3.tar.bz2) = 5bb1904c4a7837ec5b8007501646302d
RMD160 (pango-1.0.3.tar.bz2) = bc9a568df7fa64dee9292f8f3a46e142959fa13d
SHA1 (pango-1.0.3.tar.bz2) = d114a149a5ba1124ef05939b65849e1d188c625f

View File

@ -0,0 +1,34 @@
$OpenBSD: patch-configure,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- configure.orig Thu Jun 13 23:04:03 2002
+++ configure Mon Jun 24 17:18:07 2002
@@ -5607,8 +5607,8 @@ else
hardcode_direct=yes
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
export_dynamic_flag_spec='${wl}-E'
else
case "$host_os" in
@@ -5617,8 +5617,8 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
;;
esac
fi
@@ -6134,6 +6134,8 @@ openbsd*)
version_type=sunos
need_lib_prefix=no
need_version=no
+ sys_lib_search_path_spec="/usr/lib"
+ sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib"
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
case "$host_os" in
openbsd2.[89] | openbsd2.[89].*)

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-examples_Makefile_in,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- examples/Makefile.in.orig Thu Jun 13 23:05:07 2002
+++ examples/Makefile.in Wed Jul 10 07:09:49 2002
@@ -492,7 +492,7 @@ pango.modules:
if find ../modules -name '*.so' | grep 'so' > /dev/null ; then \
echo "Writing a pango.modules file to use when running examples before installing Pango."; \
(cd ../modules && \
- ../pango/pango-querymodules `find . -name '*.la' | grep -v \.libs` > ../examples/pango.modules ) ;\
+ LD_LIBRARY_PATH=../pango/.libs ../pango/pango-querymodules `find . -name '*.so' | grep -v \.libs` > ../examples/pango.modules ) ;\
else \
echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
touch pango.modules; \

View File

@ -0,0 +1,85 @@
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- ltmain.sh.orig Fri Apr 26 11:23:44 2002
+++ ltmain.sh Mon Jun 24 12:49:00 2002
@@ -1073,6 +1073,17 @@ compiler."
continue
;;
+ -pthread)
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+
-module)
module=yes
continue
@@ -1530,6 +1541,10 @@ compiler."
fi
continue
;;
+ -pthread)
+ continue
+ ;;
+
%DEPLIBS%)
alldeplibs=yes
continue
@@ -1775,11 +1790,6 @@ compiler."
continue
fi
- if test "$installed" = no; then
- notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
- fi
-
if test -n "$old_archive_from_expsyms_cmds"; then
# figure out the soname
set dummy $library_names
@@ -4526,40 +4536,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- done
- echo
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -0,0 +1,23 @@
$OpenBSD: patch-modules_Makefile_in,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- modules/Makefile.in.orig Thu Jun 13 23:04:52 2002
+++ modules/Makefile.in Thu Jul 11 15:27:26 2002
@@ -115,6 +115,7 @@ WIN32_LIBS = @WIN32_LIBS@
XFT_LIBS = @XFT_LIBS@
YACC = @YACC@
ms_librarian = @ms_librarian@
+moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
SUBDIRS = \
arabic \
@@ -335,8 +336,9 @@ maintainer-clean-generic clean mostlycle
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
- $(top_builddir)/pango/pango-querymodules \
- > $(DESTDIR)$(sysconfdir)/pango/pango.modules
+ LD_LIBRARY_PATH=$(top_builddir)/pango/.libs $(top_builddir)/pango/pango-querymodules \
+ `find $(DESTDIR)$(moduledir) -name '*.so'` | sed 's,$(DESTDIR),,' \
+ > $(DESTDIR)$(sysconfdir)/pango/pango.modules
included-modules:
@for d in $(SUBDIRS) ; do \

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-modules_arabic_arabic-ft2_c,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- modules/arabic/arabic-ft2.c.orig Thu Jan 24 16:18:06 2002
+++ modules/arabic/arabic-ft2.c Fri Jul 19 21:17:59 2002
@@ -49,7 +49,7 @@ static PangoEngineInfo script_engines[]
}
};
-void
+static void
maybe_add_feature (PangoOTRuleset *ruleset,
PangoOTInfo *info,
guint script_index,

View File

@ -0,0 +1,39 @@
$OpenBSD: patch-modules_basic_tables-big_i,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- modules/basic/tables-big.i.orig Tue May 21 21:27:52 2002
+++ modules/basic/tables-big.i Fri Jul 19 20:54:12 2002
@@ -23,7 +23,7 @@ enum {
ENC_ISO_10646 = 1 << 21
};
-Charset charsets[] = {
+static Charset charsets[] = {
{ 0, NULL, "iso8859-1", conv_ucs4 },
{ 1, "ISO-8859-2", "iso8859-2", conv_8bit },
{ 2, "ISO-8859-3", "iso8859-3", conv_8bit },
@@ -48,7 +48,7 @@ Charset charsets[] = {
{ 21, NULL, "iso10646-1", conv_ucs4 }
};
-CharsetOrdering charset_orderings[] = {
+static CharsetOrdering charset_orderings[] = {
{ "zh-cn", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 20, 18, 15, 17, 19, 21} },
{ "zh-tw", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 20, 16, 18, 15, 19, 17, 21} },
{ "ja", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 16, 17, 20, 21} },
@@ -56,7 +56,7 @@ CharsetOrdering charset_orderings[] = {
{ NULL, { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 15, 16, 17, 18, 19, 20} }
};
-const guint32 char_mask_map[] = {
+static const guint32 char_mask_map[] = {
0,
ENC_ISO_8859_10|ENC_ISO_8859_13|ENC_ISO_8859_14|ENC_ISO_8859_15|ENC_ISO_8859_1|ENC_ISO_8859_2|ENC_ISO_8859_3|ENC_ISO_8859_4|ENC_ISO_8859_5|ENC_ISO_8859_6|ENC_ISO_8859_7|ENC_ISO_8859_8|ENC_ISO_8859_9|ENC_KOI8_R,
ENC_ISO_8859_10|ENC_ISO_8859_13|ENC_ISO_8859_14|ENC_ISO_8859_15|ENC_ISO_8859_1|ENC_ISO_8859_2|ENC_ISO_8859_3|ENC_ISO_8859_4|ENC_ISO_8859_5|ENC_ISO_8859_6|ENC_ISO_8859_7|ENC_ISO_8859_8|ENC_ISO_8859_9|ENC_JIS_0201|ENC_KOI8_R|ENC_TIS_620,
@@ -177,7 +177,7 @@ const guint32 char_mask_map[] = {
ENC_BIG5|ENC_JIS_0212|ENC_KSC_5601,
};
-const guchar char_masks[] = {
+static const guchar char_masks[] = {
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-modules_hebrew_hebrew-ft2_c,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- modules/hebrew/hebrew-ft2.c.orig Fri Jul 19 21:21:27 2002
+++ modules/hebrew/hebrew-ft2.c Fri Jul 19 21:21:30 2002
@@ -67,7 +67,7 @@ get_glyph (PangoFont *font,
}
/* This should be extended to support various encodings... */
-gint get_glyph_num(PangoFont *font,
+static gint get_glyph_num(PangoFont *font,
gunichar uch)
{
return uch;

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-modules_hebrew_hebrew-x_c,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- modules/hebrew/hebrew-x.c.orig Fri Jul 19 21:20:19 2002
+++ modules/hebrew/hebrew-x.c Fri Jul 19 21:20:26 2002
@@ -257,7 +257,7 @@ add_cluster(HebrewFontInfo *font_info,
}
}
-gint get_glyph_num(HebrewFontInfo *font_info,
+static gint get_glyph_num(HebrewFontInfo *font_info,
PangoFont *font,
gunichar uch)
{

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-pango_pc_in,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
--- pango.pc.in.orig Wed Mar 6 18:04:39 2002
+++ pango.pc.in Mon Jun 24 18:32:11 2002
@@ -9,6 +9,6 @@ Name: Pango
Description: Internationalized text handling
Version: @VERSION@
Requires: @FRIBIDI_PC@glib-2.0,gobject-2.0,gmodule-2.0
-Libs: -L${libdir} -lpango-@PANGO_API_VERSION@
+Libs: -L${libdir} -L/usr/X11R6/lib -lpango-@PANGO_API_VERSION@
Cflags: -I${includedir}/pango-1.0

30
devel/pango/pkg/DEINSTALL Normal file
View File

@ -0,0 +1,30 @@
#!/bin/sh
#
# $OpenBSD: DEINSTALL,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
FILES='
pango/pango.modules
pango/pangox.aliases
'
echo
echo "+--------------- $1"
echo "| To really remove $1 from your system you should also"
echo "| remove the configuration files from the ${SYSCONFDIR} directory."
echo "| Remove the directory in which the files reside as well if empty."
echo "| If you are planning on installing $1 again in the future"
echo "| you can leave it as it is."
echo "|"
echo "| FYI, the following configuration files belongs to this package:"
echo "|"
for f in ${FILES}; do
echo "| ${SYSCONFDIR}/$f"
done
echo "+--------------- $1"
echo
exit 0

7
devel/pango/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
Pango is a library for layout and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout
is needed; however, most of the work on Pango-1.0 was done using the
GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handling for GTK+-2.0.
WWW: ${HOMEPAGE}

92
devel/pango/pkg/INSTALL Normal file
View File

@ -0,0 +1,92 @@
#!/bin/sh
#
# $OpenBSD: INSTALL,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
P_NAME=pango
DEST_PFX=${SYSCONFDIR}
SOURCE_PFX=${PREFIX}/share/examples/${P_NAME}
DIRS='pango'
FILES='
pango/pango.modules
pango/pangox.aliases
'
do_post() {
echo
echo "+--------------- ${P_NAME}"
# install dirs if neccesary
for d in ${DIRS}; do
if [ ! -d "${DEST_PFX}/$d" ]; then
install -d ${DEST_PFX}/$d
fi
done
# install or take note of existing config files
for f in ${FILES}; do
if [ -f "${DEST_PFX}/$f" ]; then
OLD_CONFS="${OLD_CONFS} $f"
else
if ! install -m 644 ${SOURCE_PFX}/$f ${DEST_PFX}/$f; then
echo "| ERROR: The following file could not be installed, exiting: ${DEST_PFX}/$f"
exit 1
fi
NEW_CONFS="${NEW_CONFS} $f"
fi
done
# print status report
if [ -n "${NEW_CONFS}" ]; then
echo "| The following NEW configuration files have been installed:"
echo "|"
for f in ${NEW_CONFS}; do
echo "| ${DEST_PFX}/$f"
done
fi
if [ -n "${OLD_CONFS}" ]; then
if [ -n "${NEW_CONFS}" ]; then
echo "|"
fi
echo "| The following OLD configuration files was found and have NOT been overwritten:"
echo "| You should however manually compare them to their equivalents in "
echo "|"
echo "| ${SOURCE_PFX}"
echo "|"
echo "| and update your configuration if needed."
echo "|"
for f in ${OLD_CONFS}; do
echo "| ${DEST_PFX}/$f"
done
fi
echo "+--------------- ${P_NAME}"
echo
}
# verify proper execution
#
if [ $# -ne 2 ]; then
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
fi
# Verify/process the command
#
case $2 in
PRE-INSTALL)
;;
POST-INSTALL)
do_post
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
;;
esac
exit 0

View File

@ -0,0 +1,24 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
lib/libpango-1.0.so.0.3
lib/libpangoft2-1.0.so.0.3
lib/libpangox-1.0.so.0.3
lib/libpangoxft-1.0.so.0.3
lib/pango/1.0.0/modules/pango-arabic-ft2.so
lib/pango/1.0.0/modules/pango-arabic-x.so
lib/pango/1.0.0/modules/pango-arabic-xft.so
lib/pango/1.0.0/modules/pango-basic-ft2.so
lib/pango/1.0.0/modules/pango-basic-x.so
lib/pango/1.0.0/modules/pango-basic-xft.so
lib/pango/1.0.0/modules/pango-bengali-x.so
lib/pango/1.0.0/modules/pango-devanagari-x.so
lib/pango/1.0.0/modules/pango-gujarati-x.so
lib/pango/1.0.0/modules/pango-gurmukhi-x.so
lib/pango/1.0.0/modules/pango-hangul-x.so
lib/pango/1.0.0/modules/pango-hebrew-ft2.so
lib/pango/1.0.0/modules/pango-hebrew-x.so
lib/pango/1.0.0/modules/pango-hebrew-xft.so
lib/pango/1.0.0/modules/pango-myanmar-x.so
lib/pango/1.0.0/modules/pango-tamil-x.so
lib/pango/1.0.0/modules/pango-tamil-xft.so
lib/pango/1.0.0/modules/pango-thai-x.so
DYNLIBDIR(%D/lib)

109
devel/pango/pkg/PLIST Normal file
View File

@ -0,0 +1,109 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
bin/pango-querymodules
include/pango-1.0/pango/pango-attributes.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-engine.h
include/pango-1.0/pango/pango-enum-types.h
include/pango-1.0/pango/pango-font.h
include/pango-1.0/pango/pango-fontmap.h
include/pango-1.0/pango/pango-fontset.h
include/pango-1.0/pango/pango-glyph.h
include/pango-1.0/pango/pango-indic.h
include/pango-1.0/pango/pango-item.h
include/pango-1.0/pango/pango-layout.h
include/pango-1.0/pango/pango-modules.h
include/pango-1.0/pango/pango-ot.h
include/pango-1.0/pango/pango-tabs.h
include/pango-1.0/pango/pango-types.h
include/pango-1.0/pango/pango-utils.h
include/pango-1.0/pango/pango.h
include/pango-1.0/pango/pangoft2.h
include/pango-1.0/pango/pangox.h
include/pango-1.0/pango/pangoxft.h
lib/libpango-1.0.a
lib/libpango-1.0.la
lib/libpangoft2-1.0.a
lib/libpangoft2-1.0.la
lib/libpangox-1.0.a
lib/libpangox-1.0.la
lib/libpangoxft-1.0.a
lib/libpangoxft-1.0.la
lib/pango/1.0.0/modules/pango-arabic-ft2.a
lib/pango/1.0.0/modules/pango-arabic-ft2.la
lib/pango/1.0.0/modules/pango-arabic-x.a
lib/pango/1.0.0/modules/pango-arabic-x.la
lib/pango/1.0.0/modules/pango-arabic-xft.a
lib/pango/1.0.0/modules/pango-arabic-xft.la
lib/pango/1.0.0/modules/pango-basic-ft2.a
lib/pango/1.0.0/modules/pango-basic-ft2.la
lib/pango/1.0.0/modules/pango-basic-x.a
lib/pango/1.0.0/modules/pango-basic-x.la
lib/pango/1.0.0/modules/pango-basic-xft.a
lib/pango/1.0.0/modules/pango-basic-xft.la
lib/pango/1.0.0/modules/pango-bengali-x.a
lib/pango/1.0.0/modules/pango-bengali-x.la
lib/pango/1.0.0/modules/pango-devanagari-x.a
lib/pango/1.0.0/modules/pango-devanagari-x.la
lib/pango/1.0.0/modules/pango-gujarati-x.a
lib/pango/1.0.0/modules/pango-gujarati-x.la
lib/pango/1.0.0/modules/pango-gurmukhi-x.a
lib/pango/1.0.0/modules/pango-gurmukhi-x.la
lib/pango/1.0.0/modules/pango-hangul-x.a
lib/pango/1.0.0/modules/pango-hangul-x.la
lib/pango/1.0.0/modules/pango-hebrew-ft2.a
lib/pango/1.0.0/modules/pango-hebrew-ft2.la
lib/pango/1.0.0/modules/pango-hebrew-x.a
lib/pango/1.0.0/modules/pango-hebrew-x.la
lib/pango/1.0.0/modules/pango-hebrew-xft.a
lib/pango/1.0.0/modules/pango-hebrew-xft.la
lib/pango/1.0.0/modules/pango-myanmar-x.a
lib/pango/1.0.0/modules/pango-myanmar-x.la
lib/pango/1.0.0/modules/pango-tamil-x.a
lib/pango/1.0.0/modules/pango-tamil-x.la
lib/pango/1.0.0/modules/pango-tamil-xft.a
lib/pango/1.0.0/modules/pango-tamil-xft.la
lib/pango/1.0.0/modules/pango-thai-x.a
lib/pango/1.0.0/modules/pango-thai-x.la
lib/pkgconfig/pango.pc
lib/pkgconfig/pangoft2.pc
lib/pkgconfig/pangox.pc
lib/pkgconfig/pangoxft.pc
share/examples/pango/pango/pango.modules
share/examples/pango/pango/pangox.aliases
share/gtk-doc/html/pango/index.html
share/gtk-doc/html/pango/index.sgml
share/gtk-doc/html/pango/layout.gif
share/gtk-doc/html/pango/lowlevel.html
share/gtk-doc/html/pango/pango-coverage-maps.html
share/gtk-doc/html/pango/pango-engines.html
share/gtk-doc/html/pango/pango-fonts.html
share/gtk-doc/html/pango/pango-freetype-fonts-and-rendering.html
share/gtk-doc/html/pango/pango-glyph-storage.html
share/gtk-doc/html/pango/pango-indic-engine-support.html
share/gtk-doc/html/pango/pango-layout-objects.html
share/gtk-doc/html/pango/pango-modules.html
share/gtk-doc/html/pango/pango-opentype-font-handling.html
share/gtk-doc/html/pango/pango-tab-stops.html
share/gtk-doc/html/pango/pango-text-attributes.html
share/gtk-doc/html/pango/pango-text-processing.html
share/gtk-doc/html/pango/pango-win32-fonts-and-rendering.html
share/gtk-doc/html/pango/pango-x-fonts.html
share/gtk-doc/html/pango/pango-x-rendering.html
share/gtk-doc/html/pango/pango-xft-fonts-and-rendering.html
share/gtk-doc/html/pango/pango.html
share/gtk-doc/html/pango/pangomarkupformat.html
share/gtk-doc/html/pango/rendering.html
%%SHARED%%
@dirrm share/gtk-doc/html/pango
@comment @dirrm share/gtk-doc/html
@comment @dirrm share/gtk-doc
@dirrm share/examples/pango/pango
@dirrm share/examples/pango
@comment @dirrm lib/pkgconfig
@dirrm lib/pango/1.0.0/modules
@dirrm lib/pango/1.0.0
@dirrm lib/pango
@dirrm include/pango-1.0/pango
@dirrm include/pango-1.0