summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc9-29/+28
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-16Updated harfbuzz to 1.4.1.wiz2-7/+7
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-14Update to 2.020ryoon2-10/+14
* 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-01Updated unifont to 9.0.06.wiz2-7/+7
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-01Add python-3.6 to incompatible versions.wiz2-4/+4
2016-12-19Updated unifont to 9.0.05.wiz2-8/+8
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-12Updated harfbuzz to 1.3.4.wiz2-8/+7
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-04Recursive revbump from textproc/icu 58.1ryoon1-1/+2
2016-12-03Update to the latest versionkhorben2-10/+10
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-11-30Updated fonts/FiraCode to 1.204mef2-7/+7
------------------------------- 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-30Updated fonts/terminus-font to 4.40mef2-8/+7
----------------------------------- 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-20Make PKGNAME more future-safe.wiz2-7/+7
2016-11-20+ go-ttfwiz1-1/+2
2016-11-20Import go-ttf-20161118 as fonts/go-ttf.wiz4-0/+57
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-15+ Merriweather-ttfwiz1-1/+2
2016-11-15Import Merriweather-ttf-1.584 as fonts/Merriweather-ttf.wiz4-0/+55
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-05Update koruri-ttf to 20161105.nonaka2-8/+8
20161105: * M+ OUTLINE FONTS has been updated to TESTFLIGHT 062 (2016.09.30).
2016-10-31Updated unifont to 9.0.04.wiz2-7/+7
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-31Updated harfbuzz to 1.3.3.wiz3-9/+18
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-27Fix build on -current -- this needs c++11 for static_assert.wiz1-2/+4
Improve COMMENT while here.
2016-10-24unifont: update to 9.0.03maya2-7/+7
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-22+ lato-ttf.wiz1-1/+2
2016-10-22Import lato-ttf-2.015 as fonts/lato-ttf.wiz4-0/+62
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-18+ raleway-ttfwiz1-1/+2
2016-10-18Import raleway-ttf-0.0.2016830 as fonts/raleway-ttf.wiz4-0/+93
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-18Updated noto-ttf to 20160531.wiz3-62/+70
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-03Updated harfbuzz to 1.3.2.wiz3-24/+7
Overview of changes leading to 1.3.2 Wednesday, September 27, 2016 ==================================== - Fix build of hb-coretext on older OS X versions.
2016-10-03fix obvious typo in LICENSEspz1-2/+2
2016-10-01USE_TOOLS+= pkg-config instead of using freetype-config, thanks wiz@mef1-5/+4
2016-10-01(1) Fix build for X11_TYPE= modular (but not fully tested)mef1-1/+9
(2) Fix configure phase problem (3) Add BUILD_DEPENDS for make test Thanks joerg and wiz.
2016-09-30Updated fira to 4.202.wiz3-21/+47
Adds FiraSansCondensed and FiraMono-Medium.
2016-09-27Fix build problem on NetBSD 6.taca2-6/+17
2016-09-26Fix build on older Darwin.jperkin2-1/+18
2016-09-20Add tex-cc-pl{,-doc} tex-qpxqtx{,-doc}markd1-1/+5
2016-09-20Add tex-qpxqtx{,-doc} 2016markd8-0/+79
typesetting math with TeX Gyre Pagella and pxfonts
2016-09-20Add tex-cc-pl{,-doc} 1.02.2markd8-0/+85
Polish extension of Computer Concrete fonts
2016-09-20Updated fonts/kanjistrokeorders-ttf to 4.000mef3-10/+11
-------------------------------------------- Changelog: not available
2016-09-20Updated fonts/cantarell-font to 0.025mef2-7/+7
------------------------------------- 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-20Updated fonts/fntsample 3.2 to 4.1mef2-8/+7
---------------------------------- Changes in version 4.1: * Detect iconv and add LIBICONV to LDADD * Detect support for -Wl,--as-needed in configure * Those changes fix compilation on OS X Changes in version 4.0: * Add a --no-embed option * Fix broken handling of font names
2016-09-20Updated fonts/p5-Font-TTF to 1.06mef2-8/+7
--------------------------------- 1.06 2016-08-17 * Source repo moved from Subversion to Github * OpenType script and lang tags updated from ISO/IEC 14496-22:2015, draft amendment 2 * Various POD improvements * Add deepcopy mode to Dumper::ttfdump() * Bug fixes * Wasn't installing on Windows Perl 5.22 and up * Reading mark-to-ligature lookups would crash if anchors were omitted * Incorrect extension lookup structure * Multiple fixes in Silf table processing * rt.cpan.org #106562 Uninitialized value warnings * rt.cpan.org #106816 spelling errors in manpage
2016-09-20Updated fons/p5-Fonts-FreeType 0.04 to 0.07mef4-77/+49
-------------------------------------------- 0.07 2015-09-27 dmol@cpan.org - No changes since 0.07_2 0.07_2 2015-09-24 dmol@cpan.org - Try to support utf8_to_uvchr_buf for older perls 0.07_1 2015-09-24 dmol@cpan.org - Fix UTF-8 string usage on non-intel architectures (GH#17) 0.06 2015-01-27 dmol@cpan.org - No changes since 0.06_1 0.06_1 2015-01-27 dmol@cpan.org - Allow optionally fallback to missing glyph 0.05 2015-01-27 dmol@cpan.org - No changes since 0.05_02 0.05_2 2015-01-23 dmol@cpan.org - Be more tolerant in test for checking underline position (CT#9d93130c-a254-11e4-9a11-67e5227a829d) (Ivan Baidakou, basiliscos). - Get build options from freetype-config if it exists (RT#101654) (Zakariyya Mughal). 0.05_1 2015-01-21 dmol@cpan.org - Avoid clang warning (RT#101653). - Attempt to fix CT#939e0664-8c46-11e4-8147-dcee86cc0d3a. -------------------------------------------------------------------- (pkgsrc changes) - Drop patch-FreeType.xs (upstream implemented) - Modify patch-Makefile.PL Upstream implemented automatic environment config, with some testing, but testing part is redundent to pkgsrc, and yet harmfull, so remove that part. - Add buildlink to x11.buildlink3.mk to use freetype-config for automatic configuration
2016-09-18Updated FiraCode to 1.203.wiz2-7/+7
1.203 Added __ (#120, #269) 1.202 Removed {. .} [. .] (. .) (#264) 1.201 Removed [] (#92) {- -} (#248) Removed /** **/ and disabled ligatures for /*/ */* sequences (#219 #238) Added ]# {. .} [. .] (. .) (#214)
2016-09-18Fix build with native X.org.wiz1-1/+5
The installed version of this library was found and used instead of the one build by the package, leading to problems when the pkgsrc one had symbols the native one doesn't have. Add libtool path to compiler search path to fix this. From spz.
2016-09-12Updated harfbuzz to 1.3.1.wiz3-9/+8
Overview of changes leading to 1.3.1 Wednesday, September 7, 2016 ==================================== - Blacklist bad GDEF of more fonts (Padauk). - More CoreText backend crash fixes with OS X 10.9.5. - Misc fixes.
2016-08-31Updated unifont to 9.0.02.wiz3-11/+8
2015-08-27: Release 9.0.02 Added 3 more CSUR scripts. Modifications to some existing glyphs.
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz3-9/+8
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-08-24Updated urw-fonts to 2.0.wiz3-50/+11
Changes not found, but pfm files are gone.
2016-08-24Updated FiraCode to 1.200.wiz3-11/+18
Removed !!! ??? ;;; &&& ||| =~ (#167) ~~~ %%% New safer calt code that doesn’t apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc (#49, #110, #176) Larger + - * and corresponding ligatures (#86) Hexadecimal x (0xFF) is now applied to sequences like 128x128 as well (#161) Added twoTurned (U+218A) and threeTurned (U+218B) (#146) Added whiteFrowningFace (U+2639) (#190) Simplified visual style on markdown headers ## ### #### (#107) Added </> (#147) Provided ttf and webfonts versions (eot, woff, woff2) (#18, #24, #38, #101, #106) Increased spacing in <= >= (#117)
2016-08-19Updated fontconfig to 2.12.1.wiz2-7/+7
I've released 2.12.1 containing some fixes: - IMPORTANT: properly validate offsets in cache files. see changelog and CVE-2016-5384 for more details. thanks to Tobias Stoeckmann for catching this up! - build issues regarding to Python. - add --with-default-hinting to configure. - fix segfault in FcWeightFromOpenType()
2016-08-07Add tex-fonts-tlwg-docmarkd1-1/+2