Path to this page:
./
devel/pango,
Library for layout and rendering of text
Branch: CURRENT,
Version: 1.50.14nb3,
Package name: pango-1.50.14nb3,
Maintainer: pkgsrc-usersPango 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.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2006/11/03 11:27:56 joerg Exp $
case ${STAGE} in
DEINSTALL)
${RM} -f ${PREFIX}/libdata/pango/pango.modules
;;
esac
Required to run:[
converters/fribidi] [
graphics/freetype2] [
graphics/cairo] [
fonts/fontconfig] [
fonts/Xft2] [
devel/glib2] [
x11/Xrender] [
graphics/cairo-gobject] [
fonts/harfbuzz] [
graphics/graphite2] [
lang/python37]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
devel/gobject-introspection] [
pkgtools/cwrappers] [
x11/xorgproto] [
devel/meson]
Package options: x11
Master sites: (Expand)
Filesize: 4173.609 KB
Version history: (Expand)
- (2023-11-14) Updated to version: pango-1.50.14nb3
- (2023-11-12) Updated to version: pango-1.50.14nb2
- (2023-08-14) Updated to version: pango-1.50.14nb1
- (2023-06-26) Updated to version: pango-1.50.14
- (2023-01-30) Updated to version: pango-1.50.12nb1
- (2022-11-23) Updated to version: pango-1.50.12
CVS history: (Expand)
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-26 21:49:32 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
pango: updated to 1.50.14
Overview of changes in 1.50.14, 02-03-2023
==========================================
- Fix underline thickness in scaled contexts
Overview of changes in 1.50.13, 20-02-2023
==========================================
- win32: Add back fallback for empty fontsets
- win32: Improve DirectWrite support
- Fix word segmentation for Japanese
- Don't set backspace-deletes-char for math symbols
- coretext: Fix a crash
- cairo: Apply metrics hinting to underlines too
- Treat COLRv1 fonts as color fonts
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-11-23 11:57:44 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
pango: updated to 1.50.12
Overview of changes in 1.50.12
==============================
- Fix weight conversion on MacOS
- Update to Unicode 15
- Some introspection annotation fixes
- Improve PangoAttrList serialization
- Fix char offset calculatiosn in multi-paragraph
layouts
|
2022-10-20 15:14:33 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
pango: updated to 1.50.11
Overview of changes in 1.50.11, 03-10-2022
==========================================
- Don't crash for lack of fonts
- Avoid a crash in shaping
Overview of changes in 1.50.10, 16-09-2022
=========================================
- Avoid some unnecessary strdups
- Fix line height computations with a non-trivial CTM
Overview of changes in 1.50.9, 09-08-2022
=========================================
- Apply show flags to line separators
- Fix a thread-safety problem
|
2022-07-13 22:32:02 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
pango: updated to 1.50.8
Overview of changes in 1.50.8, 02-07-2022
=========================================
- Add some properties to fontmap and family
- Fix handling of ligature carets in mixed directions
|