Commit graph

2866 commits

Author SHA1 Message Date
leot
6a7360e77b unifont: Update to 12.0.01
Changes:
Unifont 12.0
------------
5 March 2019 Release (Unifont 12.0.01)
These are the major changes:
  - Unicode Plane 0 (in Unifont):
      * David Corbett contributed the new Unicode 12.0.0 glyphs added to
        Lao (U+0E80..U+0EFF).
      * Paul Hardy contributed the new Unicode 12.0.0 glyphs added to
        Telugu, Vedic Extensions, Miscellaneous Symbols and Arrows,
        Supplemental Punctuation, Latin Extended-D, and Latin Extended-E.
        Paul Hardy also redrew glyphs in Phags-pa, CJK Unified Ideographs,
        CJK Unified Ideographs Extension A, Bopomofo, and Bopomofo Extended
        following changes in the modified glyphs depicted in Unicode 12.0.0
        code charts.
  □ Unicode Plane 1 (in Unifont Upper):
      * Johnnie Weaver contributed new scripts introduced in Unicode
        12.0.0:
          o U+10FE0..U+10FFF Elymaic
          o U+119A0..U+119FF Nandinagari
          o U+1B130..U+1B16F Small Kana Extension
          o U+1E100..U+1E14F Nyiakeng Puachue Hmong
          o U+1E2C0..U+1E2FF Wancho
      * David Corbett:
          o Contributed new Chess Symbols glyphs for Unicode 12.0.0 release
            (U+1FA00..U+1FA5F).
          o Contributed new scripts introduced in Unicode 12.0.0:
              - U+11FC0..U+11FFF Tamil Supplement
              - U+1ED00..U+1ED4F Ottoman Siyaq Numbers
      * Paul Hardy:
          o Raised Indic Siyaq Numbers script by three rows to match
            baseline of Arabic glyphs, as suggested by David Corbett.
          o Contributed new glyphs for Unicode 12.0.0 release in these
            scripts: Newa, Takri, Soyombo, Miao, Ideographic Symbols and
            Punctuation, Enclosed Alphanumeric Supplement, Transport and
            Map Symbols, Geometric Shapes Extended, Supplemental Symbols
            and Pictographs.
          o Contributed new scripts introduced in Unicode 12.0.0:
              - U+13430..U+1343F Egyptian Hieroglyph Format Controls
                (although Unifont, with its low resolution, does not
                support Egyptian Hieroglyphs)
              - U+1FA70..U+1FAFF Symbols and Pictographs Extended-A
2019-03-10 10:51:15 +00:00
tnn
f945b562ca simplify DISTNAME 2019-03-05 21:17:17 +00:00
maya
71c5cb586e +overpass 2019-03-05 21:02:50 +00:00
maya
982f6c1b01 overpass: add overpass version 3.0.3
Open source web font family, inspired by Highway Gothic.
Sponsored by Red Hat and designed by Delve Fonts.
2019-03-05 21:02:03 +00:00
wiz
b0295f9e80 fonts/mkfontdir: remove, included in by mkfontscale 2019-03-04 11:56:44 +00:00
wiz
f161dae4c8 mkfontscale: update to 1.2.0.
Starting with this release, 1.2.0, it now includes the mkfontdir script
previously distributed separately for compatibility with older X11 versions.
(The entries below starting with 'mkfontdir: ' represent the git commits
grafted from the mkfontdir repo and were all included in the mkfontdir 1.0.7
or earlier releases.)


Adam Jackson (1):
      mkfontdir: Find mkfontscale through @bindir@ rather than AC_PATH_PROG, since the one in the path could be from an old install that doesn't support all the needed flags.

Alan Coopersmith (20):
      Remove last use of strcat
      Replace dsprintf("%s", s) with strdup(s)
      Use vasprintf(), if available, to implement dsprintf()
      Rename variable 'n' to avoid shadowing another 'n' in doDirectory
      Stop shadowing 'found' in checkExtraEncoding()
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Clear some -Wsign-compare warnings from gcc 7
      Clear some -Wshorten-64-to-32 warnings from clang 6
      mkfontdir: Add references to mkfontscale to man page
      mkfontdir: Fill in COPYING file with copyright/license notices
      mkfontdir: Fix formatting of man page so ellipsis are shown with Solaris nroff
      mkfontdir: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
      mkfontdir: config: Remove unnecessary calls from configure.ac
      mkfontdir: Drop CVS version tag from mkfontdir.cpp too
      mkfontdir: Make Makefile.am compatible with Solaris make
      Add mkfontdir to README.md
      Use autoconf instead of sed to substitute @bindir@ in mkfontdir.in
      Add mkfontdir to .gitignore
      mkfontscale 1.2.0

Bernhard M. Wiedemann (1):
      Sort input file list

Egbert Eich (5):
      mkfontdir: Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
      mkfontdir: readding XFree86's cvs IDs
      mkfontdir: Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
      mkfontdir: Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
      mkfontdir: Merging XORG-CURRENT into trunk

Gaetan Nadon (3):
      mkfontdir: man: remove trailing spaces and tabs
      mkfontdir: config: move man pages into their own directory
      mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@

Jeremy Huddleston (1):
      mkfontdir: Fix issues where mkfontscale and mkfontdir are installed in different locations or bindir contains a space

Jesse Adkins (1):
      mkfontdir: Purge cvs tags.

Jon TURNEY (1):
      mkfontdir: Fix for non-srcdir builds

Kaleb Keithley (3):
      mkfontdir: R6.6 is the Xorg base-line
      mkfontdir: XFree86 4.3.0.1
      mkfontdir: Initial revision

Kevin E Martin (1):
      mkfontdir: Add build system for bdftopcf, mkfontdir and mkfontscale

Matthieu Herrb (2):
      mkfontdir: build fix for non-GNU make
      mkfontdir: Let BSD make find mkfontdir.cpp when building in a separate obj dir

Thomas Klausner (1):
      Add new ConstList functions and use them.
2019-03-04 11:47:22 +00:00
adam
3fc1c03b2b py-fonttools: updated to 3.38.0
3.38.0:
- [cffLib] Fixed RecursionError when unpickling or deepcopying TTFont with
  CFF table.
- [subset] Fixed AttributeError when using --desubroutinize option.
  Also, fixed desubroutinizing bug when subrs contain hints.
- [CPAL] Make Color a subclass of namedtuple.
- [feaLib] Allow hyphen in glyph class names.
- [feaLib] Added 'tables' option to __main__.py.
- [feaLib] Add support for special-case contextual positioning formatting.
- [svgLib] Support converting SVG basic shapes (rect, circle, etc.) into
  equivalent SVG paths.
- [Snippets] Added name-viewer.ipynb Jupyter notebook.
2019-02-27 12:06:01 +00:00
jperkin
b5bfdb9716 fontforge: Use _TOOLS_USE_PKGSRC to select pkgsrc date(1).
Using TOOLS_PLATFORM.date= has the unfortunately side-effect of creating an
empty BUILD_DATE pkg_summary entry, as ${DATE} fails when generating the
metadata.  Found by a pkg_summary checker.
2019-02-26 12:03:07 +00:00
wiz
ae1541e00e libfontenc: update to 1.1.4.
This release fixes a bug that would cause mkfontscale(1) to fail to
produce entries for the iso8859-7 encoding because of wrong Unicode
mappings for the iso8859-7 codepage.

Alan Coopersmith (4):
      Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      libfontenc 1.1.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Julien Cristau (1):
      make FontEncDirectory return a const string

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-02-21 09:49:24 +00:00
rin
b5cc8d6b77 Fix option -icu; include/harfbuzz/hb-ft.h is installed and required
actually by other packages no matter whether icu is supported or not.
2019-02-15 22:44:48 +00:00
abs
a07d6cabaa Do not play _POSIX_C_SOURCE games on NetBSD - Avoids issues with building under pkgsrc gcc versions 2019-02-14 17:43:32 +00:00
wiz
f90031dc62 harfbuzz: update to 2.3.1.
Overview of changes leading to 2.3.1
Wednesday, January 30, 2019
====================================
- AAT bug fixes.
- Misc internal housekeeping cleanup.
2019-02-13 20:12:10 +00:00
wiz
d99a109ea2 SDL2_ttf: update to 2.0.15.
2.0.15:
Sam Lantinga - Fri Oct 26 13:26:54 PDT 2018
 * Updated to FreeType version 2.9.1
Sam Lantinga - Sun Sep 10 00:18:45 PDT 2017
 * Text rendering functions now use the alpha component of the text colors
Sam Lantinga - Sat Sep  9 22:21:55 PDT 2017
 * Added support for characters greater than 0xFFFF (e.g. emoji) in the UTF-8 APIs
2019-02-13 19:44:49 +00:00
dholland
90bf2a78e4 It seems that nowadays bdftopcf refuses to open symlinks.
Hard-link or copy the bdf files rather than symlinking them.
From qjsgkem on freenode.
2019-02-13 03:45:29 +00:00
adam
ddd72fe31e py-fonttools: updated to 3.37.3
3.37.3:
- The previous release accidentally changed several files from Unix to DOS
  line-endings. Fix that.

3.37.2:
- [varLib] Temporarily revert the fix to load_masters(), which caused a
  crash in interpolate_layout() when deepcopy-ing OTFs.

3.37.1:
- [varLib] load_masters() now actually assigns the fonts it loads to the
  source.font attributes.
- [varLib] Fixed an MVAR table generation crash when sparse masters were
  involved.
- [voltLib] parse_coverage_() returns a tuple instead of an ast.Enum.
- [feaLib] A MarkClassDefinition inside a block is no longer doubly indented
  compared to the rest of the block.

3.37.0:
- [svgLib] Added support for converting elliptical arcs to cubic bezier curves
- [py23] Added backport for math.isfinite.
- [varLib] Apply HIDDEN flag to fvar axis if designspace axis has attribute
  hidden=1.
- Fixed "DeprecationWarning: invalid escape sequence" in Python 3.7.
- [voltLib] Fixed parsing glyph groups. Distinguish different PROCESS_MARKS.
  Accept COMPONENT glyph type.
- [feaLib] Distinguish missing value and explicit <NULL> for PairPos2
  format A. Round-trip useExtension keyword. Implemented
  ValueRecord.asFea method.
- [subset] Insert empty widths into hdmx when retaining gids
2019-02-12 08:58:14 +00:00
markd
9732bf7753 tex-fontspec{,-doc}: update to 2.7a
## v2.7 (2019/01/24)

* Add new `ScaleAgain` feature for compounding scale factors.
  (This is largely to support `unicode-math` but may be useful by others.)
* `\oldstylenums` no longer overwritten if `textcomp` loaded after
  `fontspec`.
* More fixes for recent regressions (sorry!).

## v2.7a (2019/01/25)

* One last (?!) fix for recent regression (!!). I am not getting enough
  sleep at the moment and it is too hot.
* Add `LocalForms=On/Off/Reset` to control the `locl` OpenType tag.
* Reorganise some documentation.
* Remove redundant redefinition of `\-` which is nowadays defined correctly
  by the LaTeX2e kernel.
* Add code to remove the patching of verbatim commands and environments
  when the new `\verbvisiblespace` command is defined in a future version
  of LaTeX2e.
2019-02-01 22:24:11 +00:00
markd
d5a5c30eba tex-gothic{,-doc}: update to 2018
minor tweaks
2019-02-01 22:16:43 +00:00
jperkin
2102f90d4c harfbuzz: Fix build on SunOS where int8_t is not explicitly "signed". 2019-01-30 19:21:22 +00:00
markd
c279475df4 tex-luaotfload{,-doc}: update to 2.94
This version syncs the files with the ConTeXt files from2018/12/19. It
extends the mode key to allow the use of more fontloaders. It is the last
version which can be used with luatex 1.07. Future versions will need 1.09
and will be available only at the github site until texlive 2018 is freezed.
2019-01-30 11:09:34 +00:00
markd
080c042574 tex-fontspec{,-doc}: update to 2.6l
## v2.6k (2019/01/16)
* Fix crash when loading fonts that are missing a requested script.

## v2.6l (2019/01/18)
* REALLY fix crash when loading fonts that are missing a requested script.
* Lots of internal logic changes for what should have been an easy fix :(
2019-01-30 10:36:03 +00:00
markd
d5327ac224 tex-erewhon{,-doc}: update to 1.091
changes unknown
2019-01-30 09:20:42 +00:00
bsiegert
bbafcbfac6 Update harfbuzz to 2.3.0.
-   Fix regression on big-endian architectures. Ouch!
-   Misc bug and build fixes.
-   Fix subsetting of simple GSUB/GDEF.
-   Merge CFF / CFF2 support contributed by Adobe. This mostly involves
    the subsetter, but also get_glyph_extents on CFF fonts.
2019-01-29 18:54:03 +00:00
markd
b0f9798ae5 tex-fpl{,-doc}: update to 1.003
* Regenerate the fonts with current FontForge resolving
    PDF/A compatibility problem.

  * Use the same dual licensing as the original URW fonts, c.f.
    <URL:http://www.tug.org/fonts/lppl-urw.txt>
2019-01-29 10:34:56 +00:00
markd
5252c48033 tex-countriesofeurope{,-doc}: update to 0.22
This version has an additional OpenType version of the font.
An optional argument "outline"  was added to print a
country as an outline character.
2019-01-29 07:41:32 +00:00
markd
a591060128 tex-newpx{,-doc}: update to 1.33
changes unknown
2019-01-29 05:57:38 +00:00
markd
d8dcf3e13a tex-adobemapping: update to 2018.49423
adobemapping as of cmap-resources     2018-07-30
             and mapping-resources-pdf 2018-12-12.
2019-01-29 05:38:36 +00:00
markd
0dd24baccb tex-ebgaramond{,-doc}: update to 2018
New weights bold, medium, semibold and extrabold added by Octavio Pardo.
2019-01-28 10:03:41 +00:00
markd
406ebfa307 tex-sourceserifpro{,-doc}: update to 1.4
changes unknown
2019-01-27 00:59:48 +00:00
markd
b0573ad00c tex-fonts-tlwg{,-doc}: update to 0.7.1
Address another reproducibility issue caused by "date stamp" in
auto-generated UniqueID.
2019-01-27 00:41:13 +00:00
markd
b25e6dd0a3 tex-cm{,-doc}; update to 2018.49028
changes unknown
2019-01-26 11:37:11 +00:00
markd
3e8b9c9df5 tex-xits{,-doc}: update to 1.200.1
Version:  1.109 2018-09-29:
 - Improve Arabic math glyph considerably, they are much usable now.
 - Add upright RTL integral alternates.
 - Change ‘cv01’ feature for alternate Arabic math glyphs.
 - Make the ‘hhea’ ascent/descent/line gap match the ‘OS/2’ typo metrics.
 - Don’t set deprecated ForceBold in CFF Private dictionary.
 - Fix script position with vertical bar on MS Word.
 - Make vertical bar extensible in bold math font.
 - Make MS Word linear fraction work better.
 - Bundle WOFF fonts.
 - Remove glyph overlap, some CFF rasterizers handle it badly.
 - Fonts can be build with vanilla FontForge now.
 - Builds are reproducible.


Version:  1.200 2018-10-02
 This is the final release with new features; from now on XITS
 is in maintenance mode and only bug fixes will be made.

Version: 1.200.1 2018-10-10
Drop WOFF fonts from tarball uploaded to CTAN, they break XeTeX.
2019-01-26 10:08:25 +00:00
markd
1603f9ad85 tex-xcharter{,-doc}: update to 1.116
changes unknown
2019-01-26 02:15:06 +00:00
markd
0ee43a255f tex-fira{,-doc}: update to 4.2.48488
Corrected treatment of book and thin options.

Minor changes to the sty files:  medium option now affects bold style
rather than regular style
2019-01-26 02:02:25 +00:00
markd
7c15344660 tex-kpfonts{,-doc}: update to 3.33
Bug fixed: \upsilonsl was mistakenly named \slsilonsl
2019-01-26 01:52:32 +00:00
markd
3b5b995215 tex-fontools{,-doc}: update to 2018.48387
Added encoding files for LGR and T2A/B/C to I<fontools>.
2019-01-25 19:53:11 +00:00
markd
3c10cf18a8 tex-alegreya{,-doc}: update to 2018.48339
Improved the ligatures in T1 and LY1 encodings.
2019-01-25 19:01:20 +00:00
he
32d87cb3a6 Add GCC_REQD+=4.9, so that this builds on NetBSD/i386 7.1 again.
For newer OSes this would be a no-op, so no revision bump.
2019-01-24 12:46:10 +00:00
markd
39187fac21 tex-mathalfa{,-doc}: remove TEXLIVE_USE_CTAN. distfiles now on ftp.netbsd 2019-01-24 11:58:02 +00:00
markd
ffdcf29838 tex-academicons{,-doc}: update to 1.8.62
Fixed bugs in a few icon commands.
2019-01-24 11:40:25 +00:00
markd
2e135791d0 tex-tex-gyre{,-doc}: update to 2.501
Updates to TeX Gyre Adventor and Pagella in version 2.501:

 * substantial extension of the repertoires by geometric, math and
   technical symbols, in OTF, files stylistic feature ss10 (backward
   compatibility with old math symbols) added, marks (anchors) implemented

 * only one aggregate map (for each) is included for all encodings

 * the contents of the source/fonts/tex-gyre/ directory changed; most
   importantly, it contains source *.sfd files

 * the relevant LaTeX files haven't been changed, they just got a new time
   stamp
2019-01-24 11:10:42 +00:00
markd
0543911ff9 tex-ly1{,-doc}: update to 2018
changes unknown
2019-01-24 10:37:53 +00:00
markd
f2c1bced58 tex-stix{,-doc}: update to 1.1.3
remove source files
2019-01-24 10:30:13 +00:00
markd
edbbd1972e tex-newtxsf{,-doc}: update to 1.051
change unknown
2019-01-24 10:16:06 +00:00
jperkin
d05fd65229 tex-mathalfa*: Set TEXLIVE_USE_CTAN so that distfiles can be fetched. 2019-01-24 09:19:11 +00:00
markd
1ac91ac355 tex-newtx{,-doc}: update to 1.554
Version 1.55 adds support for the SticksToo text fonts (a reworking of
STIX2) as option stix2 to newtxmath. Along with this addition, there
are some important code differences concerning the treatment of
embedded Blackboard Bold alphabets, and, unique to the behavior under
stix2, the addition of the built-in DSSerif alphabet to the options for
Blackboard Bold alphabet.
2019-01-24 09:14:30 +00:00
markd
86d8b15f0c tex-cabin{,-doc}: update to 2018
Updated to fonts version 2.2 with improved diacritics.
2019-01-23 19:21:32 +00:00
markd
121fc19c8a tex-ipaex-type1{,-doc}: update to 0.5
- Support for the LY1 encoding.
- Fix bug in the LaTeX package (ipaex-type1.sty).
2019-01-23 11:07:45 +00:00
markd
fb01a04395 tex-dozenal{,-doc}: update to 7.2
Wrapped \x and \e in \unexpanded, to make them more robust.
2019-01-23 10:46:29 +00:00
markd
2f47900710 tex-roboto{,-doc}: update to 2018
Added RobotoMono fonts.
2019-01-23 09:47:07 +00:00
youri
434fdafc6c Remove, it was already imported as unicode-character-database. 2019-01-22 16:08:11 +00:00