pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/py-fonttools



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 24 09:38:48 UTC 2018

Modified Files:
        pkgsrc/fonts/py-fonttools: Makefile PLIST distinfo

Log Message:
py-fonttools: updated to 3.30.0

3.30.0:
- Skip building noop class PairPos subtables when Coverage is NULL
- Expose the previously reserved bit flag OVERLAP_SIMPLE of
  glyf table's contour points in the TTX dump. This is used in some
  implementations to specify a non-zero fill with overlapping contours.
- Added support for decompiling/compiling TS1C tables containing
  VTT sources for cvar variation table.
- Use fontTools.designspaceLib to read DesignSpaceDocument. The
  fontTools.varLib.designspace module is now deprecated and will be removed
  in future versions. The presence of an explicit axes element is now
  required in order to build a variable font.
- Implemented building GSUB FeatureVariations table from the rules
  element of DesignSpace document
- Added --no-layout-closure option to not expand the subset with
  the glyphs produced by OpenType layout features. Instead, OpenType features
  will be subset to only rules that are relevant to the otherwise-specified
  glyph setpy-fonttools: updated to 3.30.0


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/fonts/py-fonttools/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/fonts/py-fonttools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/py-fonttools/Makefile
diff -u pkgsrc/fonts/py-fonttools/Makefile:1.45 pkgsrc/fonts/py-fonttools/Makefile:1.46
--- pkgsrc/fonts/py-fonttools/Makefile:1.45     Sun Aug  5 10:10:43 2018
+++ pkgsrc/fonts/py-fonttools/Makefile  Mon Sep 24 09:38:47 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2018/08/05 10:10:43 adam Exp $
+# $NetBSD: Makefile,v 1.46 2018/09/24 09:38:47 adam Exp $
 
-DISTNAME=      fonttools-3.29.0
+DISTNAME=      fonttools-3.30.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}

Index: pkgsrc/fonts/py-fonttools/PLIST
diff -u pkgsrc/fonts/py-fonttools/PLIST:1.18 pkgsrc/fonts/py-fonttools/PLIST:1.19
--- pkgsrc/fonts/py-fonttools/PLIST:1.18        Thu Jul  5 13:13:24 2018
+++ pkgsrc/fonts/py-fonttools/PLIST     Mon Sep 24 09:38:47 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2018/07/05 13:13:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2018/09/24 09:38:47 adam Exp $
 bin/fonttools${PYVERSSUFFIX}
 bin/pyftinspect${PYVERSSUFFIX}
 bin/pyftmerge${PYVERSSUFFIX}
@@ -348,6 +348,9 @@ ${PYSITELIB}/fontTools/ttLib/tables/S__i
 ${PYSITELIB}/fontTools/ttLib/tables/T_S_I_B_.py
 ${PYSITELIB}/fontTools/ttLib/tables/T_S_I_B_.pyc
 ${PYSITELIB}/fontTools/ttLib/tables/T_S_I_B_.pyo
+${PYSITELIB}/fontTools/ttLib/tables/T_S_I_C_.py
+${PYSITELIB}/fontTools/ttLib/tables/T_S_I_C_.pyc
+${PYSITELIB}/fontTools/ttLib/tables/T_S_I_C_.pyo
 ${PYSITELIB}/fontTools/ttLib/tables/T_S_I_D_.py
 ${PYSITELIB}/fontTools/ttLib/tables/T_S_I_D_.pyc
 ${PYSITELIB}/fontTools/ttLib/tables/T_S_I_D_.pyo

Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.26 pkgsrc/fonts/py-fonttools/distinfo:1.27
--- pkgsrc/fonts/py-fonttools/distinfo:1.26     Sun Aug  5 10:10:43 2018
+++ pkgsrc/fonts/py-fonttools/distinfo  Mon Sep 24 09:38:47 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2018/08/05 10:10:43 adam Exp $
+$NetBSD: distinfo,v 1.27 2018/09/24 09:38:47 adam Exp $
 
-SHA1 (fonttools-3.29.0.zip) = db5b9ad5f81e74fff845a95b072236566cc44402
-RMD160 (fonttools-3.29.0.zip) = 3386727c403a1972379835b77086c810796104d7
-SHA512 (fonttools-3.29.0.zip) = ca3b6a045588e060cfd8bd043184dd8ae823a50a53ae4995941b155dfbfb7d53ac2e5929b712bedec32fb5405c13ba3398cce02b5062536bc37c4956a02b5378
-Size (fonttools-3.29.0.zip) = 2591294 bytes
+SHA1 (fonttools-3.30.0.zip) = 425affdd378aaecfb3bd7dd41a0997feec8c7b25
+RMD160 (fonttools-3.30.0.zip) = 2da7f1943ab300856fdb92e2a6188ffb187aa8b1
+SHA512 (fonttools-3.30.0.zip) = 81d6b81f37f2901825ccd279cb938714497cf8dd480981c055048e250d9731c20006775e06d2990d154c3e69abc2cad01c751777c6f00277acf41300e33de0e5
+Size (fonttools-3.30.0.zip) = 2596245 bytes



Home | Main Index | Thread Index | Old Index