diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-24 20:29:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-24 20:29:35 +0000 |
commit | 648690365b9dcc0c0237381c080a8c3c03ac5a0f (patch) | |
tree | 6550b4fc0b5f8e67c77715f6b47197935566cad4 /devel | |
parent | 06544f4905daaa06c16e9f9041cd6174aec8fc95 (diff) | |
download | pkgsrc-648690365b9dcc0c0237381c080a8c3c03ac5a0f.tar.gz |
import pango-1.0.0
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.
Pango is designed to be modular; the core Pango layout can be used
with four different font backends:
- Core X windowing system fonts
- Client-side fonts on X using the Xft library
- Direct rendering of scalable fonts using the FreeType library
- Native fonts on Microsoft backends
Dynamically loaded modules then handle text layout for particular
combinations of script and font backend.
As well as the low level layout rendering routines, Pango includes
PangoLayout, a high level driver for laying out entire blocks of text,
and routines to assist in editing internationalized text.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pango/DESCR | 20 | ||||
-rw-r--r-- | devel/pango/Makefile | 29 | ||||
-rw-r--r-- | devel/pango/PLIST | 117 | ||||
-rw-r--r-- | devel/pango/buildlink.mk | 37 | ||||
-rw-r--r-- | devel/pango/distinfo | 7 | ||||
-rw-r--r-- | devel/pango/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/pango/patches/patch-ab | 12 | ||||
-rw-r--r-- | devel/pango/patches/patch-ac | 12 |
8 files changed, 246 insertions, 0 deletions
diff --git a/devel/pango/DESCR b/devel/pango/DESCR new file mode 100644 index 00000000000..65e28390d3c --- /dev/null +++ b/devel/pango/DESCR @@ -0,0 +1,20 @@ +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. + +Pango is designed to be modular; the core Pango layout can be used +with four different font backends: + + - Core X windowing system fonts + - Client-side fonts on X using the Xft library + - Direct rendering of scalable fonts using the FreeType library + - Native fonts on Microsoft backends + +Dynamically loaded modules then handle text layout for particular +combinations of script and font backend. + +As well as the low level layout rendering routines, Pango includes +PangoLayout, a high level driver for laying out entire blocks of text, +and routines to assist in editing internationalized text. diff --git a/devel/pango/Makefile b/devel/pango/Makefile new file mode 100644 index 00000000000..aebaa3722d0 --- /dev/null +++ b/devel/pango/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/24 20:29:36 dmcmahill Exp $ +# + +DISTNAME= pango-1.0.0 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.0/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.0/ \ + http://www.ameth.org/gimp/pub/gtk/v2.0/ \ + ${MASTER_SITE_GNOME:=stable/sources/pango/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.pango.org +COMMENT= Library for layout and rendering of text + +USE_BUILDLINK_ONLY= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +USE_GMAKE= yes + +test: build + cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | \ + tee ${WRKDIR}/check.log + +.include "../../devel/glib2/buildlink.mk" +.include "../../devel/pkgconfig/buildlink.mk" +.include "../../graphics/freetype2/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/pango/PLIST b/devel/pango/PLIST new file mode 100644 index 00000000000..32c679d6330 --- /dev/null +++ b/devel/pango/PLIST @@ -0,0 +1,117 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/24 20:29:35 dmcmahill Exp $ +bin/pango-querymodules +etc/pango/pango.modules +etc/pango/pangox.aliases +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 +lib/libpango-1.0.a +lib/libpango-1.0.la +lib/libpango-1.0.so +lib/libpango-1.0.so.0 +lib/libpango-1.0.so.0.0 +lib/libpangoft2-1.0.a +lib/libpangoft2-1.0.la +lib/libpangoft2-1.0.so +lib/libpangoft2-1.0.so.0 +lib/libpangoft2-1.0.so.0.0 +lib/libpangox-1.0.a +lib/libpangox-1.0.la +lib/libpangox-1.0.so +lib/libpangox-1.0.so.0 +lib/libpangox-1.0.so.0.0 +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-ft2.so +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-x.so +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-ft2.so +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-x.so +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-bengali-x.so +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-devanagari-x.so +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-gujarati-x.so +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-gurmukhi-x.so +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-hangul-x.so +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-ft2.so +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-x.so +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-myanmar-x.so +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-x.so +lib/pango/1.0.0/modules/pango-thai-x.a +lib/pango/1.0.0/modules/pango-thai-x.la +lib/pango/1.0.0/modules/pango-thai-x.so +lib/pkgconfig/pango.pc +lib/pkgconfig/pangoft2.pc +lib/pkgconfig/pangox.pc +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 +@dirrm share/gtk-doc/html/pango +@unexec ${RMDIR} %D/share/gtk-doc/html 2>/dev/null || true +@unexec ${RMDIR} %D/share/gtk-doc 2>/dev/null || true +@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 +@dirrm etc/pango diff --git a/devel/pango/buildlink.mk b/devel/pango/buildlink.mk new file mode 100644 index 00000000000..890f689cf48 --- /dev/null +++ b/devel/pango/buildlink.mk @@ -0,0 +1,37 @@ +# $NetBSD: buildlink.mk,v 1.1.1.1 2002/03/24 20:29:35 dmcmahill Exp $ +# +# This Makefile fragment is included by packages that use pango. +# +# To use this Makefile fragment, simply: +# +# (1) Optionally define BUILDLINK_DEPENDS.pango to the dependency pattern +# for the version of pango desired. +# (2) Include this Makefile fragment in the package Makefile, +# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header +# search path, and +# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search +# path. + +.if !defined(PANGO_BUILDLINK_MK) +PANGO_BUILDLINK_MK= # defined + +.include "../../mk/bsd.buildlink.mk" + +BUILDLINK_DEPENDS.pango?= pango>=1.0.0 +DEPENDS+= ${BUILDLINK_DEPENDS.pango}:../../devel/pango + +EVAL_PREFIX+= BUILDLINK_PREFIX.pango=pango +BUILDLINK_PREFIX.pango_DEFAULT= ${LOCALBASE} +BUILDLINK_FILES.pango= include/pango-1.0/*/* +BUILDLINK_FILES.pango+= include/pango-1.0/* +BUILDLINK_FILES.pango+= lib/libpango*-1.0.* + +.include "../../devel/pkgconfig/buildlink.mk" + +BUILDLINK_TARGETS.pango= pango-buildlink +BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.pango} + +pre-configure: ${BUILDLINK_TARGETS.pango} +pango-buildlink: _BUILDLINK_USE + +.endif # PANGO_BUILDLINK_MK diff --git a/devel/pango/distinfo b/devel/pango/distinfo new file mode 100644 index 00000000000..db15477642f --- /dev/null +++ b/devel/pango/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/03/24 20:29:36 dmcmahill Exp $ + +SHA1 (pango-1.0.0.tar.gz) = a0dad8569c53acc873c88592dc18f3db3fbe1682 +Size (pango-1.0.0.tar.gz) = 1215425 bytes +SHA1 (patch-aa) = f4ad9b2ec176303922ba29ce706eb919c9ebf87c +SHA1 (patch-ab) = ac1f2922d3d98eb3771bc11bce0eb3466a95fbbb +SHA1 (patch-ac) = 13bf1750517de521ef246846e0cbcf6d9922e731 diff --git a/devel/pango/patches/patch-aa b/devel/pango/patches/patch-aa new file mode 100644 index 00000000000..08ce043cb75 --- /dev/null +++ b/devel/pango/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/03/24 20:29:36 dmcmahill Exp $ + +--- pango.pc.in.orig Wed Mar 6 12:04:39 2002 ++++ pango.pc.in +@@ -9,6 +9,6 @@ + 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} -R${libdir} -lpango-@PANGO_API_VERSION@ + Cflags: -I${includedir}/pango-1.0 + diff --git a/devel/pango/patches/patch-ab b/devel/pango/patches/patch-ab new file mode 100644 index 00000000000..06428afba6c --- /dev/null +++ b/devel/pango/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/03/24 20:29:36 dmcmahill Exp $ + +--- pangox.pc.in.orig Tue Mar 5 12:20:57 2002 ++++ pangox.pc.in +@@ -7,6 +7,6 @@ + Description: X Window System font support for Pango + Version: @VERSION@ + Requires: pango +-Libs: -L${libdir} -lpangox-@PANGO_API_VERSION@ @PKGCONFIG_X_LIBS@ ++Libs: -L${libdir} -R${libdir} -lpangox-@PANGO_API_VERSION@ @PKGCONFIG_X_LIBS@ + Cflags: -I${includedir}/pango-1.0 @X_CFLAGS@ + diff --git a/devel/pango/patches/patch-ac b/devel/pango/patches/patch-ac new file mode 100644 index 00000000000..eb19f97a6cd --- /dev/null +++ b/devel/pango/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/03/24 20:29:36 dmcmahill Exp $ + +--- pangoxft.pc.in.orig Tue Mar 5 12:20:57 2002 ++++ pangoxft.pc.in +@@ -7,6 +7,6 @@ + Description: Xft font support for Pango + Version: @VERSION@ + Requires: pango +-Libs: -L${libdir} -lpangoxft-@PANGO_API_VERSION@ @PKGCONFIG_XFT_LIBS@ ++Libs: -L${libdir} -R${libdir} -lpangoxft-@PANGO_API_VERSION@ @PKGCONFIG_XFT_LIBS@ + Cflags: -I${includedir}/pango-1.0 @X_CFLAGS@ @FREETYPE_CFLAGS@ + |