Automatic conversion of the NetBSD pkgsrc CVS module, use with care
7fe5d440da
3.32.0: - [ufoLib] Make UFOWriter a subclass of UFOReader, and use mixins for shared methods - [featureVars] Fixed normalization error when a condition's minimum/maximum attributes are missing in designspace <rule> - [setup.py] Added [plot] to extras, to optionally install matplotlib, needed to use the fonTools.varLib.plot module. - [varLib] Take total bounding box into account when resolving model. If multiple axes have the same range ratio, cut across both. - [subset] Don't error if STAT has no AxisValue tables. - [fontBuilder] Added a new submodule which contains a FontBuilder wrapper class around TTFont that makes it easier to create a working TTF or OTF font from scratch with code. NOTE: the API is still experimental and may change in future versions. 3.31.0: - [ufoLib] Merged the ufoLib <https://github.com/unified-font-objects/ufoLib>__ master branch into a new fontTools.ufoLib package Moved ufoLib.pointPen module to fontTools.pens.pointPen. Moved ufoLib.etree module to fontTools.misc.etree. Moved ufoLib.plistlib module to fontTools.misc.plistlib. To use the new fontTools.ufoLib module you need to install fonttools with the [ufo] extra, or you can manually install the required additional dependencies (cf. README.rst). - [morx] Support AAT action type to insert glyphs and clean up compilation of AAT action tables. - [subset] The --no-hinting on a CFF font now also drops the optional hinting keys in Private dict: ForceBold, LanguageGroup, and ExpansionFactor - [subset] Include nameIDs referenced by STAT table - [loggingTools] Added msg=None argument to CapturingLogHandler.assertRegex. - [varLib.mutator] Implemented FeatureVariations instantiation - [g_l_y_f] Added PointPen support to _TTGlyph objects |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.