Version: 0.9.10, Package name: opendyslexic-0.9.10 |
Maintained by: Pamela Mosiejczuk |
Master sites: |
Description OpenDyslexic is an open source font created to increase readability for readers with dyslexia. The typeface includes regular, bold, italic, and bold-italic styles. It is being updated continually and improved based on input from other dyslexic users. |
Filesize: 3324.394 KB |
Version History (View Complete History) |
|
2020-05-24 22:30:13 by Anthony J. Bentley | Files touched by this commit (15) |
Log message: Set PKG_ARCH = * in all font ports. The unmarked ports contained only .ttf, .otf, .pcf, and text files, all arch-independent. |
2020-05-24 21:40:09 by Anthony J. Bentley | Files touched by this commit (29) |
Log message: Don't install webfonts to /usr/local/share/fonts. Webfonts are only useful to serve over the web. On OpenBSD, where /var/www is on a different partition from /usr/local and not visible from chroot, there's no way for pkg_add to keep these files up to date once they've been copied to a webserver. Maybe we'll install webfonts to /var/www in the future. Whether we do or not, installing them to /usr/local as we do now won't help. ok sthen@ pamela@ rsadowski@ |