Version: 4.202, Package name: fira-fonts-4.202 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Typeface created by Mozilla for the Firefox OS. The Fira font family includes sans serif and mono spaced variants. |
Filesize: 92364.513 KB |
Version History (View Complete History) |
|
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@ |
2019-12-18 01:26:31 by Anthony J. Bentley | Files touched by this commit (3) |
Log message: Rework fira port. - use Mozilla upstream - replace 404'd HOMEPAGE - drop .eot files; eot is a dead format useful only for IE6. From George Rosamond; thanks! |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2017-08-09 14:09:19 by Rafael Sadowski | Files touched by this commit (3) |
Log message: Update fira-fonts to 20170227 (last github commit) - update HOMEPAGE - remove LICENSE (not available anymore) - GH_* wish/tweak from juanfra@ ok juanfra@ |
2015-05-09 16:24:06 by Juan Francisco Cantero Hurtado | Files touched by this commit (4) |
Log message: Drop MAINTAINER. |
2015-03-31 03:45:12 by Antoine Jacoutot | Files touched by this commit (104) |
Log message: Move fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match XDG_DATA_DIR (where Desktop tools will look for by default). discussed with sthen@ and matthieu@ ok sthen@ |