OpenDyslexic is an open source font created to increase readability
for readers with dyslexia. Currently includes otf and woff files. ok bcallah sthen
This commit is contained in:
parent
01e610745e
commit
0f51b74d15
29
fonts/opendyslexic/Makefile
Normal file
29
fonts/opendyslexic/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2019/09/28 23:01:59 pamela Exp $
|
||||
|
||||
COMMENT = font to increase readability for readers with dyslexia
|
||||
|
||||
GH_ACCOUNT = antijingoist
|
||||
GH_PROJECT = opendyslexic
|
||||
GH_TAGNAME = v0.9.10
|
||||
|
||||
CATEGORIES = fonts
|
||||
|
||||
HOMEPAGE = https://opendyslexic.org
|
||||
|
||||
MAINTAINER = Pamela Mosiejczuk <pamela@openbsd.org>
|
||||
|
||||
# SIL OFL 1.1
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
FONTDIR = ${PREFIX}/share/fonts/opendyslexic
|
||||
DOCDIR = ${PREFIX}/share/doc/opendyslexic
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTDIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/compiled/{*.otf,*.woff} ${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/{OFL.txt,OFL-FAQ.txt,README.md} ${DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
fonts/opendyslexic/distinfo
Normal file
2
fonts/opendyslexic/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (opendyslexic-0.9.10.tar.gz) = SoR/Q5HVKX76yvkADMknfz10LfOhUI/0ELZpH5fCufM=
|
||||
SIZE (opendyslexic-0.9.10.tar.gz) = 3404179
|
4
fonts/opendyslexic/pkg/DESCR
Normal file
4
fonts/opendyslexic/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
15
fonts/opendyslexic/pkg/PLIST
Normal file
15
fonts/opendyslexic/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/09/28 23:01:59 pamela Exp $
|
||||
share/doc/opendyslexic/
|
||||
share/doc/opendyslexic/OFL-FAQ.txt
|
||||
share/doc/opendyslexic/OFL.txt
|
||||
share/doc/opendyslexic/README.md
|
||||
share/fonts/
|
||||
@fontdir share/fonts/opendyslexic/
|
||||
share/fonts/opendyslexic/OpenDyslexic-Bold-Italic.otf
|
||||
share/fonts/opendyslexic/OpenDyslexic-Bold-Italic.woff
|
||||
share/fonts/opendyslexic/OpenDyslexic-Bold.otf
|
||||
share/fonts/opendyslexic/OpenDyslexic-Bold.woff
|
||||
share/fonts/opendyslexic/OpenDyslexic-Italic.otf
|
||||
share/fonts/opendyslexic/OpenDyslexic-Italic.woff
|
||||
share/fonts/opendyslexic/OpenDyslexic-Regular.otf
|
||||
share/fonts/opendyslexic/OpenDyslexic-Regular.woff
|
Loading…
Reference in New Issue
Block a user