Commit graph

19 commits

Author SHA1 Message Date
ryoon
0f8e6d6232 Bump PKGREVISION
* Use 1024 instead of NAME_MAX. NAME_MAX is not defined OmniOS-derived OS
  and MAXNAMELEN is not portable too, _POSIX_NAME_MAX is too short.
  Discussed with tron@.
* Simplyfy my previous code to fix overrun
2019-07-04 13:26:59 +00:00
ryoon
2125901f55 Fix runtime crash of otfview command on NetBSD. Bump PKGREVISION 2019-05-29 12:29:00 +00:00
dholland
cdba077baa Use pkg-config instead of freetype-config; should fix PR 53264. 2018-05-07 07:55:33 +00:00
wiz
beb333a1fc libotf: update to 0.9.16.
* Changes in libotf 0.9.16

** This is a bug fix release.
2018-02-11 16:16:54 +00:00
wiz
d15f48992a Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
2015-10-14 20:17:24 +00:00
hiramatsu
bb2e62806b Set MAINTAINER to pkgsrc-users. 2015-03-15 17:56:15 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
bb610deb4d Update to 0.9.13. Update HOMEPAGE and MASTER_SITES.
* Changes in libotf 0.9.13

** This is a bug fix release.
2012-10-14 18:06:39 +00:00
obache
750d684c02 m17n projects has moved to Savannah. 2012-10-13 01:35:43 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
fb3c67d500 Update libotf to 0.9.11.
This is a bug fix release.
2010-10-16 06:30:35 +00:00
obache
c43870d3c1 Update libotf to 0.9.11.
* Changes in libotf 0.9.11

** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log
works like OTF_drive_gsub and OTF_drive_gpos but also records which
features are applied to which glyphs.

** New function OTF_put_data and OTF_get_data can be used to store and
retrieve arbitrary cliend data to/from the structure OTF.
2010-04-09 01:46:49 +00:00
obache
30716db63e Update libotf to 0.9.10.
While here, set LICENSE=gnu-lgpl-v2.1.

* Changes in libotf 0.9.10

** This release is mainly for bug fixes.
2009-12-13 13:11:55 +00:00
wiz
1ff67eec45 Update to 0.9.9:
* Changes in libotf 0.9.9

** New function OTF_get_variation_glyphs returns glyphs selected by
variation selectors.

** The funciton OTF_drive_cmap handles a variation selector.

** The example program `otfview' can handle variation selectors.

** The function OTF_drive_gpos is obsolte now, and the new function
OTF_drive_gpos2 should be used instead.  See the comment of the member
"glyph_id" of type "OTF_Glyph" for the detail.

** If a font doesn't have GDEF table, automatically synthesized GDEF
table is used.
2009-03-22 21:12:51 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
obache
2c0fba4308 Update llibotf to 0.9.8.
There's no API change, just bug fixes.
2008-10-09 13:01:00 +00:00
obache
fc7c683ede Import libotf version 0.9.7.
The library "libotf" provides the following facilites.

    o Read Open Type Layout Tables from OTF file.  Currently these
      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.

    o Convert a Unicode character sequence to a glyph code sequence by
      using the above tables.

The combination of libotf and the FreeType library (Ver.2) realizes
CTL (complex text layout) by OpenType fonts.
2008-02-26 11:47:35 +00:00