summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2018-04-29Remove unused linesryoon1-5/+2
2018-04-29Install these fonts into the standard location and generates fonts.dir.ryoon2-17/+19
Bump PKGREVISION.
2018-04-29Install these fonts into the standard location. Bump PKGREVISIONryoon2-19/+21
2018-04-28fonts/Makefile: + woff2wiz1-1/+2
2018-04-28fonts/woff2: import woff2-1.0.2wiz5-0/+57
This is a library for handling web fonts in the Web Open Font Format (WOFF), version 2.0.
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz7-14/+14
2018-04-14revbump after icu updateadam1-1/+2
2018-04-09Update to 0.9.11pl1ryoon3-10/+25
* Drop gawk dependency Changelog: * Prebuilt bdf font files
2018-04-09py-fonttools: updated to 3.25.0adam3-8/+11
3.25.0: [varLib] Improved support-resolution algorithm. Previously, the on-axis masters would always cut the space. They don’t anymore. That’s more consistent, and fixes the main issue Erik showed at TYPO Labs 2017. Any varfont built that had an unusual master configuration will change when rebuilt [varLib.models] Added a main() entry point, that takes positions and prints model results. [varLib.plot] Added new module to plot a designspace’s VariationModel. Requires matplotlib. [varLib.mutator] Added -o option to specify output file path [otTables] Fixed IndexError while pruning of HVAR pre-write [varLib.models] Convert delta array to floats if values overflows signed short integer
2018-04-01bdftopcf is required to build .pcf.gz files. Bump PKGREVISIONryoon1-3/+3
2018-03-31Since fontconfig depends on devel/gettext-lib (as of 2.13.0nb1),schmonz1-1/+2
anything depending on fontconfig does too. Add it to buildlink3.mk. This is a high-impact change to commit during the freeze, but seems both correct and necessary, and has wiz@'s OK.
2018-03-24Since fontconfig wants to build message catalogs now, depend on msgfmt.joerg1-2/+2
2018-03-24Don't detect "GNU" gettext, but any reasonable libintl implementation.joerg2-6/+28
2018-03-24fonts/fontconfig: Requires devel/gettext-lib. Bump PKGREVISION, may result ↵fhajny2-2/+6
in a PLIST change.
2018-03-21p5-Font-FreeType: update to 0.10.wiz2-7/+7
0.10 2018-03-18 dmol@cpan.org - No changes since 0.10_1 0.10_1 2018-03-17 dmol@cpan.org - Allow to lookup glyphs by name (mauzo)
2018-03-13Add required newer freetype2 to fix X11_TYPE=native build partiallyryoon1-1/+2
2018-03-13Update Interface to 2.5, now called Inter-UI.bsiegert7-22/+23
The fonts got major updates and changed their names. There is now a new original "Black" weight. They still look gorgeous :)
2018-03-12Fix inverted logic for the conditional uuid dependency.bsiegert1-2/+2
The buildlink3.mk should be included for OSes _except_ Darwin. The proper fix for this would be to have a devel/libuuid/builtin.mk that detects builtinness.
2018-03-12Do not look for libuuid on Darwin, it is built-in.adam1-2/+4
2018-03-12Do not look for libuuid on Darwin, it is built-in.adam2-6/+30
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz10-18/+21
2018-03-12fontconfig: finish update to 2.13.0wiz2-3/+22
2018-03-11fontconfig: update to 2.13.0.wiz4-19/+18
Finally we have made new stable release, 2.13.0 here. summaries for changes since last stable release of 2.12.6 are: - Improve the footprint on cache creation - emoji/math fonts support - variable fonts support - config file description support - allow sharing caches with bind-mounted dirs - bug fixes
2018-03-11harfbuzz: update to 1.7.6.wiz3-8/+17
Overview of changes leading to 1.7.6 Wednesday, March 7, 2018 ==================================== - Fix to hb_set_t binary operations. Ouch. - New experimental harfbuzz-subset library. All of hb-subset.h is experimental right now and API WILL change. - New API: hb_blob_copy_writable_or_fail() HB_OT_TAG_BASE hb_set_previous() hb_set_previous_range()
2018-03-08py-fonttools: updated to 3.24.1adam2-7/+7
3.24.1: [varLib] Don't remap the same DeviceTable twice in VarStore optimizer. [varLib] Add --disable-iup option to fonttools varLib script, and a optimize=True keyword argument to varLib.build function, to optionally disable IUP optimization while building varfonts. [ttCollection] Fixed issue while decompiling ttc with python3
2018-03-07mkfontscale: update to 1.1.3.wiz2-8/+7
Alan Coopersmith (1): mkfontscale 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Jeremy Huddleston Sequoia (1): mkfontscale: Avoid a buffer underrun Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Stefan Dirsch (1): fix handling of Type1 fonts without /FamilyName and/or /FullName
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz3-9/+9
Remove now obsolete packages.
2018-03-02libXfontcache: remove obsolete packagewiz6-56/+1
2018-03-02py-fonttools: updated to 3.24.0adam3-8/+11
3.24.0: [ttGlyphPen] Decompose composite glyphs if any components' transform is too large to fit a F2Dot14 value, or clamp transform values that are (almost) equal to +2.0 to make them fit and avoid decomposing. [ttx] Added new -g option to dump glyphs from the glyf table splitted as individual ttx files. Copied ufoLib.filenames module to fontTools.misc.filenames, used for the ttx split-glyphs option . [feaLib] Added support for cvParameters blocks in Character Variant feautures cv01-cv99. [Snippets] Added checksum.py script to generate/check SHA1 hash of ttx files. [varLib.mutator] Fixed issue while instantiating some variable fonts whereby the horizontal advance width computed from gvar phantom points could turn up to be negative. [varLib/subset] Fixed issue with subsetting GPOS variation data not picking up ValueRecord Device objects (54fd71f). [feaLib/voltLib] In all AST elements, the location is no longer a required positional argument, but an optional kewyord argument (defaults to None). This will make it easier to construct feature AST from code
2018-03-01py-fonttools: updated to 3.23.0adam3-8/+11
3.23.0: [designspaceLib] Added an optional lib element to the designspace as a whole, as well as to the instance elements, to store arbitrary data in a property list dictionary, similar to the UFO’s lib. Added an optional font attribute to the SourceDescriptor, to allow operating on in-memory font objects. [cffLib] Fixed issue with lazy-loading of attributes when attempting to set the CFF TopDict.Encoding. [ttx] Fixed regression introduced in 3.22.0 that affected the split tables -s option. [feaLib] Added IncludedFeaNotFound custom exception subclass, raised when an included feature file cannot be found. [otTables] Changed VarIdxMap to use glyph names internally instead of glyph indexes. The old ttx dumps of HVAR/VVAR tables that contain indexes can still be imported. [varLib] Implemented VarStore optimizer. [subset] Implemented pruning of GDEF VarStore, HVAR and MVAR. [sfnt] Restore backward compatiblity with numFonts attribute of SFNTReader object. [merge] Initial support for merging LangSysRecords. [ttCollection] don’t seek(0) when writing to possibly unseekable strems. [subset] Keep all --name-IDs from 0 to 6 by default. [cffLib] Added width module to calculate optimal CFF default and nominal glyph widths. [varLib] Don’t fail if STAT already in the master fonts
2018-02-11harfbuzz: update to 1.7.5.wiz2-7/+7
Overview of changes leading to 1.7.5 Tuesday, January 30, 2018 ==================================== - Separate Khmer shaper from Indic. - First stab at AAT morx. Not hooked up. - Misc bug fixes.
2018-02-11monoid: follow redirectwiz1-2/+2
2018-02-11Hack-ttf: follow redirectwiz1-2/+2
2018-02-08py-fonttools: updated to 3.22.0adam3-8/+20
3.22.0: - [subset] Support subsetting endchar acting as seac-like components in CFF. - [feaLib] Allow to build from pre-parsed ast.FeatureFile object. Added tables argument to only build some tables instead of all. - [textTools] Replaced safeEval with ast.literal_eval. - [feaLib] Added option to the parser to not resolve include statements. - [ttLib] Added new ttCollection module to read/write TrueType and OpenType Collections. Exports a TTCollection class with a fonts attribute containing a list of TTFont instances, the methods save and saveXML, plus some list-like methods. The importXML method is not implemented yet. - [unicodeadata] Added ot_tag_to_script function that converts from OpenType script tag to Unicode script code. - Added new designspaceLib subpackage, originally from Erik Van Blokland's designSpaceDocument: https://github.com/LettError/designSpaceDocument NOTE: this is not yet used internally by varLib, and the API may be subject to changes. - Added new FontTools icon images. - [unicodedata] Added script_horizontal_direction function that returns either "LTR" or "RTL" given a unicode script code. - [otConverters] Don't write descriptive name string as XML comment if the NameID value is 0 (== NULL). - [unicodedata] Add ot_tags_from_script function to get the list of OpenType script tags associated with unicode script code. - [feaLib] Don't error when "enumerated" kern pairs conflict with preceding single pairs; emit warning and chose the first value. - [loggingTools] In CapturingLogHandler.assertRegex method, match the fully formatted log message. - [sbix] Fixed TypeError when concatenating str and bytes. - [bezierTools] Implemented cusp support and removed approximate_fallback arg in calcQuadraticArcLength. Added calcCubicArcLength
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz1-2/+2
2018-01-15Add a workaround for the Old in-tree fontconfig headershe3-2/+20
on netbsd-6 (build fix). Bump PKGREVISION.
2018-01-14Add gnome-font-viewerryoon1-1/+2
2018-01-14fonts/gnome-font-viewer: import gnome-font-viewer-3.27.0ryoon5-0/+208
Font viewer for Gnome 3 desktop environment This program can preview installed and non-installed fonts.
2018-01-13Fix DEPENDS pattern for non-default optionsryoon1-3/+3
2018-01-10harfbuzz: update to 1.7.4.wiz3-9/+9
harfbuzz: update to 1.7.4. Overview of changes leading to 1.7.4 Wednesday, December 20, 2017 ==================================== - Fix collect_glyphs() regression caused by hb_set_t changes. Overview of changes leading to 1.7.3 Monday, December 18, 2017 ==================================== - hb_set_t performance tuning and optimizations. - Speed up collect_glyphs() and reject garbage data. - In hb_coretext_font_create() set font point-size (ptem). - Misc fixes. Overview of changes leading to 1.7.2 Monday, December 4, 2017 ==================================== - Optimize hb_set_add_range(). - Misc fixes. - New API: hb_coretext_font_create()
2018-01-10py-fonttools: updated to 3.21.2adam2-7/+7
3.21.2: - [varLib] Fixed merging PairPos Format1/2 with missing subtables
2018-01-07cyberbit-ttf: Move documentation to where it belongs, bump PKGREVISION.rillig5-18/+16
2018-01-07Fix indentation in buildlink3.mk files.rillig3-6/+6
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2018-01-04py-fonttools: updated to 3.21.1adam2-9/+9
3.21.1: - [feaLib] Allow mixed single/multiple substitutions - Added missing ``*.afm`` test assets to MAINFEST.in - Fixed dumping ``SVG`` tables containing color palettes
2018-01-01Sort PLIST files.rillig52-358/+357
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-12-22py-fonttools: updated to 3.21.0adam2-8/+8
3.21.0: [cmap] when compiling format6 subtable, don't assume gid0 is always called '.notdef'. [ot] Allow decompiling fonts with bad Coverage format number. Change FontTools licence to MIT. [post] Prune extra names already in standard Mac set. [subset] Delete empty SubrsIndex after subsetting. [varLib] Don't share points in cvar by default, as it currently fails on some browsers. [afmLib] Make poor old afmLib work on python3.
2017-11-30Revbump after textproc/icu updateadam1-1/+2
2017-11-28py-fonttools: updated to 3.20.1adam3-8/+20
3.20.1: [unicodedata] Fixed issue with script and script_extension functions returning inconsistent short vs long names. They both return the short four- letter script codes now. Added script_name and script_code functions to look up the long human-readable script name from the script code, and viceversa. 3.20.0: [unicodedata] Addded new module fontTools.unicodedata which exports the same interface as the built-in unicodedata module, with the addition of a few functions that are missing from the latter, such as script, script_extension and block. Added a MetaTools/buildUCD.py script to download and parse data files from the Unicode Character Database and generate python modules containing lists of ranges and property values. [feaLib] Added __str__ method to all ast elements. [feaLib] Parser constructor now accepts a glyphNames iterable instead of glyphMap dict. The latter still works but with a pending deprecation warning. [bezierTools] Added arc length calculation functions originally from pens.perimeterPen module. [varLib] Started generating STAT table (8af4309). Right now it just reflects the axes, and even that with certain limitations: * AxisOrdering is set to the order axes are defined, * Name-table entries are not shared with fvar. [py23] Added backports for redirect_stdout and redirect_stderr context managers. [Graphite] Fixed some round-trip bugs
2017-11-26vlgothic-ttf: comment out dead HOMEPAGEwiz1-3/+2