summaryrefslogtreecommitdiff
path: root/fonts/ruby-ttfunk
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26fonts: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07fonts: Remove SHA1 hashes for distfilesnia1-2/+1
2021-01-11fonts/ruby-ttfunk: update to 1.7.0taca2-7/+7
## 1.7.0 ### Changes * Allow gem installation on Ruby 3.0 Pavel Lobashov * Allow TTC files to be read from IO object Tom de Grunt
2020-03-08fonts/ruby-ttfunk: update to 1.6.2.1taca2-7/+7
Update to ruby-ttfunk to 1.6.2.1. ## [1.6.2.1] ### Fixed * 1.6.2 gem conains local debuging code. This is the same commit but without local changes. Alexander Mankuta ## [1.6.2] ### Fixed * Reverted to pre 1.6 maxp table serialization. Cameron Dutro
2020-01-16fonts/ruby-ttfunk: update to 1.6.1taca3-10/+52
Update ruby-ttfunk to 1.6.1. pkgsrc change: add "USE_LANGUAGES= # none". ## [1.6.1] ### Fixed * Fixed maxp table encoding Cameron Dutro ## [1.6.0] ### Added * OpenType fonts support * Added support for CFF-flavored fonts (also known as CID-keyed or OpenType fonts) * Added support for the VORG and DSIG tables * Improved charset encoding support * Improved font metrics calculations in the head, maxp, hhea, hmtx, and os/2 tables * Subsetted fonts verified with Font-Validator, fontlint, and Mac OS's Font Book Cameron Dutro * Ruby 2.6 support Alexander Mankuta * JRuby 9.2 support Alexander Mankuta ### Removed * Dropped Ruby 2.1 & 2.2 support Alexander Mankuta * Removed JRuby 9.1 support Alexander Mankuta ### Fixed * Sort name table entries when generating subset font Matjaz Gregoric * Map the 0xFFFF char code to glyph 0 in cmap format 4 Matjaz Gregoric * Order tables by tag when generating font subset Matjaz Gregoric * Fix typo in TTFunk::Subset::Unicode#includes? Matjaz Gregoric * Fixe calculation of search_range for font subsets Matjaz Gregoric * Fixed instance variable @offset and @length not initialized Katsuya HIDAKA * Code style fixes Katsuya HIDAKA, Matjaz Gregoric, Alexander Mankuta
2017-06-05Update ruby-ttfunkto 1.5.1.taca2-7/+7
## [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-03-20Update ruby-ttfunk to 1.5.0.taca3-12/+11
## [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
2015-11-03Add SHA512 digests for distfiles for fonts categoryagc1-1/+2
Problems found locating distfiles: Package acroread7-chsfont: missing distfile acrobat7-fonts/chsfont.tar.gz Package acroread7-font-share: missing distfile acrobat7-fonts/korfont.tar.gz Package acroread7-korfont: missing distfile acrobat7-fonts/korfont.tar.gz Package acroread9-chtfont: missing distfile acrobat9-fonts/FontPack910_cht_i486-linux.tar.bz2 Package acroread9-jpnfont: missing distfile acrobat9-fonts/FontPack910_jpn_i486-linux.tar.bz2 Package cyberbase-ttf: missing distfile cyberbit-ttf/Cyberbase.ZIP Package cyberbit-ttf: missing distfile cyberbit-ttf/Cyberbit.ZIP Package pixel-sagas-startrek: missing distfile PS_Font_Fontana.zip Package pixel-sagas-startrek: missing distfile PS_Font_Montalban.zip Package pixel-sagas-startrek: missing distfile PS_Font_Probert.zip Package pixel-sagas-startrek: missing distfile PS_Font_Sternbach.zip Package pixel-sagas-startrek: missing distfile PS_Font_Trek_Arrowcaps.zip Package umefont-ttf: missing distfile umefont_560.tar.xz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-07Allow this package build on Ruby 2.2.taca1-3/+1
2015-02-03Update ruby-ttfunk to 1.4.0.taca3-8/+8
Changes are not available, various improvements.
2014-04-17Doesn't support Ruby before 1.9.3.joerg1-1/+3
2014-03-14Update ruby-ttfunk to 1.1.1.taca3-8/+10
CHanges are not available.
2011-12-15Update ruby-ttfunk package to 1.0.3.taca3-8/+12
Some license clarification only.
2011-08-12Update fonts/ruby-ttfunk package to 1.0.2.taca2-6/+6
v1.0.2 (8 August 2011) * Fix Ruby 1.9.2 segmentation fault on Enumerable#zip(range) [Lucas Florio]
2011-06-19Importing ruby-ttfunk package version 1.0.1.taca4-0/+63
TTFunk is a TrueType font parser written in pure ruby.