Path to this page:
./
graphics/silgraphite,
Font engine for complex non-Roman writing systems
Branch: CURRENT,
Version: 2.3,
Package name: silgraphite-2.3,
Maintainer: minskimGraphite is a project under development within SIL's Non-Roman Script
Initiative and Language Software Development groups to provide
rendering capabilities for complex non-Roman writing systems.
Its smart-font engine is the bit that takes a Unicode string, font
formatting information (features, size, etc.), and a font, and returns
a set of positioned glyphs. Graphite also does more than this, in
that it can handle cursor tracking and interaction with the
application for string selection, etc.
Required to build:[
devel/libtool-base] [
devel/pkg-config]
Master sites: (Expand)
SHA1: f3f7ed75fd16197bae41953ffb8c13d53ffae773
RMD160: 0a8ca776793c0835799387ea6ab11a5ea7d72e2f
Filesize: 3314.905 KB
Version history: (Expand)
- (2008-12-11) Package added to pkgsrc.se, version silgraphite-2.3 (created)
CVS history: (Expand)
| 2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2009-01-09 21:32:19 by Min Sik Kim | Files touched by this commit (1) |
Log message:
silgraphite uses C99 features.
|
2008-12-09 02:54:25 by Min Sik Kim | Files touched by this commit (5) |  |
Log message:
Import silgraphite from pkgsrc-wip.
Graphite is a project under development within SIL's Non-Roman Script
Initiative and Language Software Development groups to provide
rendering capabilities for complex non-Roman writing systems.
Its smart-font engine is the bit that takes a Unicode string, font
formatting information (features, size, etc.), and a font, and returns
a set of positioned glyphs. Graphite also does more than this, in
that it can handle cursor tracking and interaction with the
application for string selection, etc.
|