Commit graph

2066 commits

Author SHA1 Message Date
minskim
b7c88553b5 Add ttf-dump. 2013-11-12 21:51:17 +00:00
minskim
47feb76f11 Import ttfdump-0.5.5 as fonts/ttfdump.
Ttfdump is a TrueType font dumper. The main purpose of ttfdump is to
dump the various table in a TrueType font file in ASCII form. Ttfdump
is the first step in the ILX (Internationalized and Localized X-window)
project.
2013-11-12 21:50:09 +00:00
minskim
905e7c2e88 Sync gsftopkk with TeX Live 2013.
A file in share/texmf was moved to share/texmf-dist.  No functional
change.
2013-11-12 21:07:03 +00:00
wiz
af2432d6f6 Update to 0.9.23:
Overview of changes leading to 0.9.23
Monday, October 28, 2013
=====================================

- "Udupi HarfBuzz Hackfest", Paris, October 14..18 2013.
- Fix (Chain)Context recursion with non-monotone lookup positions.
- Misc Indic bug fixes.
- New Javanese / Buginese shaping, similar to Windows 8.1.
2013-11-03 16:00:43 +00:00
wiz
065cb7ccdf Try fixing build on Solaris 10, from Akira TAGOH (upstream). 2013-10-30 23:53:10 +00:00
wiz
d3fa5b9146 Add patch from Akira TAGOH for fixing test/test-migration.c on Solaris. 2013-10-21 08:21:04 +00:00
joerg
31f426cc1e Fix rpath option to have -Wl prefix. 2013-10-20 18:10:11 +00:00
richard
c8f47b642b disable tests in fontconfig given problems on at least WIN32 and Solaris 2013-10-19 10:36:08 +00:00
wiz
9d43e9e9c6 Fix typo in comment. 2013-10-19 09:29:37 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
wiz
9314afa56c Update to 2.11.0. Changes since 2.10.95 (previous pkgsrc version)
not found, but:

Here is the summary of changes since 2.10.2:
- Make fontconfig thread-safe
- Use O_CLOEXEC to open a file
- Fix/improve portability issues
- new tool, fc-validate to check the glyph coverage against the language
- Deprecation:
  - FcName(Un)RegisterObjectTypes()
  - FcName(Un)RegisterConstants()
  - FC_RASTERIZER
- User-defined numerical expressions support in the matrix element
  - See conf.d/10-scale-bitmap-fonts.conf for example
- Add new rule to scale the bitmap font and enabled by default
- New objects support in FcPattern
  - FC_FONT_FEATURES
  - FC_PRGNAME
  - FC_HASH
  - FC_POSTSCRIPT_NAME
- The cache version bumped to 4
- Support intermixed edit and test elements
- Support delete and delete_all mode in edit element
- Add --sysroot option to fc-cache
- Fix the parser to ignore the leading whitespaces in the parameter
- Auto migration for XDG Base Directory Specification
- Match on FC_SCALABLE and FC_FONTFORMAT
- Add quz.orth
- Improve 30-metric-aliases.conf
- Workaround the race condition issue on updating cache
2013-10-17 07:27:33 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
ryoon
484688770e Update to 0.454
* Convert to use tar.xz archive, 7z version has many extra stuff.

Status:
unadjusted glyphs: Unicode 7890-9398
2013-10-09 15:56:29 +00:00
wiz
e5925038a1 Update to 1.38:
Version 1.38   29.Sep.2013

* t1disasm: Fix an infinite loop on some fonts reported by Niels
  Thykier.
2013-10-06 16:14:20 +00:00
wiz
ce803b8911 Update to 0.9.22:
Overview of changes leading to 0.9.22
Thursday, October 3, 2013
=====================================

- Fix use-after-end-of-scope in hb_language_from_string().
- Fix hiding of default_ignorables if font doesn't have space glyph.
- Protect against out-of-range lookup indices.

- API Changes:

  * Added hb_ot_layout_table_get_lookup_count()
2013-10-06 16:13:14 +00:00
ryoon
6ee3264174 Bump PKGREVISION.
* Enable icu option by default. It is used for libreoffice4.
2013-10-04 14:34:53 +00:00
wiz
c44087799b Update to 0.9.21:
Overview of changes leading to 0.9.21
Monday, September 16, 2013
=====================================

- Rename gobject-introspection library name from harfbuzz to HarfBuzz.
- Remove (long disabled) hb-old and hb-icu-le test shapers.
- Misc gtk-doc and gobject-introspection annotations.
- Misc fixes.
- API changes:

  * Add HB_SET_VALUE_INVALID
2013-09-30 18:25:27 +00:00
ryoon
b1535b8395 Update to 0.0.15
Changelog:
0.0.15
 - improved spacing for cyrillics (#703588)
 - fixed hinting on numerals (704084)
 - bold outlines improved (#706358)
 - improved cyrillics (#706358)
 - improved outlines and spacing (#703115)
 - missing romanian accent glyphs (#705004)
 - uppercase U shape improvements (#702955)

0.0.14
 - Large improvement to shapes of latin and extended latin glyphs (Pooja Saxena)
 - Improvements to the numeral shapes (Pooja)
 - Greatly improved horizontal metrics of regular weight (Pooja)
 - Corrected maths (Pooja)
 - Corrected outlines & metrics of Cyrillics (Pooja)

0.0.13
 - many l/rbearking tweaks
 - extra symbols for Shell (bug #657957)
 - balanced shape for s and S
 - balanced shape for 6 and 9
 - balanced 2 and 3
 - improved hhints
 - OT anchors for accents
 - contrast tweaks to bold (b, B, e)
2013-09-26 20:48:29 +00:00
wiz
cb174cd492 Update to 2.10.95:
2.10.95

Changes since 2.10.94:
Akira TAGOH (3):
      Fix a typo
      Fix a crash
      Bump version to 2.10.95

2.10.94

Changes since 2.10.93:
Akira TAGOH (26):
      Bug 64906 - FcNameParse() should ignore leading whitespace in parameters
      Fix a comparison of constant warning with clang
      Fix a shift count overflow on 32bit box
      Fix a incompatible pointer warning on NetBSD
      Add FcTypeUnknown to FcType to avoid comparison of constant -1
      Fix the behavior of intermixed tests end edits in match
      Ignore scandir() check on mingw
      Use INT_MAX instead of unreliable hardcoding value
      Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
      Rework to apply the intermixed test and edit elements in one-pass
      trivial code optimization
      Correct fontconfig.pc to add certain dependencies for build
      Correct fontconfig.pc to add certain dependencies for static build
      Fix wrong edit position
      Bug 67809 - Invalid read/write with valgrind when assigning something twice
      warn deprecated only when migration failed
      Bug 67845 - Match on FC_SCALABLE
      Bug 16818 - fontformat in match pattern is not respected?
      Bug 68340 - More metric compat fonts
      Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, Trebuchet MS
      Fix a typo
      Fix a crash when non-builtin objects are edited
      Fix a wrong edit position when 'kind' is different
      Bug 68587 - copy qu.orth to quz.orth
      Add quz.orth to Makefile.am
      Bump version to 2.10.94

Behdad Esfahbod (2):
      Minor
      Fix assertion
2013-09-09 19:35:25 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
59782eadc0 Update to 2.34:
Changes from 2.33 to 2.34
* Sans, SansMono, Serif: unlinked references of U+2596 for bug 50848
  (by Denis Jacquerye)
* Sans, SansMono, Serif: added U+A7AA (by Denis Jacquerye)
* Sans, SansMono, Serif: added U+2A6A, U+2A6B, U+2E1F based on U+223B
  (by Denis Jacquerye)
* Sans, Serif: removed superfluous ligature definitions for ffl und ffi
  (bug 55363) (by Gee Fung Sit 薛至峰)
* Sans, Serif: swapped glyphs for U+25D2 and U+25D3 (bug 55197)
  (by Gee Fung Sit 薛至峰)
* Sans, Serif: added U+A740, U+A741 (by Denis Jacquerye)
* Sans: added U+20BA Turkish Lira sign (by Denis Jacquerye)
* Sans: replaced Georgian Asomtavruli U+10A0-U+10C5 and Mkhedruli U+10D0-U+10FC
   with new version (by Besarion Gugushvili)
* Sans: added Georgian Nuskhuri U+2D00-U+U+2D25 (by Besarion Gugushvili)
* Sans: added Private Use Area glyphs for Georgian U+F400-U+F441
  (by Besarion Gugushvili)
* Sans: tweaked U+0250, U+0254 (by Denis Jacquerye)
* Sans: adjusted hinting of U+032C-U+032D, avoiding problem on some platforms
  (by Denis Jacquerye)
* Sans: added U+A7A0-U+A7A9, pre-1921 Latvian letters with oblique stroke
  (by Denis Jacquerye)
* Sans: added anchors to U+2C6D (by Denis Jacquerye)
* Sans: added cedilla anchor to some Latin characters (by Denis Jacquerye)
* Sans: added ogonek anchor to A, E, O, U, Y (by Denis Jacquerye)
* Sans: adjusted ogonek reference in U+0172, U+01EA, U+01EB
  (by Denis Jacquerye)
* Sans: added anchors to U+0104, U+0105 (by Denis Jacquerye)
* Sans: added U+1F600, U+1F611, U+1F615, U+1F617, U+1F619, U+1F61B, U+1F61F,
  U+1F626-U+1F627, U+1F62E-U+1F62F, U+1F634 (by Gee Fung Sit 薛至峰)
* Sans: replaced U+27A1 with mirror image of U+2B05 for consistency
  (by Gee Fung Sit 薛至峰)
* Sans: copied hints from U+14A3, U+14A7 to U+2142-U+2143
  (by Gee Fung Sit 薛至峰)
* Sans: added Lisu block (by Gee Fung Sit 薛至峰)
* Sans: typographical improvements to U+0166-U+0167, U+02A6, U+02AA
  (by Gee Fung Sit 薛至峰)
* Sans: slightly change hinting of "2" to fix bug 37395 (by Ben Laenen)
* Sans: fixed U+1444 which had wrong top dot that shouldn't be there
  (by Denis Jacquerye)
* Sans: added anchors for diacritics to U+01B7, U+01B8, U+01B9, U+0292
  (by Denis Jacquerye)
* Sans: added U+01B7, U+01B8 to context for case diacritics above
* SansMono: fixed U+0574 (by Ruben Hakobian)
* SansMono: added U+2016, U+27C2 (by Yoshiki Ohshima)
* SansMono: added U+02CE, U+02CF (by Denis Jacquerye)
* SansMono: added U+2148, U+27E6-U+27E7, U+2B05-U+2B0D, U+1D55A
  (by Gee Fung Sit 薛至峰)
* Serif: added U+02BA, U+02C2-U+02C5, U+02CA-U+02CB, U+02D7, U+02F3, U+02F7,
  U+046C-U+046D, U+0476-U+0477, U+1D7C-U+1D7F, U+20B8, U+2132, U+214E, U+2C7B
  to Serif (by Gee Fung Sit 薛至峰)
* Serif: typographic improvements to U+0194, U+01B1, U+0263, U+028A, U+02A6,
  U+02A8, U+02AA, U+02E0, U+03DC, U+1D3B, U+1D7B (by Gee Fung Sit 薛至峰)
* Serif: added small cap versions of q, x (in italic styles), delta, theta, xi,
  sigma, phi, omega, not wired in yet (by Gee Fung Sit 薛至峰)
* Serif: added anchors to U+0234-U+0236 (by Gee Fung Sit 薛至峰)
* Serif: added U+02EC, U+02EF, U+02F0, U+0360 (by Denis Jacquerye)
2013-09-02 16:47:42 +00:00
ryoon
d997b13844 Uodate to 0.454
Status:
Gothic unadjusted: Unicode 7806-9400
Mincho unadjusted: Unicode 77e0-9400
2013-09-01 05:09:02 +00:00
adam
fa04e9ce67 Changes 0.9.20:
General:
- Misc substitute_closure() fixes.
- Build fixes.

Documentation:
- gtk-doc boilerplate integrated.  Docs are built now, but
  contain no contents.  By next release hopefully we have
  some content in.  Enable using --enable-gtk-doc.

GObject and Introspection:
- Added harfbuzz-gobject library (hb-gobject.h) that has type
  bindings for all HarfBuzz objects and enums.  Enable using
  --with-gobject.
- Added gobject-introspection boilerplate.  Nothing useful
  right now.  Work in progress.  Gets enabled automatically if
  --with-gobject is used.  Override with --disable-introspection.

OpenType shaper:
- Apply 'mark' in Myanmar shaper.
- Don't apply 'dlig' by default.

Uniscribe shaper:
- Support user features.
- Fix loading of fonts that are also installed on the system.
- Fix shaping of Arabic Presentation Forms.
- Fix build with wide chars.

CoreText shaper:
- Support user features.

Source changes:
- hb_face_t code moved to hb-face.h / hb-face.cc.
- Added hb-deprecated.h.

API changes:
- Added HB_DISABLE_DEPRECATED.
- Deprecated HB_SCRIPT_CANADIAN_ABORIGINAL; replaced by
  HB_SCRIPT_CANADIAN_SYLLABICS.
- Deprecated HB_BUFFER_FLAGS_DEFAULT; replaced by
  HB_BUFFER_FLAG_DEFAULT.
- Deprecated HB_BUFFER_SERIALIZE_FLAGS_DEFAULT; replaced by
  HB_BUFFER_SERIALIZE_FLAG_DEFAULT.
2013-08-31 22:20:24 +00:00
jaapb
5c849e39eb Update harfbuzz to 0.9.19, as well as add an option to compile with icu
support. Changes, apart from minor fixes, include:
    [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
    [uniscribe] Fix buffer allocation
    [Indic] Add Javanese config
    [OT] Collect requiredFeature only if features are not provided
    Fix contextual lookup recursion indexing
    Destroy lookups before blobs.
    If variation selector is not consumed by cmap, pass it on to GSUB
    Skip over multiple variation selectors in a row
    util/ansi-print.cc: Use fallback implementation for lround on MSVC
    hb-uniscribe.cc: Re-enable build under Visual Studio
2013-08-22 15:34:32 +00:00
minskim
119814274b Rebuild font map for nanumfonts.map. 2013-08-08 00:59:10 +00:00
ryoon
38ef0909e9 Uodate to 20130607
Changelog:
20130422:
* Update M+1C, 1M part to TESTFLIGHT055.

20130510:
* Fix height of alphabet characters, when ClearType is enabled on
  Microsoft Windows.

20130607:
* Update M+1C, 1M part to TESTFLIGHT056.
* Add symbol glyphs, U+270A-U+270C.
* Add symbol glyphs, U+1F50B, U+1F6AB, U+1F6AE, U+1F6B9-1F6BB, U+1F6BE.
2013-08-03 04:26:01 +00:00
minskim
611bd9b868 Add tex-nanumtype1{,-doc}. 2013-08-01 05:33:36 +00:00
minskim
e97411abd4 Import tex-nanumtype1{,-doc}-3.0 as fonts/tex-nanumtype1{,-doc}.
Nanum is a unicode font designed especially for Korean-language
script. The font was designed by Sandoll Communication and
Fontrix; it includes the sans serif (gothic), serif (myeongjo),
pen script and brush script typefaces. The package provides
Type1 subfonts converted from Nanum Myeongjo (Regular and
ExtraBold) and Nanum Gothic (Regular and Bold) OTFs. C70, LUC,
T1, and TS1 font definition files are also provided. (The
package does not include OpenType/TrueType files, which are
available from Naver)
2013-08-01 05:31:21 +00:00
tsutsui
51bd590564 Revert bdftopcf -> ${TOOLS_PATH.bdftopcf} changes. Actually closes PR/47883.
Assuming no response for three weeks from vocal members means no objection.
2013-07-27 11:58:07 +00:00
ryoon
75e94daf82 Fix build under GNU/kFreeBSD. 2013-07-26 11:37:22 +00:00
ryoon
2787f53c63 Recursive revbump from gtk2/modules.mk update. 2013-07-19 10:08:58 +00:00
wiz
b0c41355be Update to 1.1.1:
This minor maintenance release prefers direct files over symlinks when both
appear in the same directory, and includes a number of minor code cleanups
and adds a couple previously missing options to the man page.

Alan Coopersmith (3):
      Since hash() returns unsigned int, store results in unsigned ints
      Replace malloc(strlen);strcpy() calls with strdup
      mkfontscale 1.1.1

Egbert Eich (2):
      Prefer original file over symlink (v2)
      Fix compilation for MinGW

Peter Hutterer (1):
      Document -u/-U options in man page

Thomas Klausner (1):
      Protect config.h inclusion like usual.
2013-07-17 21:46:49 +00:00
tron
4c652bd0a7 Fix incomplete build under Mac OS X. 2013-07-08 22:39:21 +00:00
wiz
019252eaaa Add comment to patch. 2013-07-07 10:23:14 +00:00
wiz
65dddb587d Update to 0.9.18.
Overview of changes leading to 0.9.18
Tuesday, May 28, 2013
=====================================

New build system:

- All unneeded code is all disabled by default,

- Uniscribe and CoreText shapers can be enabled with their --with options,

- icu_le and old shapers cannot be enabled for now,

- glib, freetype, and cairo will be detected automatically.
  They can be force on/off'ed with their --with options,

- icu and graphite2 are default off, can be enabled with their --with
  options,

Moreover, ICU support is now build into a separate library:
libharfbuzz-icu.so, and a new harfbuzz-icu.pc is shipped for it.
Distros can enable ICU now without every application on earth
getting linked to via libharfbuzz.so.

For distros I recommend that they make sure they are building --with-glib
--with-freetype --with-cairo, --with-icu, and optionally --with-graphite2;
And package harfbuzz and harfbuzz-icu separately.
2013-07-07 10:19:03 +00:00
dholland
73e80bb5e6 Use TOOLS_PATH.bdftopcf as discussed in PR 47883. 2013-07-04 15:33:41 +00:00
asau
891fa01c4b This package is written in plain C, it doesn't need C++ compiler.
It doesn't need Fortran compiler either.
2013-06-16 23:47:18 +00:00
ryoon
cfae0f3bf2 Uodate to 0.452
Status:
Gothic unadjusted: Unicode 75e3-9400,
Mincho unadjusted: Unicode 75e3-9400
2013-06-11 14:18:22 +00:00
obache
2fd4bf2d0b Bump PKGREVISION so that .pcf files will be created correctly with X related
tools fixes.

PR pkg/47883.
2013-06-09 13:00:47 +00:00
dholland
561440d3ad Remove special-case dependency-checking logic now handled by the
general solution I checked in in bsd.buildlink3.mk.
2013-06-07 17:43:40 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
obache
e85f79b2ca using bdftopcf, so add to TOOLS and let to use TOOLS's one instead of X11BASE/bin. 2013-06-05 13:47:51 +00:00
tron
16390abaab Correct home page URL. 2013-06-05 08:23:27 +00:00
tron
2f7c0d3d97 Make sure that we perform builtin detection for "fontconfig" and
"Xrender" first. This avoids using the builtin "Xft2" if the builtin
"fontconfig" is reject.

This fixes another regression caused by the "pango" upgrade and the fix
for PKG pkg/47882.
2013-06-05 07:15:08 +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
tron
4c59b9129d The API dependency shouldn't contain a package revision. 2013-06-04 08:04:21 +00:00
tron
fdfe82b82f Bump the required API version as well to enforce the new version
at build time.
2013-06-03 15:18:40 +00:00
wiz
c83ffb8583 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:04:30 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
rodent
6a903c7a7e +libXfontcache 2013-05-31 01:12:51 +00:00