Skip to content

Commit 440b6e3

Browse files
committed
macos support
1 parent 93622d6 commit 440b6e3

23 files changed

+99
-0
lines changed

foundation-pak/build-foundation-pak-for-ghc-9.2.7.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ case "${unameOut}" in
1414
Darwin*)
1515
machine=Mac
1616

17+
cp macos-data/fonts/* ~/Library/Fonts
18+
1719
brew install basictex
1820
export PATH="/usr/local/texlive/2023basic/bin/universal-darwin:$PATH"
1921
sudo tlmgr update --self
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
2+
Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
3+
4+
Bitstream Vera Fonts Copyright
5+
------------------------------
6+
7+
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
8+
a trademark of Bitstream, Inc.
9+
10+
Permission is hereby granted, free of charge, to any person obtaining a copy
11+
of the fonts accompanying this license ("Fonts") and associated
12+
documentation files (the "Font Software"), to reproduce and distribute the
13+
Font Software, including without limitation the rights to use, copy, merge,
14+
publish, distribute, and/or sell copies of the Font Software, and to permit
15+
persons to whom the Font Software is furnished to do so, subject to the
16+
following conditions:
17+
18+
The above copyright and trademark notices and this permission notice shall
19+
be included in all copies of one or more of the Font Software typefaces.
20+
21+
The Font Software may be modified, altered, or added to, and in particular
22+
the designs of glyphs or characters in the Fonts may be modified and
23+
additional glyphs or characters may be added to the Fonts, only if the fonts
24+
are renamed to names not containing either the words "Bitstream" or the word
25+
"Vera".
26+
27+
This License becomes null and void to the extent applicable to Fonts or Font
28+
Software that has been modified and is distributed under the "Bitstream
29+
Vera" names.
30+
31+
The Font Software may be sold as part of a larger software package but no
32+
copy of one or more of the Font Software typefaces may be sold by itself.
33+
34+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
35+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
36+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
37+
TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
38+
FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
39+
ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
40+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
41+
THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
42+
FONT SOFTWARE.
43+
44+
Except as contained in this notice, the names of Gnome, the Gnome
45+
Foundation, and Bitstream Inc., shall not be used in advertising or
46+
otherwise to promote the sale, use or other dealings in this Font Software
47+
without prior written authorization from the Gnome Foundation or Bitstream
48+
Inc., respectively. For further information, contact: fonts at gnome dot
49+
org.
50+
51+
Arev Fonts Copyright
52+
------------------------------
53+
54+
Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
55+
56+
Permission is hereby granted, free of charge, to any person obtaining
57+
a copy of the fonts accompanying this license ("Fonts") and
58+
associated documentation files (the "Font Software"), to reproduce
59+
and distribute the modifications to the Bitstream Vera Font Software,
60+
including without limitation the rights to use, copy, merge, publish,
61+
distribute, and/or sell copies of the Font Software, and to permit
62+
persons to whom the Font Software is furnished to do so, subject to
63+
the following conditions:
64+
65+
The above copyright and trademark notices and this permission notice
66+
shall be included in all copies of one or more of the Font Software
67+
typefaces.
68+
69+
The Font Software may be modified, altered, or added to, and in
70+
particular the designs of glyphs or characters in the Fonts may be
71+
modified and additional glyphs or characters may be added to the
72+
Fonts, only if the fonts are renamed to names not containing either
73+
the words "Tavmjong Bah" or the word "Arev".
74+
75+
This License becomes null and void to the extent applicable to Fonts
76+
or Font Software that has been modified and is distributed under the
77+
"Tavmjong Bah Arev" names.
78+
79+
The Font Software may be sold as part of a larger software package but
80+
no copy of one or more of the Font Software typefaces may be sold by
81+
itself.
82+
83+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
84+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
85+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
86+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
87+
TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
88+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
89+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
90+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
91+
OTHER DEALINGS IN THE FONT SOFTWARE.
92+
93+
Except as contained in this notice, the name of Tavmjong Bah shall not
94+
be used in advertising or otherwise to promote the sale, use or other
95+
dealings in this Font Software without prior written authorization
96+
from Tavmjong Bah. For further information, contact: tavmjong @ free
97+
. fr.
689 KB
Binary file not shown.
628 KB
Binary file not shown.
347 KB
Binary file not shown.
621 KB
Binary file not shown.
739 KB
Binary file not shown.
649 KB
Binary file not shown.
Binary file not shown.
585 KB
Binary file not shown.

0 commit comments

Comments
 (0)