Commit graph

2761 commits

Author SHA1 Message Date
scole
682d911d7a Update Fonts-TLWG to 0.6.4
0.6.4 (2017-10-03) : The "TeXnical Boost" release
=====
- Use package versioning based on Git snapshot.
- Fix LaTeX familydefault upon switching between scripts.
  (Thanks Abhabongse Janthong for the pull request.)
- Add LaTeX option for font scaling.
  (Thanks Abhabongse Janthong for another pull request.)
2017-10-29 20:52:04 +00:00
wiz
a5108dffa7 tex-ptex-fonts: add missing file to PLIST 2017-10-24 00:52:47 +00:00
wiz
dac219ace8 p5-Font-FreeType: update to 0.09.
0.09 2017-10-18 dmol@cpan.org
 - Fallback to default charmap for 2.8.1 for backward-compatibility
   for FNT-fonts

0.08_1 2015-05-02 dmol@cpan.org
 - Added .gitignore file (htl10@users.sourceforge.net)
 - Remove generated files from MANIFEST listing (htl10@users.sourceforge.net)
 - Removed unused variables and silenced some compiler warnings
   (htl10@users.sourceforge.net)
2017-10-23 12:50:08 +00:00
markd
91d85bd2a6 tex-inconsolata{,-doc}: update to 1.113
changes unknown
2017-10-23 09:36:28 +00:00
markd
17071d34df tex-fonts-tlwg{,-doc}: update to 0.6.4
- Fix LaTeX familydefault upon switching between scripts.
- Add LaTeX option for font scaling.
2017-10-23 09:08:18 +00:00
markd
f119a2e8ce tex-fontspec{,-doc}: update to 2.6e
* Re-enable use of `HyphenChar=None` in LuaLaTeX. (Hyphenation and font
  choice are decoupled in LuaTeX, except for this one setting.)
* Some internal changes needed by `unicode-math` to fix some cross-over
  code.
2017-10-23 02:21:37 +00:00
markd
48d49ab85d tex-xcharter{,-doc}: update to 1.1
This update includes support for Serbian Cyrillic typesetting in XeLaTeX.
LuaLaTeX and pdflatex.
2017-10-23 02:02:00 +00:00
markd
b78cb35bd2 tex-fbb{,-doc}: update to 1.14
changes unknown
2017-10-23 00:51:46 +00:00
markd
67c547a5ce tex-newtx{,-doc}: update to 1.527
This update corrects the behavior of the package under XeLaTeX and
LuaLaTeX when using libertine with newtxmath. It now behaves as the
documentation describes.
2017-10-23 00:47:19 +00:00
markd
036a5960cf tex-ptex-fonts-doc: commit correct distinfo 2017-10-21 03:21:44 +00:00
markd
0adb3d6b07 tex-ptex-fonts: commit correct distinfo 2017-10-21 03:20:41 +00:00
markd
ea56c583e7 tex-ptex-fonts{,-doc}: update to 2017.45138
* Update document.
* Rebuild TFM/VF files.
2017-10-21 02:54:47 +00:00
adam
a34999aa6b py-fonttools: update to 3.17.0
3.17.0:
- [svgPathPen] Added an ``SVGPathPen`` that translates segment pen commands
  into SVG path descriptions. Copied from Tal Leming's ``ufo2svg.svgPathPen``
  https://github.com/typesupply/ufo2svg/blob/d69f992/Lib/ufo2svg/svgPathPen.py
- [reverseContourPen] Added ``ReverseContourPen``, a filter pen that draws
  contours with the winding direction reversed, while keeping the starting
  point.
- [filterPen] Added ``ContourFilterPen`` to manipulate contours as a whole
  rather than segment by segment.
- [arrayTools] Added ``Vector`` class to apply math operations on an array
  of numbers, and ``pairwise`` function to loop over pairs of items in an
  iterable.
- [varLib] Added support for building and interpolation of ``cvar`` table
2017-10-17 18:45:27 +00:00
markd
4917927888 tex-newpx{,-doc}: update to 1.321
changes unknown
2017-10-16 10:28:11 +00:00
prlw1
d59c698db2 Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
2017-10-15 23:19:10 +00:00
prlw1
9e7f3047ac gucharmap: requires py-glib2-tools to build 2017-10-14 21:12:45 +00:00
adam
29d759f420 py-fonttools: update to 3.16.0
3.16.0:
[head] Try using SOURCE_DATE_EPOCH environment variable when setting the head modified timestamp to ensure reproducible builds.
[VTT] Decode VTT’s TSI* tables text as UTF-8.
Added support for Graphite font tables: Feat, Glat, Gloc, Silf and Sill.
[varLib] Default to using axis “name” attribute if “labelname” element is missing.
[merge] Added support for merging Script records. Remove unused features and lookups after merge.
Added fontTools.svgLib package. Includes a parser for SVG Paths that supports the Pen protocol. Also, added a snippet to convert SVG outlines to UFO GLIF.
[AAT] Added support for ankr, bsln, mort, morx, gcid, and cidg.
[subset] Implemented subsetting of prop, opbd, bsln, lcar.
2017-10-08 09:39:52 +00:00
khorben
1b3e6d9f94 Revert the addition of fonts/fonttools
I did not notice the package already existed in fonts/py-fonttools. This
package is now updated to the latest version available (3.15.1).

Thanks joerg@ for the heads-up.
2017-10-02 22:44:54 +00:00
khorben
3b8089dce0 Update fonts/py-fonttools to version 3.15.1
Changelog for this release:
- [otConverters] Implemented ``__add__`` and ``__radd__`` methods on
  ``otConverters._LazyList`` that decompile a lazy list before adding
  it to another list or ``_LazyList`` instance. Fixes an ``AttributeError``
  in the ``subset`` module when attempting to sum ``_LazyList`` objects
  (6ef48bd2, 1aef1683).
- [AAT] Support the `opbd` table with optical bounds (a47f6588).
- [AAT] Support `prop` table with glyph properties (d05617b4).
2017-10-02 22:42:47 +00:00
khorben
0f1b444326 Revert the addition of fonttools while renaming 2017-10-02 22:25:34 +00:00
khorben
3f335a5d47 Add fonttools 2017-10-02 22:08:50 +00:00
khorben
a6e980119f Import fonttools version 3.15.1
fontTools is a library for manipulating fonts, written in Python. The project
includes the TTX tool, that can convert TrueType and OpenType fonts to and from
an XML text format, which is also called TTX. It supports TrueType, OpenType,
AFM and to an extent Type 1 and some Mac-specific formats. The project has a
BSD-style open-source licence.
2017-10-02 22:08:05 +00:00
wiz
4b4470be21 fontconfig: update to 2.12.6.
2.12.6

Akira TAGOH (4):
      und_zsye.orth: polish to get for NotoEmoji-Regular.ttf
      Revert "Keep the same behavior to the return value of FcConfigParseAndLoad"
      Fix again to keep the same behavior to the return value of FcConfigParseAndLoad
      Update libtool revision

Behdad Esfahbod (2):
      Minor
      [fc-query] Fix linking order

David Kaspar [Dee'Kej] (1):
      conf.d: Drop aliases for (URW)++ fonts

Florian Müllner (1):
      build: Remove references to deleted file
2017-10-02 14:42:44 +00:00
jperkin
8b30b62c0e fontforge: Fix build on SunOS, requires GNU date features. 2017-09-21 15:06:17 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
wiz
aa59978f15 Updated fontconfig to 2.12.5.
I've released fontconfig-2.12.5 that contains Emoji/Math fonts
support in family name and lang, new APIs, to get the binding type
from FcPattern, and to load a configuration from memory. and some
bug fixes.
2017-09-10 21:13:44 +00:00
wiz
8cc4124592 Updated harfbuzz to 1.5.1.
Overview of changes leading to 1.5.1
Tuesday, September 5, 2017
====================================

- Fix "unsafe-to-break" in fallback shaping and other corner cases.
  All our tests pass with --verify now, meaning unsafe-to-break API
  works as expected.
- Add --unicodes to hb-view / hb-shape.
- [indic] Treat Consonant_With_Stacker as consonant.  This will need
  further tweaking.
- hb_buffer_diff() tweaks.
2017-09-10 21:13:25 +00:00
wiz
8e94f1df03 + monoid. 2017-09-07 10:36:32 +00:00
wiz
e0d107c3ed Import monoid-0.61 as fonts/monoid.
Monoid is customizable and optimized for coding with bitmap-like
sharpness at 12px/9pt even on low-resolution displays.
2017-09-07 10:36:19 +00:00
wiz
44faa0cdcd Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2017-09-06 16:49:21 +00:00
wiz
8e8e9d37fa Remove references to tex-misc. Bump PKGREVISION for tex-plain. 2017-09-06 16:27:19 +00:00
markd
8d85d2f5eb Remove tex-kotex-base{,-doc}
No longer in texlive
2017-09-06 12:51:04 +00:00
markd
ec58e07a89 Remove tex-eurofont{,-doc} tex-eurosans{,-doc}
No longer in texlive
2017-09-06 12:19:35 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
1fc957a0ce Follow some redirects. 2017-09-06 09:02:59 +00:00
jperkin
6b1f2efcb6 Fix building ObjC code again. 2017-09-04 21:13:22 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
wiz
10e40f722f Updated harfbuzz to 1.5.0.
Overview of changes leading to 1.5.0
Wednesday, August 23, 2017
====================================

- Misc new API, for appending a buffer to another, and for comparing
  contents of two buffers for types of differences.

- New "unsafe-to-break" API.  Can be used to speed up reshaping
  in line-breaking situations.  Essentially, after shaping, it returns
  positions in the input string (some of the cluster boundaries) that
  are "safe to break" in that if the text is segmented at that position
  and two sides reshaped and concatenated, the shaping result is
  exactly the same as shaping the text in one piece.

  hb-view and hb-shape and hb-shape now take --verify, which verifies
  the above property.

  Some corner cases of the implementation are still not quite working.
  Those will be fixed in subsequent releases.

- New API:

hb_buffer_append()

hb_glyph_flags_t
HB_GLYPH_FLAG_UNSAFE_TO_BREAK
HB_GLYPH_FLAG_DEFINED
hb_glyph_info_get_glyph_flags()

HB_BUFFER_SERIALIZE_FLAG_GLYPH_FLAGS

hb_buffer_diff_flags_t
HB_BUFFER_DIFF_FLAG_EQUAL
HB_BUFFER_DIFF_FLAG_CONTENT_TYPE_MISMATCH
HB_BUFFER_DIFF_FLAG_LENGTH_MISMATCH
HB_BUFFER_DIFF_FLAG_NOTDEF_PRESENT
HB_BUFFER_DIFF_FLAG_DOTTED_CIRCLE_PRESENT
HB_BUFFER_DIFF_FLAG_CODEPOINT_MISMATCH
HB_BUFFER_DIFF_FLAG_CLUSTER_MISMATCH
HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH
HB_BUFFER_DIFF_FLAG_POSITION_MISMATCH
hb_buffer_diff
2017-09-04 12:49:09 +00:00
wiz
47c6464447 Updated t1utils to 1.41.
## Version 1.41 – 16.Aug.2017

* t1asm, t1disasm: More security fixes.
2017-09-04 12:46:41 +00:00
wiz
0fd11e1711 Update HOMEPAGE. 2017-09-04 05:45:45 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
wiz
3df6e70760 + Interface. 2017-08-27 19:25:27 +00:00
wiz
f021064292 Import Interface-1.3 as fonts/Interface.
Interface started out in late 2016 as an experiment to build a
perfectly pixel-fitting font at a specific small size. The
idea was that by crafting a font in a particular way, with a
particular coordinate system (Units Per EM), and for a particular
target rasterization size (11), it would be possible to get the
best of both sharpness and readability.

However after a few months of using an early version of Interface,
it dawned on everyone exposed to the test that this approach had
some serious real-world problems. Most notably that it was really
hard to read longer text. Because of the pixel-aligning nature of
that approach, the font took an almost mono-spaced appearance,
making it really easy to read numbers, punctuation and very short
words, but eye-straining to read anything longer.

The project was rebooted with a different approach, sticking with
the specific UPM, but crafting glyphs and kerning in a way that
made for more variation in the rhythm and smoother vertical and
horizontal stems.
2017-08-27 19:24:59 +00:00
adam
a2560c133e 20170731:
This incorporates a large number of adjustments and fixes and adds packages for newer Ubuntu releases.
2017-08-25 09:20:38 +00:00
jperkin
53b7b78fd5 More fixes for building ObjC code. 2017-08-24 10:45:00 +00:00
markd
2506e64bcb Update tex-xcharter{,-doc} to 1.093
XCharter 1.09 adds Cyrillic glyphs from Andrey Panov's Khartiya, along
with Cyrillic small caps, additional figures styles (numerators,
denominators and inferiors). It also adds slanted versions of the Roman
and Bold styles.

Version 1.091 corrects errors in the fd files that were introduced in
version 1.09.
2017-08-24 00:10:15 +00:00
markd
631b74aff8 Update tex-cbfonts-fd{,-doc} to 1.2
changes unknown
2017-08-23 23:20:29 +00:00
markd
3c722ae075 Update tex-fontspec{,-doc} to 2.6c
- v2.6b (2017/07/16)

    * Fix conflict with Polyglossia and `Scale=MatchLowercase`.
    * New feature `IgnoreFontspecFile` to avoid loading the `.fontspec`
      file for a font.
    * Fix regression with `\fontspec_if_feature:nTF`
      (which broke `realscripts`, oops — must improve my test suite)
2017-08-23 22:22:40 +00:00
markd
8df2f5329e Update tex-adobemapping to 2017.44861
changes unknown
2017-08-23 22:13:27 +00:00
markd
efc5eba0b6 Update tex-dozenal{,-doc} to 7.1
Previously, dozenal wouldn't work with the Type1 versions of the fonts
if compiling with luatex.  Now it does.
2017-08-17 03:21:14 +00:00
markd
fe9a783db4 Update tex-ptex-fontmaps{,-doc} to 20170624.0
* Use BatangChe/DotumChe instead of Baatang/Dotum in 'ms' family.
* Add 'founder' family for use with WPS Office Linux.
2017-08-17 02:41:48 +00:00
markd
aa4a5c8be7 Update tex-fbb{,-doc} to 1.13
changes unknown
2017-08-17 02:26:40 +00:00
markd
87fd1471ee Update tex-fontools{,-doc} to 2017.44626
When generating fonts with "subscript" characters, users can now choose
whether to use the "sinf" or the "subs" feature.
2017-08-17 01:40:47 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
wiz
2838c7fa7c Updated t1utils to 1.40.
Set LICENSE.

## Version 1.40 – 23.Jul.2017

* t1disasm: More security fixes reported by Jakub Wilk and Niels Thykier.
2017-08-15 18:41:16 +00:00
wiz
fe1c1abbc3 Updated harfbuzz to 1.4.8.
Overview of changes leading to 1.4.8
Tuesday, August 8, 2017
====================================

- Major fix to avar table handling.
- Rename hb-shape --show-message to --trace.
- Build fixes.


Overview of changes leading to 1.4.7
Tuesday, July 18, 2017
====================================

- Multiple Indic, Tibetan, and Cham fixes.
- CoreText: Allow disabling kerning.
- Adjust Arabic feature order again.
- Misc build fixes.
2017-08-14 20:32:06 +00:00
wiz
9103d0c0a9 Updated fontconfig to 2.12.4.
2.12.4

Akira TAGOH (5):
      Force regenerate fcobjshash.h when updating Makefile
      Fix the build failure when srcdir != builddir and have gperf 3.1 or later installed
      Add a testcase for Bug#131804
      Update libtool revision
      Fix distcheck error

Florent Rougon (6):
      FcCharSetHash(): use the 'numbers' values to compute the hash
      fc-lang: gracefully handle the case where the last language initial is < 'z'
      Fix an off-by-one error in FcLangSetIndex()
      Fix erroneous test on language id in FcLangSetPromote()
      FcLangSetCompare(): fix bug when two charsets come from different "buckets"
      FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->orig_hash_table

Helmut Grohne (1):
      fix cross compilation

Jan Alexander Steffens (heftig) (1):
      Fix testing PCF_CONFIG_OPTION_LONG_FAMILY_NAMES (CFLAGS need to be right)

Josselin Mouette (1):
      Treat C.UTF-8 and C.utf8 locales as built in the C library.

Masamichi Hosoda (1):
      Bug 99360 - Fix cache file update on MinGW
2017-08-14 20:30:24 +00:00
wiz
4b6cc49c90 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
wiz
8d59bf7376 Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
markd
7fe73a8e82 Add dependency 2017-07-27 11:10:20 +00:00
markd
64ba70a20c Add license 2017-07-27 11:07:41 +00:00
markd
2299e8ffae Add tex-{arphic-ttf,baekmuk,ptex-fontmaps}{,-doc} 2017-07-27 11:03:54 +00:00
markd
d7e05849f9 Add tex-arphic-ttf{,-doc} 2017
TrueType version of Chinese Arphic fonts
Add tex-baekmuk{,-doc} 2.2
  Baekmuk Korean TrueType fonts
Add tex-ptex-fontmaps{,-doc} 20170114.0
  Font maps and configuration tools for Japanese/Chinese/Korean fonts with (u)ptex
2017-07-27 11:00:38 +00:00
leot
e4051952b0 Update DESCR to reflect current 9.17 version (belatedly, whoops!). 2017-07-24 10:29:25 +00:00
leot
d76e398ae6 Update fonts/symbola-ttf to 9.17.
Changes:
Unfortunately no change log is available but it updates available characters to
Unicode 9.0 version.
2017-07-24 10:16:47 +00:00
ryoon
a12096d750 Install separated Symbol and Dingbats fonts
* Bump PKGREVISION
* Fix PR pkg/52421
2017-07-19 04:01:58 +00:00
scole
6f5959258a Update fonts/ttf-tlwg to 0.6.3
Changes from 0.6.2

    The first release from GitHub.
    Drop Tahoma and MS Sans Serif synthesizing, which caused Waree to get
    priority higher than all Thai fonts in fontconfig matching.
    Promote Loma over Waree as sans-serif candidate.
    Narrow down the width of space glyph for Loma.
2017-07-07 21:24:59 +00:00
scole
77cb539aa9 Update of thaixfonts to 1.2.7
Version 1.2.7 (2015-07-22)
=============
- Clarify package licenseing.
- Installation image is now reproducible.
- Drop obsolete and unmaintained RPM spec.
2017-07-06 15:45:47 +00:00
joerg
f55bc6f91f Revert GCC_REQD addition. As explained on the lists, it simply doesn't
do the right thing for packages in the middle of dependency chain.
2017-07-03 13:19:49 +00:00
taca
cb6f69af83 Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE. 2017-07-02 09:15:32 +00:00
maya
0231584588 Fix non-ICU build. 2017-07-01 09:14:45 +00:00
markd
9e1d8d165e Commit distinfo from last change 2017-06-23 22:22:18 +00:00
markd
b01451655e commit the distinfo that matches recent update 2017-06-23 01:54:04 +00:00
markd
bdc1077b20 Update to TeXlive 2017
Updated fonts/tex-raleway{,-doc} to 1.4
  Updated print/tex-readarray{,-doc} to 2.0
  Updated graphics/tex-repere{,-doc} to 17.05
  Updated fonts/tex-sansmathfonts{,-doc} to 2017
  Updated print/tex-siunitx{,-doc} to 2.7g
  Updated fonts/tex-sourcesanspro{,-doc} to 2.6
  Updated print/tex-sttools{,-doc} to 2.0
  Updated print/tex-tcolorbox{,-doc} to 4.03
  Updated print/tex-tetex{,-doc} to 3.0.44331
  Updated print/tex-tex4ht{,-doc} to 2017
  Updated print/tex-texconfig{,-doc} to 2017
  Updated print/tex-texdoc{,-doc} to 2017
  Updated print/tex-texinfo to 5.1.43137
  Updated print/tex-texlive.infra to 2017
  Updated print/tex-texlive-scripts to 2017
  Updated graphics/tex-tikzmark{,-doc} to 1.3
  Updated graphics/tex-tikzsymbols{,-doc} to 4.02
  Updated print/tex-todonotes{,-doc} to 1.0.5
  Updated print/tex-tools{,-doc} to 2017
  Updated print/tex-toptesi{,-doc} to 5.9.06
  Updated print/tex-udesoftec{,-doc} to 1.6.0
  Updated print/tex-updmap-map to 2017
  Updated fonts/tex-xcharter{,-doc} to 1.08
  Updated print/tex-xdvi to 22.87.03
2017-06-21 13:25:31 +00:00
markd
f64f0f7f20 Update to TeXlive 2017
Updated print/tex-paralist{,-doc} to 2.7
  Updated print/tex-pdfpages{,-doc} to 0.5h
  Updated print/tex-plain to 3.141592653.43076
  Updated print/tex-platex{,-doc} to 2017
  Updated print/tex-polski{,-doc} to 1.3.4
  Updated print/tex-preview{,-doc} to 11.90
  Updated print/tex-program{,-doc} to 3.3.14
  Updated graphics/tex-pst-3dplot{,-doc} to 2.04
  Updated graphics/tex-pst-barcode{,-doc} to 0.16a
  Updated graphics/tex-pst-circ{,-doc} to 2.14
  Updated geography/tex-pst-geo{,-doc} to 2.06
  Updated graphics/tex-pst-node{,-doc} to 1.39
  Updated graphics/tex-pst-pdf{,-doc} to 1.2c
  Updated graphics/tex-pst-plot{,-doc} to 1.79
  Updated graphics/tex-pst-tools{,-doc} to 0.06
  Updated graphics/tex-pst-tree{,-doc} to 1.13
  Updated graphics/tex-pstricks{,-doc} to 2.73a
  Updated graphics/tex-pstricks-add{,-doc} to 3.83
  Updated print/tex-ptex-base{,-doc} to 2017
  Updated fonts/tex-ptex-fonts{,-doc} to 2017
2017-06-21 11:45:57 +00:00
markd
cf5ad61250 Update to TeXlive 2017
Updated print/tex-marginnote{,-doc} to 1.2b
  Updated print/tex-mathtools to 1.19
  Updated graphics/tex-mcf2graph{,-doc} to 4.23
  Updated print/tex-media9{,-doc} to 0.80
  Updated print/tex-mhchem{,-doc} to 4.06
  Updated print/tex-minted{,-doc} to 2.4.1
  Updated print/tex-multirow{,-doc} to 2.2
  Updated print/tex-musixtex to 1.24
  Updated print/tex-mwcls{,-doc} to 0.75
  Updated print/tex-mweights{,-doc} to 20170330
  Updated fonts/tex-newpx{,-doc} to 1.320
  Updated fonts/tex-newtx{,-doc} to 1.525
  Updated fonts/tex-newtxsf{,-doc} to 1.05
  Updated fonts/tex-newtxtt{,-doc} to 1.055
  Updated print/tex-oberdiek{,-doc} to 2017
  Updated print/tex-onlyamsmath{,-doc} to 0.20
2017-06-21 10:14:19 +00:00
markd
c3a253bcba Update to TeXlive 2017
Updated print/tex-koma-script to 3.23
  Updated print/tex-kotex-oblivoir{,-doc} to 2.1.8
  Updated devel/tex-l3experimental to 2017
  Updated devel/tex-l3kernel{,-doc} to 2017
  Updated devel/tex-l3packages{,-doc} to 2017
  Updated print/tex-latex{,-doc} to 20170101.1
  Updated textproc/tex-latexdiff{,-doc} to 1.2.0
  Updated print/tex-leaflet{,-doc} to 1.1b
  Updated fonts/tex-libertine{,-doc} to 5.3.0.43603
  Updated devel/tex-lualibs{,-doc} to 2.5
  Updated fonts/tex-luaotfload{,-doc} to 2.8.2
  Updated print/tex-luatex{,-doc} to 1.0.4
2017-06-21 08:28:41 +00:00
markd
49ce981ada Update to TeXlive 2017
Updated print/tex-glossaries{,-doc} to 4.30
  Updated print/tex-graphics{,-doc} to 1.2a
  Updated print/tex-graphics-def{,-doc} to 2017
  Updated graphics/tex-graphics-pln{,-doc} to 2017
  Updated print/tex-hausarbeit-jura{,-doc} to 1.5
  Updated print/tex-hyperref{,-doc} to 6.85a
  Updated print/tex-hyphen-base to 2017
  Updated print/tex-hyphen-german to 2017
  Updated print/tex-hyphen-latin to 3.1.2017
  Updated fonts/tex-inconsolata{,-doc} to 1.112
  Updated fonts/tex-ipaex-type1{,-doc} to 0.4a
  Updated fonts/tex-japanese-otf{,-doc} to 1.7b6.42950
  Updated print/tex-jsclasses to 2017
2017-06-21 07:24:06 +00:00
markd
770b1dba46 Update to TeXlive 2017
Updated print/tex-dehyph-exptl{,-doc} to 0.41
  Updated print/tex-diagbox{,-doc} to 2.2
  Updated fonts/tex-dozenal{,-doc} to 7.0
  Updated print/tex-dvips{,-doc} to 2017
  Updated graphics/tex-epstopdf{,-doc} to 2.26
  Updated fonts/tex-erewhon{,-doc} to 1.08
  Updated devel/tex-etoolbox{,-doc} to 2.4
  Updated print/tex-europasscv{,-doc} to 2017
  Updated print/tex-fancyhdr{,-doc} to 3.9
  Updated fonts/tex-fbb{,-doc} to 1.12
  Updated fonts/tex-fetamont{,-doc} to 20170415
  Updated fonts/tex-fira{,-doc} to 4.2
  Updated print/tex-fixme{,-doc} to 4.4
  Updated fonts/tex-fontmfizz{,-doc} to 2017
  Updated fonts/tex-fontools{,-doc} to 2017
  Updated fonts/tex-fontspec{,-doc} to 2.6a
2017-06-21 06:13:14 +00:00
markd
22b205a4b1 Update to TeXlive 2017
Updated fonts/tex-cabin{,-doc} to 2017
  Updated graphics/tex-circuitikz{,-doc} to 0.8.3
  Updated fonts/tex-cjhebrew{,-doc} to 0.2a
  Updated print/tex-cjk-gs-integrate{,-doc} to 20170505.0
  Updated fonts/tex-comicneue{,-doc} to 1.1
  Updated print/tex-comment{,-doc} to 3.8
  Updated print/tex-context{,-doc} to 2017
  Updated print/tex-context-filter{,-doc} to 2017
  Updated print/tex-csbulletin{,-doc} to 1.1
  Updated print/tex-csplain to 2017
  Updated print/tex-csquotes{,-doc} to 5.2b
  Updated print/tex-cweb{,-doc} to 3.64b
2017-06-20 22:07:24 +00:00
markd
c36c17ea30 Update to TeXlive 2017
Updated print/tex-babel{,-doc} to 3.10
  Updated print/tex-babel-english to 3.3q
  Updated print/tex-babel-french to 3.3a
  Updated print/tex-babel-galician to 2017
  Updated print/tex-babel-german to 2.9
  Updated print/tex-babel-greek to 1.9g
  Updated print/tex-babel-russian to 1.3i
  Updated fonts/tex-baskervaldx{,-doc} to 1.072
  Updated print/tex-beamer{,-doc} to 3.41
  Updated print/tex-biblatex{,-doc} to 3.7
  Updated fonts/tex-boondox{,-doc} to 1.02d
  Updated print/tex-breqn to 0.98e
2017-06-20 21:01:16 +00:00
markd
d510b4ee65 Update to TeXlive 2017
Updated fonts/tex-academicons{,-doc} to 1.8.0
  Updated fonts/tex-adobemapping to 2017
  Updated fonts/tex-alegreya{,-doc} to 2017
  Updated fonts/tex-allrunes{,-doc} to 2.1.1
  Updated print/tex-amsmath{,-doc} to 2.16a
  Updated graphics/tex-animate{,-doc} to 20170518
  Updated print/tex-arsclassica{,-doc} to 20170201
2017-06-20 20:56:51 +00:00
markd
4e5ed44976 Update to TeXlive 2017
Updated converters/dvi2tty to 6.0.0nb1
  Updated fonts/afm2pl to 0.7.1nb3
  Updated fonts/gsftopkk to 1.19.2nb8
  Updated fonts/lcdftypetools to 2.106
  Updated fonts/ps2pkm to 1.8nb1
  Updated fonts/ttf2pk to 2.0nb3
  Updated fonts/ttfdump to 0.5.5nb4
  Updated print/cjkutils to 4.8.4nb2
  Updated print/dvidvi to 1.1nb1
  Updated print/dviljk to 2.6.5nb8
  Updated print/dvipdfmx to 20170318
  Updated print/dvipsk to 5.997
  Updated print/kpathsea to 6.2.3
  Updated print/lacheck to 1.28nb2
  Updated print/luatex to 1.0.4
  Updated print/ptexenc to 1.3.5
  Updated print/seetexk to 1.1nb3
  Updated print/tex4ht to 0.0.20170523
  Updated print/vlna to 1.5nb3
  Updated print/web2c to 2017
  Updated print/xdvik to 22.87.03nb1
  Updated print/xetex to 0.99997
  Updated print/xpdfopen to 0.86nb2
  Updated textproc/makeindexk to 2.15nb9
  Updated textproc/mendexk to 2.6fnb7
2017-06-20 20:50:49 +00:00
wiz
c55e2d2364 Add upstream bug report URL. 2017-06-20 11:42:09 +00:00
wiz
863b9b68fb Updated fontconfig to 2.12.3.
2.12.3

Akira TAGOH (1):
      Fix make check fail with freetype-2.7.1 and 2.8 with PCF_CONFIG_OPTION_LONG_FAMILY_NAMES enabled.

2.12.2

Akira TAGOH (8):
      Don't call perror() if no changes happens in errno
      Fix FcCacheOffsetsValid()
      Fix the build issue with gperf 3.1
      Fix the build issue on GNU/Hurd
      Update a bit for the changes in FreeType 2.7.1
      Add the description of FC_LANG envvar to the doc
      Bug 101202 - fontconfig FTBFS if docbook-utils is installed
      Update libtool revision

Alan Coopersmith (1):
      Correct cache version info in doc/fontconfig-user.sgml

Khem Raj (1):
      Avoid conflicts with integer width macros from TS 18661-1:2014

Masamichi Hosoda (2):
      Fix PostScript font alias name
      Update aliases for URW June 2016
2017-06-20 11:36:40 +00:00
taca
bff01ac4c3 Update ruby-ttfunkto 1.5.1.
## [1.5.1]

### Fixed

* loca table corruption during subsetting. The loca table serialization code
  didn't properly detect suitable table format.

* Fixed checksum calculation for empty tables.
2017-06-05 14:24:19 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
jperkin
9911f03667 Apply upstream patch for https://bugs.freedesktop.org/show_bug.cgi?id=97546
which fixes cache generation on OSX.  Raised in joyent/pkgsrc#506.

Bump PKGREVISION.
2017-05-30 16:53:14 +00:00
soda
7d79e1ecfa fix PR pkg/52139:
PKGNAME for takao-ex-fonts-ttf conflicts withs takao-fonts-ttf.
Ok by wiz@.
2017-05-25 03:55:24 +00:00
ryoon
fe3f67cef1 Improve DESCR to identify font name 2017-05-10 12:44:25 +00:00
mef
78a5e37d30 Updated fonts/Hasklig to 1.1
----------------------------
v1.1
   - New ligatures ->>, :::, >=>, <=<, <=>, <->
   - Switched to newer version of calt code by Nikita Prokopov. It
     "doesn’t apply ligatures to long sequences of chars, e.g. !!!!,
     >>>>, etc"
   - Fixed ++ and +++ line inconsistency in heavy italic weights
v1.0
   - Updates to the latest version of SCP
   - Hasklig moves to a ligature substitution mechanism borrowed from
    the excellent Fira Code by Nikita Prokopov
2017-05-06 01:06:43 +00:00
mef
639953b2c3 Updated fonts/Hack-ttf to 2.020
-------------------------------
From: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
Version 2.020
    divided the vertical stroke in the pipe glyph (U+007C), italic and bold italic sets
    modified U+007C hints in TrueType builds at 6, 7, 10, 11, 12, 13, 14 ppem italic set
    modified U+007C hints in TrueType builds at 6, 7, 10, 14 ppem bold italic set
    modified slant angle and stroke length (U+005C), italic and bold italic sets
    centered U+007C and U+005C, all sets
    modified zero (U+0030) oval fill hints in regular set
    added Powerline glyphs to the bold, italic, and bold italic sets
    U+2502 upper terminal to 1950, lower terminal to -530, all sets
    U+2503 upper terminal to 1950, lower terminal to -530, all sets
    U+250C lower terminal to -530, all sets
     ... (more too many lines ommitted) ...
2017-05-06 00:56:50 +00:00
adam
2139eccb4c This release introduces a new icon set, new functionality for custom icon selection graphics, support for GlyphOrderAndAliasDB files, and support for Unicode 9.0.
It also fixes a number of small bugs relating to certain bitmap typefaces, stroke expansion, handling of CID ranges, and the user interface.

There are two tags and package sets. 20161004 is the original release, and 20161005 adds support for Ubuntu 16.04 and 16.10.
2017-05-04 19:23:18 +00:00
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
wiz
10dfafaedc Updated harfbuzz to 1.4.6.
Overview of changes leading to 1.4.6
Sunday, April 23, 2017
====================================

- Graphite2: Fix RTL positioning issue.
- Backlist GDEF of more versions of Padauk and Tahoma.
- New, experimental, cmake alternative build system.
2017-05-02 10:26:06 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
ryoon
c893f574e7 Update to 20170410
* Add NotoSerifCJK fonts
* Use latest NotoSansCJK fonts
* Use latest fonts for non-CJK
2017-04-10 13:23:49 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
taca
45d25aad3f Update ruby-ttfunk to 1.5.0.
## [1.5.0] - 2017-02-13

### Added

* Support for reading TTF fonts from TTC files

### Changed

* Subset font naming is consistent now and depends on content
2017-03-20 14:48:40 +00:00
wiz
f0ca2cdc64 Updated harfbuzz to 1.4.5.
Overview of changes leading to 1.4.5
Friday, March 10, 2017
====================================

- Revert "Fix Context lookup application when moving back after a glyph..."
  This introduced memory access problems.  To be fixed properly soon.


Overview of changes leading to 1.4.4
Sunday, March 5, 2017
====================================

- Fix Context lookup application when moving back after a glyph deletion.
- Fix buffer-overrun in Bengali.
2017-03-13 09:13:09 +00:00
wiz
fbbded8b45 Updated harfbuzz to 1.4.3.
Overview of changes leading to 1.4.3
Saturday, February 25, 2017
====================================

- Route Adlam script to Arabic shaper.
- Misc fixes.
- New API:
  hb_font_set_face()
- Deprecate API:
  hb_graphite2_font_get_gr_font()
2017-02-27 09:55:21 +00:00
ryoon
d78182cfff FIx buildlink3.mk to remove graphite2 support 2017-02-12 06:27:04 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ryoon
0bc83c9e11 Disable graphite2 support. Bump PKGREVISION
Enabling graphite2 causes segfault in graphics/librsvg
and SVG support in GTK2 is required for some packages.
2017-02-12 01:29:30 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
wiz
aba1c3c362 Updated harfbuzz to 1.4.2.
Enable graphite2 dependency, as libreoffice seems to want it.

Overview of changes leading to 1.4.2
Monday, January 23, 2017
====================================

- Implement OpenType Font Variation tables avar/fvar/HVAR/VVAR.
- hb-shape and hb-view now accept --variations.
- New API:

hb_variation_t
hb_variation_from_string()
hb_variation_to_string()

hb_font_set_variations()
hb_font_set_var_coords_design()
hb_font_get_var_coords_normalized()

hb-ot-var.h:
hb_ot_var_axis_t
hb_ot_var_has_data()
hb_ot_var_get_axis_count()
hb_ot_var_get_axes()
hb_ot_var_find_axis()
hb_ot_var_normalize_variations()
hb_ot_var_normalize_coords()

- MVAR to be implemented later.  Access to named instances to be
  implemented later as well.

- Misc fixes.
2017-02-06 12:45:09 +00:00
wiz
44d73eb9c7 + junicode. 2017-02-04 18:21:04 +00:00
wiz
ec0a2025b7 Import junicode-0.7.8 as fonts/junicode.
Junicode (short for Junius-Unicode) is a Unicode font for medievalists.
The current version is a beta; the selection of characters and the
arrangement of the Private Use Area are subject to change.

Junicode contains 3280 characters in the regular style (the italic,
bold and bold italic styles are less complete). These Unicode ranges
are either complete in the regular style or they contain substantial
numbers of glyphs (especially those of interest to medievalists).
2017-02-04 18:20:50 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
wiz
bb7c0f0ff5 Updated harfbuzz to 1.4.1.
Overview of changes leading to 1.4.1
Thursday, January 5, 2017
====================================

- Always build and use UCDN for Unicode data by default.
  Reduces dependence on version of Unicode data in glib,
  specially in the Windows bundles we are shipping, which
  have very old glib.


Overview of changes leading to 1.4.0
Thursday, January 5, 2017
====================================

- Merged "OpenType GX" branch which adds core of support for
  OpenType 1.8 Font Variations.  To that extent, the relevant
  new API is:

New API:
hb_font_set_var_coords_normalized()

  with supporting API:

New API:
HB_OT_LAYOUT_NO_VARIATIONS_INDEX
hb_ot_layout_table_find_feature_variations()
hb_ot_layout_feature_with_variations_get_lookups()
hb_shape_plan_create2()
hb_shape_plan_create_cached2()

  Currently variations in GSUB/GPOS/GDEF are fully supported,
  and no other tables are supported.  In particular, fvar/avar
  are NOT supported, hence the hb_font_set_var_coords_normalized()
  taking normalized coordinates.  API to take design coordinates
  will be added in the future.

  HVAR/VVAR/MVAR support will also be added to hb-ot-font in the
  future.

- Fix regression in GDEF glyph class processing.
- Add decompositions for Chakma, Limbu, and Balinese in USE shaper.
- Misc fixes.
2017-01-16 11:10:44 +00:00
ryoon
1afe4d4da3 Update to 2.020
* Many improvements from 1.0.38

The latest changelog:
Roman fonts version 2.020 and Italic fonts version 1.075 (OTF, TTF, WOFF, WOFF2, EOT)

    Changed vendor ID to ADBO. (issue #52)
    Updated x-height measurements in all fonts. (issue #57)
    Updated name table to remove full license text from binary font files.
    Removed NULL (U+0000) and CR (U+000D) glyphs from TrueType fonts.

The following changes only apply to the Italic fonts:

    Updated right side bearing of quotedblbase and kerning of baseline quotes. (issue #49)
    Added narrow no-break space (U+202F).
    Moved fi and fl ligatures to the end of glyph order.
2017-01-14 11:47:11 +00:00
wiz
a7d40aac62 Updated unifont to 9.0.06.
2016-12-22 Paul Hardy <unifoundry@unifoundry.com>

	* Version: 9.0.06.
	* Makefiles, src/unifontpic.c - changed version number to 9.0.06.
	* font/plane00/unifont-base.hex:
	  - U+22F5: Added missing dot; thanks to Johnnie Weaver for noticing
	    this error.
	* font/plane01/plane01.hex:
	  - Osage: Glyphs U+0104D9 and U+0104DA were swapped; Johnnie Weaver
	    corrected them.  Shifted glyphs that were 7 pixels wide left one
	    pixel to line up on the leftmost column.
	* font/plane0Fcsur/plane0Fcsur.hex:
	  - Pikto: Paul Hardy modified about 50 glyphs to improve shapes.
2017-01-01 15:38:11 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
wiz
272033237b Updated unifont to 9.0.05.
2016-12-10: Release 9.0.05

   Modified Cherokee glyphs to reflect changes in recent Cherokee font
   that the Unicode Consortium adopted for its code charts.  Removed
   serifs to make Cherokee glyphs easier to read.

   Modified Pikto CSUR glyphs after comparison with high-resolution scans
   of Basic Pikto book.
2016-12-19 09:06:43 +00:00
wiz
67ce90a9ac Updated harfbuzz to 1.3.4.
Overview of changes leading to 1.3.4
Monday, December 5, 2016
====================================

- Fix vertical glyph origin in hb-ot-font.
- Implement CBDT/CBLC color font glyph extents in hb-ot-font.
2016-12-12 14:50:51 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
khorben
7fa6fd2a29 Update to the latest version
Changes:

version 2.030 (romans) & version 1.050 (italics) created 2016/06/09

	Updates outlines for Q to address interpolation issues.

version 2.028 (romans) & version 1.048 (italics) created 2016/06/08

	Updates outlines for Q to address CFF hinting issues.
	Corrects OpenType feature rules relating to capital figures and alternate 1s.
	Fixes final names for fi and fl ligatures to f_i and f_l.

version 2.026 (romans) & version 1.046 (italics) created 2016/06/01

	Updates the design of 1s in all styles for better character recognition.
	Adds alternates for l (lowercase L) and 1. (issue #126)
	Removes colored artwork from default forms of glyphs.
	Adds IVSes for emoji representation for pictorial glyphs.

version 2.020 (romans) & version 1.040 (italics) created 2016/05/05

	Fixes issue #121 for Italic.
	Updates TT hinting for Block- and Quadrant glyphs (U+2080 -- U+209F).
	Adds manual TT hints to specific Box Drawing Characters for improved horizontal connection.

version 2.015 (romans) & version 1.035 (italics) created 2016/05/02

	Redesigns box drawing shades (issue #57).
	Zeros widths of fraction characters in frac feature (issue #121).
	Adds TrueType hints to box drawing characters (issue #122).
	Removes NULL (U+0000) and CR (U+000D) glyphs from TrueType fonts.
	Gzips SVG table documents.
2016-12-03 02:26:54 +00:00
mef
0c05b4c37f Updated fonts/FiraCode to 1.204
-------------------------------
    Added U+25B6 (black right-pointing triangle) and U+25C0
       (black left-pointing triangle) (#289)
    Changed look of Markdown headers ## ### #### to make them easier to tell apart (#287)
    Fixed BBEdit incorrectly applying ligatures after tab (#274)
    Returned Nim pragmas {. .} (#279)
    Added Unicode increment U+2206 (#174, #298)
    Added fish operators >-> <-< (#297)
    Added safe navigation operators ?. .? ?: (#215)
    Added <~> (#179, used in IntelliJ for collapsed methods)
    Added F# piping operators ||> |||> <|| <||| (#184)
    Added shebang #! (#169, #193)
2016-11-30 14:24:47 +00:00
mef
2bf9ad77dd Updated fonts/terminus-font to 4.40
-----------------------------------
Version 4.40:

   * Added 6 combining accents as separate characters.
   * Added 14 letters with dot above / dot below.
   * Added partial subscript and superscript: all digits and 11 letters.
   * Added 30+ math characters, notably large braces, brackets and parens.
   * Added unicode range 2800-28FF in two variants (br1 and br2).
   * A few small character fixes.
   * Altered configure to be a bit more POSIX compliant.
   * Replaced some obscure (un)install Makefile targets with variables.
2016-11-30 13:10:13 +00:00
wiz
be93df55da Make PKGNAME more future-safe. 2016-11-20 20:05:32 +00:00
wiz
2c34e2059b + go-ttf 2016-11-20 19:59:53 +00:00
wiz
4241f35301 Import go-ttf-20161118 as fonts/go-ttf.
A family of high-quality WGL4 TrueType fonts, created by the Bigelow
& Holmes type foundry specifically for the Go project.

The font family, called Go (naturally), includes proportional- and
fixed-width faces in normal, bold, and italic renderings. The fonts
have been tested for technical uses, particularly programming. Go
source code looks particularly good when displayed in Go fonts, as
its name implies, with things like punctuation characters easily
distinguishable and operators lined up and placed consistently.
2016-11-20 19:59:35 +00:00
wiz
418f6a43de + Merriweather-ttf 2016-11-15 16:05:56 +00:00
wiz
d02f7ca526 Import Merriweather-ttf-1.584 as fonts/Merriweather-ttf.
Merriweather is a workhorse text type family made specifically for
screens.  Print use is not a significant consideration in the design.
Merriweather is useful for Latin, Arabic, Cyrillic and Greek.  The
styles include Regular, Bold, Italic and Bold Italic.
2016-11-15 16:05:42 +00:00
nonaka
284de8f87c Update koruri-ttf to 20161105.
20161105:
* M+ OUTLINE FONTS has been updated to TESTFLIGHT 062 (2016.09.30).
2016-11-05 12:40:54 +00:00
wiz
58011c81ba Updated unifont to 9.0.04.
2016-10-29 Paul Hardy <unifoundry@unifoundry.com>

	* Version: 9.0.04.
	* font/plane00/unifont-base.hex:
	  - Extended "{" and "}" by one pixel to add a point in the center.
	  - Swapped U+2A05 and U+2A06; they were in reverse order.
	* Added omitted ChangeLog entry for Unifont 9.0.03 for the addition
	  of Pikto glyphs to font/plane0Fcsur/plane0Fcsur.hex.
2016-10-31 16:48:48 +00:00
wiz
79154b35fb Updated harfbuzz to 1.3.3.
Overview of changes leading to 1.3.3
Wednesday, September 28, 2016
====================================

- Implement parsing of OpenType MATH table.
New API:
HB_OT_TAG_MATH
HB_OT_MATH_SCRIPT
hb_ot_math_constant_t
hb_ot_math_kern_t
hb_ot_math_glyph_variant_t
hb_ot_math_glyph_part_flags_t
hb_ot_math_glyph_part_t
hb_ot_math_has_data
hb_ot_math_get_constant
hb_ot_math_get_glyph_italics_correction
hb_ot_math_get_glyph_top_accent_attachment
hb_ot_math_get_glyph_kerning
hb_ot_math_is_glyph_extended_shape
hb_ot_math_get_glyph_variants
hb_ot_math_get_min_connector_overlap
hb_ot_math_get_glyph_assembly
2016-10-31 16:15:27 +00:00
wiz
15baf75309 Fix build on -current -- this needs c++11 for static_assert.
Improve COMMENT while here.
2016-10-27 11:02:41 +00:00
maya
ae92f7fae7 unifont: update to 9.0.03
21 October 2016 Release (Unifont 9.0.03): This release updates some glyphs and adds these ConScript Unicode Registry (CSUR) scripts:

    U+E8E0..U+E8F4 Tonal System, a base 16 system for counting, weights, and measures invented by John William Nystrom, a 19th-century civil engineer. Drawn by Paul Hardy.
    U+F8C8 Aiha, by Ursula K. Le Guin, added the Aiha double combining glyph. This was omitted in the original CSUR Aiha description. Drawn by Paul Hardy.
    U+0F0E70..U+0F11E7 Pikto, a pictographic Constructed Language ("ConLang") created by John E. Williams in the 1950s.

The addition of the Pikto script is the main change in this version. Andrew Miller scanned the Pikto pictographs from John Williams' Pikto book. Paul Hardy and Johnnie Weaver drew the Unifont Pikto glyphs. A detailed chart of these glyphs and their meanings is on the (very large, about 1 Mbyte!) Pikto page.

The Tonal System is a comprehensive base 16 counting and measuring system devised during the nascense of the international effort to standardize on a decimal system of measurement. A Tonal System overview appears on this Tonal page.

The large bitmap linked at the top of this page now includes the Plane 0 CSUR glyphs.
2016-10-24 10:54:56 +00:00
wiz
5290d052a3 + lato-ttf. 2016-10-22 08:01:53 +00:00
wiz
58dac65f90 Import lato-ttf-2.015 as fonts/lato-ttf.
Lato is a sans-serif typeface family designed in the Summer 2010 by
Warsaw-based designer Lukasz Dziedzic ("Lato" means "Summer" in
Polish). In December 2010 the Lato family was published under the
open-source Open Font License by his foundry tyPoland, with support
from Google.

In 2013-2014, the family was greatly extended to cover 3000+ glyphs
per style. The Lato 2.010 family now supports 100+ Latin-based
languages, 50+ Cyrillic-based languages as well as Greek and IPA
phonetics. In the process, the metrics and kerning of the family
have been revised and four additional weights were created.
2016-10-22 08:01:43 +00:00
wiz
d2156f7d0b + raleway-ttf 2016-10-18 12:57:23 +00:00
wiz
a4ee5dbf41 Import raleway-ttf-0.0.2016830 as fonts/raleway-ttf.
Raleway is an elegant sans-serif typeface family.

Initially designed by Matt McInerney as a single thin weight, it
was expanded into a 9 weight family by Pablo Impallari and Rodrigo
Fuenzalida in 2012 and iKerned by Igino Marini. In 2013 the Italics
where added.

It is a display face and the download features both old style and
lining numerals, standard and discretionary ligatures, a pretty
complete set of diacritics, as well as a stylistic alternate inspired
by more geometric sans-serif typefaces than its neo-grotesque
inspired default character set.
2016-10-18 12:57:04 +00:00
wiz
6672e6d980 Updated noto-ttf to 20160531.
Use the main webpage tarball, which also includes CJK and Emoji
in hinted versions.

Changes: many more characters, covers all of Unicode, it claims,
and switched license to ofl-v1.1 (from apache-2.0).
2016-10-18 12:40:25 +00:00
wiz
553841b571 Updated harfbuzz to 1.3.2.
Overview of changes leading to 1.3.2
Wednesday, September 27, 2016
====================================

- Fix build of hb-coretext on older OS X versions.
2016-10-03 12:30:35 +00:00
spz
e91caf3787 fix obvious typo in LICENSE 2016-10-03 06:20:09 +00:00
mef
73667042b8 USE_TOOLS+= pkg-config instead of using freetype-config, thanks wiz@ 2016-10-01 12:35:33 +00:00
mef
1bc9ebc96b (1) Fix build for X11_TYPE= modular (but not fully tested)
(2) Fix configure phase problem
(3) Add BUILD_DEPENDS for make test
Thanks joerg and wiz.
2016-10-01 06:02:10 +00:00
wiz
d8fcf64d68 Updated fira to 4.202.
Adds FiraSansCondensed and FiraMono-Medium.
2016-09-30 14:29:00 +00:00
taca
ec67624b70 Fix build problem on NetBSD 6. 2016-09-27 10:24:56 +00:00
jperkin
fb63abc9a4 Fix build on older Darwin. 2016-09-26 11:30:42 +00:00
markd
9896a4a2a4 Add tex-cc-pl{,-doc} tex-qpxqtx{,-doc} 2016-09-20 12:34:10 +00:00
markd
7ce153889d Add tex-qpxqtx{,-doc} 2016
typesetting math with TeX Gyre Pagella and pxfonts
2016-09-20 12:31:37 +00:00
markd
3934cc5681 Add tex-cc-pl{,-doc} 1.02.2
Polish extension of Computer Concrete fonts
2016-09-20 12:27:48 +00:00
mef
6fb715d227 Updated fonts/kanjistrokeorders-ttf to 4.000
--------------------------------------------
Changelog:
not available
2016-09-20 12:04:44 +00:00
mef
71b9d9aefe Updated fonts/cantarell-font to 0.025
-------------------------------------
0.0.25
 - outline and spacing on C,G.
 - improved terminals on numerous glyphs
 - weight/stem width fixes (k,G)
 - port imrpovements from regular to bold
 - improved metrics
 - fixes to f-ligatures
 - shape fixes to some numerals
 - fixes to anchors > composited glyphs
2016-09-20 11:52:15 +00:00