debian/0000755000000000000000000000000012201007571007161 5ustar debian/compat0000644000000000000000000000000212201007571010357 0ustar 9 debian/changelog0000644000000000000000000000746512201007571011047 0ustar libpango-perl (1.224-2) unstable; urgency=low [ Alessandro Ghedini ] * Remove myself from Uploaders [ intrigeri ] * Upload to unstable. -- intrigeri Thu, 08 Aug 2013 23:36:33 +0200 libpango-perl (1.224-1) experimental; urgency=low [ Alessandro Ghedini ] * Imported Upstream version 1.223 - Fix a test failure in t/PangoCairo.t * Email change: Alessandro Ghedini -> ghedo@debian.org [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ intrigeri ] * Imported Upstream version 1.224 - Ignore MYMETA.* - Hush a few compiler warnings - Add gitweb link to old ChangeLog - Created %meta_merge which follows v2 of CPAN Meta Spec - %meta_merge is used for generating metadata via ExtUtils::MakeMaker/CPAN::Meta * Add myself to Uploaders. * Bump dh compatibility level to 9 to get automatic hardening. * Bump standards version to 3.9.4, no change required. * Update link to machine-readable copyright format spec. * Update debian/copyright field names and add proper contact information. -- intrigeri Sat, 09 Feb 2013 14:24:05 +0100 libpango-perl (1.222-1) unstable; urgency=low [ Damyan Ivanov ] * add -a option to xvfb-run invocation [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * New upstream release * Refresh patch * Bump debhelper compat level to 8 * Re-order (Build-)Depends * Rewrite long description * Bump Standards-Version to 3.9.2 (no changes needed) * Switch to 3.0 (quilt) format - Remove quilt from Build-Depends, remove README.source * Properly install upstream changelog * Remove not needed versioned (Build-)Depends * Update watch file * Refresh and update debian/copyright * Add myself to Uploaders * Add some DEP3 headers to the patch -- Alessandro Ghedini Mon, 08 Aug 2011 16:27:39 +0200 libpango-perl (1.221-2) unstable; urgency=low * Update ryan52's email address * remove libgtk2-perl from build-deps (closes: #554704) -- Ryan Niebur Thu, 05 Nov 2009 18:20:40 -0800 libpango-perl (1.221-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Nathan Handler ] * New upstream release * debian/control: - Add myself to list of Uploaders - Bump Standards-Version to 3.8.3 - Build-Depend on debhelper (>= 7.0.50) for override in debian/rules * debian/copyright: - Update upstream years - Add myself to debian/* copyright * debian/rules: - Switch to short format * debian/watch: - Check cpan instead of sourceforge * debian/patches/fix-manpages: - Add header including URL to upstream bug report [ gregor herrmann ] * Refresh patch fix-manpages. * Add libgtk2-perl to Build-Depends (additional tests.) -- Nathan Handler Thu, 27 Aug 2009 14:07:02 +0000 libpango-perl (1.220-1) unstable; urgency=low * New upstream release * add README.source * Debian policy 3.8.1 * fix extra space in short description -- Ryan Niebur Fri, 20 Mar 2009 07:17:08 -0700 libpango-perl (1.211-1) unstable; urgency=low * New upstream release -- Ryan Niebur Sun, 08 Mar 2009 15:10:27 -0700 libpango-perl (1.210-1) unstable; urgency=low * Initial Release. (Closes: #510025) -- Ryan Niebur Thu, 08 Jan 2009 23:58:06 -0800 debian/rules0000755000000000000000000000021312201007571010235 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: xvfb-run -a dh_auto_test override_dh_installchangelogs: dh_installchangelogs NEWS debian/patches/0000755000000000000000000000000012201007571010610 5ustar debian/patches/fix-manpages0000644000000000000000000004151512201007571013120 0ustar Description: add whatis entries to man pages Origin: vendor Forwarded: http://bugzilla.gnome.org/show_bug.cgi?id=593289 Author: Ryan Niebur Last-Update: 2011-08-08 --- a/xs/PangoAttributes.xs +++ b/xs/PangoAttributes.xs @@ -295,6 +295,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::Color PREFIX = pango_color_ +=for object Pango::Color - an object to represent a color for Pango + +=cut + BOOT: PERL_UNUSED_VAR (file); pango_color_wrapper_class.wrap = pango_color_wrap; @@ -341,6 +345,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::Attribute PREFIX = pango_attribute_ +=for object Pango::Attribute - Pango base class for attributes + +=cut + BOOT: default_wrapper_class = gperl_default_boxed_wrapper_class (); gtk2perl_pango_attribute_wrapper_class = * default_wrapper_class; @@ -373,6 +381,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrString +=for object Pango::AttrString - used to represent attributes with a string value + +=cut + BOOT: gperl_set_isa ("Pango::AttrString", "Pango::Attribute"); @@ -393,6 +405,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrInt +=for object Pango::AttrInt - structure used to represent attributes with an integer value + +=cut + BOOT: gperl_set_isa ("Pango::AttrInt", "Pango::Attribute"); @@ -409,6 +425,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrColor +=for object Pango::AttrColor - Pango color attribute + +=cut + BOOT: gperl_set_isa ("Pango::AttrColor", "Pango::Attribute"); @@ -437,6 +457,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrLanguage PREFIX = pango_attr_language_ +=for object Pango::AttrLanguage - used to represent attributes that are languages + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrLanguage"); gperl_set_isa ("Pango::AttrLanguage", "Pango::Attribute"); @@ -467,6 +491,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrFamily PREFIX = pango_attr_family_ +=for object Pango::AttrFamily - Pango attribute family + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrFamily"); gperl_set_isa ("Pango::AttrFamily", "Pango::AttrString"); @@ -481,6 +509,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrForeground PREFIX = pango_attr_foreground_ +=for object Pango::AttrForeground - Pango foreground attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrForeground"); gperl_set_isa ("Pango::AttrForeground", "Pango::AttrColor"); @@ -495,6 +527,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrBackground PREFIX = pango_attr_background_ +=for object Pango::AttrBackground - Pango background color attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrBackground"); gperl_set_isa ("Pango::AttrBackground", "Pango::AttrColor"); @@ -509,6 +545,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrSize PREFIX = pango_attr_size_ +=for object Pango::AttrSize - Pango font-size attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrSize"); gperl_set_isa ("Pango::AttrSize", "Pango::AttrInt"); @@ -537,6 +577,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrStyle PREFIX = pango_attr_style_ +=for object Pango::AttrStyle - Pango font slant style attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrStyle"); gperl_set_isa ("Pango::AttrStyle", "Pango::Attribute"); @@ -560,6 +604,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrWeight PREFIX = pango_attr_weight_ +=for object Pango::AttrWeight - Pango font weight attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrWeight"); gperl_set_isa ("Pango::AttrWeight", "Pango::Attribute"); @@ -583,6 +631,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrVariant PREFIX = pango_attr_variant_ +=for object Pango::AttrVariant - Pango font variant attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrVariant"); gperl_set_isa ("Pango::AttrVariant", "Pango::Attribute"); @@ -606,6 +658,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrStretch PREFIX = pango_attr_stretch_ +=for object Pango::AttrStretch - Pango font stretch attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrStretch"); gperl_set_isa ("Pango::AttrStretch", "Pango::Attribute"); @@ -629,6 +685,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrUnderline PREFIX = pango_attr_underline_ +=for object Pango::AttrUnderline - Pango underline style attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrUnderline"); gperl_set_isa ("Pango::AttrUnderline", "Pango::Attribute"); @@ -652,6 +712,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrStrikethrough PREFIX = pango_attr_strikethrough_ +=for object Pango::AttrStrikethrough - Pango strike-through attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrStrikethrough"); gperl_set_isa ("Pango::AttrStrikethrough", "Pango::Attribute"); @@ -675,6 +739,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrFontDesc PREFIX = pango_attr_font_desc_ +=for object Pango::AttrFontDesc - Pango description of a font + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrFontDesc"); gperl_set_isa ("Pango::AttrFontDesc", "Pango::Attribute"); @@ -702,6 +770,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrScale PREFIX = pango_attr_scale_ +=for object Pango::AttrScale - Pango font size scale attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrScale"); gperl_set_isa ("Pango::AttrScale", "Pango::Attribute"); @@ -725,6 +797,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrRise PREFIX = pango_attr_rise_ +=for object Pango::AttrRise - Pango baseline displacement attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrRise"); gperl_set_isa ("Pango::AttrRise", "Pango::AttrInt"); @@ -739,6 +815,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrShape PREFIX = pango_attr_shape_ +=for object Pango::AttrShape - Pango shape attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrShape"); gperl_set_isa ("Pango::AttrShape", "Pango::Attribute"); @@ -777,6 +857,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrFallback PREFIX = pango_attr_fallback_ +=for object Pango::AttrFallback - Pango fallback attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrFallback"); gperl_set_isa ("Pango::AttrFallback", "Pango::Attribute"); @@ -804,6 +888,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrLetterSpacing PREFIX = pango_attr_letter_spacing_ +=for object Pango::AttrLetterSpacing - Pango letter spacing attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrLetterSpacing"); gperl_set_isa ("Pango::AttrLetterSpacing", "Pango::AttrInt"); @@ -822,6 +910,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrUnderlineColor PREFIX = pango_attr_underline_color_ +=for object Pango::AttrUnderlineColor - Pango underline color attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrUnderlineColor"); gperl_set_isa ("Pango::AttrUnderlineColor", "Pango::AttrColor"); @@ -840,6 +932,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrStrikethroughColor PREFIX = pango_attr_strikethrough_color_ +=for object Pango::AttrStrikethroughColor - Pango color strikethrough color attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrStrikethroughColor"); gperl_set_isa ("Pango::AttrStrikethroughColor", "Pango::AttrColor"); @@ -858,6 +954,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrGravity PREFIX = pango_attr_gravity_ +=for object Pango::AttrGravity - Pango gravity attribute + +=cut + BOOT: gperl_register_boxed_alias (PANGO_TYPE_ATTRIBUTE, "Pango::AttrGravity"); gperl_set_isa ("Pango::AttrGravity", "Pango::Attribute"); @@ -879,6 +979,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrGravityHint PREFIX = pango_attr_gravity_hint_ +=for object Pango::AttrGravityHint - Pango gravity hint attribute + +=cut + BOOT: gperl_set_isa ("Pango::AttrGravityHint", "Pango::Attribute"); @@ -903,6 +1007,7 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrList PREFIX = pango_attr_list_ + =for position DESCRIPTION =head1 DESCRIPTION @@ -956,6 +1061,10 @@ MODULE = Pango::Attributes PACKAGE = Pango::AttrIterator PREFIX = pango_attr_iterator_ +=for object Pango::AttrIterator - used to represent iterators through Pango::AttrLists + +=cut + void pango_attr_iterator_range (PangoAttrIterator *iterator, OUTLIST gint start, OUTLIST gint end); gboolean pango_attr_iterator_next (PangoAttrIterator *iterator); @@ -1004,7 +1113,8 @@ MODULE = Pango::Attributes PACKAGE = Pango PREFIX = pango_ # don't clobber the pod for Pango! -=for object Pango::AttrList +=for object Pango::AttrList - holds attributes that apply to a section of text + =cut ##gboolean pango_parse_markup (const char *markup_text, --- a/xs/PangoCairo.xs +++ b/xs/PangoCairo.xs @@ -49,6 +49,10 @@ MODULE = Pango::Cairo PACKAGE = Pango::Cairo::FontMap PREFIX = pango_cairo_font_map_ +=for object Pango::Cairo::FontMap - Pango font maps with Cairo + +=cut + # PangoFontMap *pango_cairo_font_map_new (void); PangoFontMap_noinc * pango_cairo_font_map_new (class) C_ARGS: @@ -94,6 +98,10 @@ MODULE = Pango::Cairo PACKAGE = Pango::Cairo::Font PREFIX = pango_cairo_font_ +=for object Pango::Cairo::Font - Pango using cairo fonts for rendering + +=cut + #if PANGO_CHECK_VERSION (1, 18, 0) cairo_scaled_font_t *pango_cairo_font_get_scaled_font (PangoCairoFont *font); @@ -104,6 +112,10 @@ MODULE = Pango::Cairo PACKAGE = Pango::Cairo PREFIX = pango_cairo_ +=for object Pango::Cairo - Pango rendering with the Cairo backend + +=cut + =for position DESCRIPTION I contains a few functions that help integrate pango and cairo. Since they aren't methods of a particular object, they are bound as @@ -162,6 +174,10 @@ MODULE = Pango::Cairo PACKAGE = Pango::Cairo::Context PREFIX = pango_cairo_context_ +=for object Pango::Cairo::Context - Using Cairo contexts with pango + +=cut + BOOT: gperl_set_isa ("Pango::Cairo::Context", "Pango::Context"); --- a/xs/PangoContext.xs +++ b/xs/PangoContext.xs @@ -21,6 +21,10 @@ MODULE = Pango::Context PACKAGE = Pango::Context PREFIX = pango_context_ +=for object Pango::Context - Pango object that stores global information used to control the itemization process + +=cut + ## applications have no cause to use pango_context_new() -- it is intended ## to be used by backends. i seriously doubt anyone would want to write a ## pango backend in Perl, unless they want something that's really slow. --- a/xs/PangoFont.xs +++ b/xs/PangoFont.xs @@ -21,9 +21,6 @@ MODULE = Pango::Font PACKAGE = Pango -=for object Pango::FontDescription -=cut - ### some constants... double scale (class) @@ -64,6 +61,10 @@ MODULE = Pango::Font PACKAGE = Pango::FontDescription PREFIX = pango_font_description_ +=for object Pango::FontDescription - Pango object to represent a description of a font + +=cut + ##PangoFontDescription* pango_font_description_new (void) PangoFontDescription_own * pango_font_description_new (class) @@ -229,6 +230,10 @@ MODULE = Pango::Font PACKAGE = Pango::FontMetrics PREFIX = pango_font_metrics_ +=for object Pango::FontMetrics - object for Pango containing overall metric information for a font + +=cut + # should happen automagicly ## void pango_font_metrics_unref (PangoFontMetrics *metrics) @@ -278,6 +283,10 @@ MODULE = Pango::Font PACKAGE = Pango::FontFamily PREFIX = pango_font_family_ +=for object Pango::FontFamily - Pango object representing a family of related font faces + +=cut + BOOT: gperl_object_set_no_warn_unreg_subclass (PANGO_TYPE_FONT_FAMILY, TRUE); @@ -314,6 +323,10 @@ MODULE = Pango::Font PACKAGE = Pango::FontFace PREFIX = pango_font_face_ +=for object Pango::FontFace - object for Pango representing a group of fonts varying only in size + +=cut + # # PangoFontFace # @@ -358,6 +371,10 @@ MODULE = Pango::Font PACKAGE = Pango::Font PREFIX = pango_font_ +=for object Pango::Font - a rendering-system independent font representation + +=cut + ## PangoFontMetrics * pango_font_get_metrics (PangoFont *font, PangoLanguage *language) PangoFontMetrics * pango_font_get_metrics (font, language) --- a/xs/PangoFontMap.xs +++ b/xs/PangoFontMap.xs @@ -21,6 +21,10 @@ MODULE = Pango::FontMap PACKAGE = Pango::FontMap PREFIX = pango_font_map_ +=for object Pango::FontMap - an object that represents the set of fonts available for a particular rendering system + +=cut + ## PangoFont * pango_font_map_load_font (PangoFontMap *fontmap, PangoContext *context, const PangoFontDescription *desc) PangoFont_ornull * pango_font_map_load_font (fontmap, context, desc) --- a/xs/PangoFontset.xs +++ b/xs/PangoFontset.xs @@ -36,6 +36,10 @@ MODULE = Pango::Fontset PACKAGE = Pango::Fontset PREFIX = pango_fontset_ +=for object Pango::Fontset - object containing a set of Pango::Font objects + +=cut + BOOT: gperl_object_set_no_warn_unreg_subclass (PANGO_TYPE_FONTSET, TRUE); --- a/xs/PangoGravity.xs +++ b/xs/PangoGravity.xs @@ -21,6 +21,10 @@ MODULE = Pango::Gravity PACKAGE = Pango::Gravity PREFIX = pango_gravity_ +=for object Pango::Gravity - represents the orientation of glyphs in a segment of text + +=cut + =for apidoc __function__ =cut gboolean --- a/xs/PangoLayout.xs +++ b/xs/PangoLayout.xs @@ -169,6 +169,10 @@ MODULE = Pango::Layout PACKAGE = Pango::Layout PREFIX = pango_layout_ +=for object Pango::Layout - an object representing a paragraph of text with attributes + +=cut + ## PangoLayout *pango_layout_new (PangoContext *context) PangoLayout_noinc * pango_layout_new (class, context) @@ -532,6 +536,10 @@ MODULE = Pango::Layout PACKAGE = Pango::LayoutLine PREFIX = pango_layout_line_ +=for object Pango::LayoutLine - a line in a Pango::Layout + +=cut + ## gboolean pango_layout_line_x_to_index (PangoLayoutLine *line, int x_pos, int *index_, int *trailing) void pango_layout_line_x_to_index (PangoLayoutLine *line, int x_pos) @@ -603,6 +611,10 @@ MODULE = Pango::Layout PACKAGE = Pango::LayoutIter PREFIX = pango_layout_iter_ +=for object Pango::LayoutIter - an object used to iterate over the visual extents of a Pango::Layout + +=cut + ## void pango_layout_iter_free (PangoLayoutIter *iter) ## int pango_layout_iter_get_index (PangoLayoutIter *iter) --- a/xs/PangoTabs.xs +++ b/xs/PangoTabs.xs @@ -7,6 +7,10 @@ MODULE = Pango::TabArray PACKAGE = Pango::TabArray PREFIX = pango_tab_array_ +=for object Pango::TabArray - an object containing an array of tab stops + +=cut + ## PangoTabArray *pango_tab_array_new (gint initial_size, gboolean positions_in_pixels) ### PangoTabArray *pango_tab_array_new_with_positions (gint size, gboolean positions_in_pixels, PangoTabAlign first_alignment, gint first_position, ...) --- a/xs/PangoRenderer.xs +++ b/xs/PangoRenderer.xs @@ -21,6 +21,10 @@ MODULE = Pango::Renderer PACKAGE = Pango::Renderer PREFIX = pango_renderer_ +=for object Pango::Renderer - a base class for pango rendering + +=cut + BOOT: PERL_UNUSED_VAR (file); --- a/xs/PangoScript.xs +++ b/xs/PangoScript.xs @@ -47,6 +47,10 @@ MODULE = Pango::Script PACKAGE = Pango::Script PREFIX = pango_script_ +=for object Pango::Script - identifies different writing systems + +=cut + BOOT: PERL_UNUSED_VAR (file); @@ -68,6 +72,10 @@ MODULE = Pango::Script PACKAGE = Pango::ScriptIter PREFIX = pango_script_iter_ +=for object Pango::ScriptIter - used to break a string of Unicode into runs by text + +=cut + ## Using gchar instead of char here all over the place to enforce utf8. ## PangoScriptIter * pango_script_iter_new (const char *text, int length) @@ -111,6 +119,10 @@ MODULE = Pango::Script PACKAGE = Pango::Language PREFIX = pango_language_ +=for object Pango::Language - an object that represents a language tag + +=cut + ## gboolean pango_language_includes_script (PangoLanguage *language, PangoScript script) gboolean pango_language_includes_script (language, script) --- a/xs/Pango.xs +++ b/xs/Pango.xs @@ -15,7 +15,12 @@ # Don't doc these in Pango, or we'll clobber the main POD page! -=for object Pango::version +=for object Pango layout and render international text + +=cut + +=for object Pango::version - get and check the version of Pango that this was compiled against + =cut =for see_also L --- a/xs/PangoMatrix.xs +++ b/xs/PangoMatrix.xs @@ -21,6 +21,10 @@ MODULE = Pango::Matrix PACKAGE = Pango::Matrix PREFIX = pango_matrix_ +=for object Pango::Matrix - A structure specifying a transformation between user-space coordinates and device coordinates + +=cut + double xx (matrix, new = 0) PangoMatrix *matrix debian/patches/series0000644000000000000000000000001512201007571012021 0ustar fix-manpages debian/watch0000644000000000000000000000015012201007571010206 0ustar version=3 https://metacpan.org/release/Pango/ .*/Pango-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012201007571010461 5ustar debian/source/format0000644000000000000000000000001412201007571011667 0ustar 3.0 (quilt) debian/libpango-perl.examples0000644000000000000000000000001312201007571013446 0ustar examples/* debian/copyright0000644000000000000000000000145012201007571011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: gtk-perl-list@gnome.org Source: https://metacpan.org/release/Pango/ Upstream-Name: Pango Files: * Copyright: 2003-2011 by the gtk2-perl team License: LGPL-2.1+ Files: debian/* Copyright: 2008, Ryan Niebur 2009, Nathan Handler License: LGPL-2.1+ License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . On Debian systems, the complete text of version 2.1 of the GNU Library General Public License can be found in `/usr/share/common-licenses/LGPL-2.1' debian/control0000644000000000000000000000264312201007571010571 0ustar Source: libpango-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Nathan Handler , intrigeri Section: perl Priority: optional # do NOT add libgtk2-perl to build-deps (see bug #554704) Build-Depends: debhelper (>= 9), perl, libcairo-perl, libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl, libpango1.0-dev, xauth, xfonts-base, xvfb Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpango-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpango-perl.git Homepage: http://gtk2-perl.sourceforge.net/ Package: libpango-perl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libcairo-perl, libglib-perl Description: Perl module to layout and render international text Pango is a library for laying out and rendering text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, but using Pango in conjunction with Cairo and/or Gtk2 provides a complete solution with high quality text handling and graphics rendering. . This package provides the Perl bindings for the Pango library.