mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
786 B
Plaintext
14 lines
786 B
Plaintext
ufolint is a source file linter for typeface development in Unified Font Object
|
|
(UFO) source code. It was designed for continuous integration testing of UFO
|
|
source contributions to typeface projects.
|
|
|
|
The application performs a UFO version specific static analysis of the source
|
|
text files against the UFO v2 and v3 specifications for issues.
|
|
|
|
These tests are performed through a combination of public methods in the
|
|
fontTools.ufoLib library and additional tests that are implemented in the
|
|
ufolint application. ufolint catches exceptions raised in the ufoLib public read
|
|
methods for all *.plist file types and all ufoLib validations performed on
|
|
*.glif files. These are returned to users with informative error messages that
|
|
indicate the filepath(s) of concern and exit status code 1.
|