Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/mathematica-fonts: ChangeLog mathematica-fonts-6.0-r1.ebuild
Date: Tue, 20 May 2008 00:04:29
Message-Id: E1JyFL8-0002kZ-UB@stork.gentoo.org
1 dirtyepic 08/05/20 00:04:26
2
3 Modified: ChangeLog
4 Added: mathematica-fonts-6.0-r1.ebuild
5 Log:
6 Install the Linux-specific fonts rather than the general Windows ones.
7 Fixes rendering issues reported on bug #203739.
8 (Portage version: 2.2_pre6)
9
10 Revision Changes Path
11 1.13 media-fonts/mathematica-fonts/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 23 Jan 2008 18:25:48 -0000 1.12
24 +++ ChangeLog 20 May 2008 00:04:26 -0000 1.13
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-fonts/mathematica-fonts
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.12 2008/01/23 18:25:48 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.13 2008/05/20 00:04:26 dirtyepic Exp $
30 +
31 +*mathematica-fonts-6.0-r1 (20 May 2008)
32 +
33 + 20 May 2008; Ryan Hill <dirtyepic@g.o>
34 + +mathematica-fonts-6.0-r1.ebuild:
35 + Install the Linux-specific fonts rather than the general Windows ones.
36 + Fixes rendering issues reported on bug #203739.
37
38 23 Jan 2008; Raúl Porcel <armin76@g.o>
39 mathematica-fonts-6.0.ebuild:
40
41
42
43 1.1 media-fonts/mathematica-fonts/mathematica-fonts-6.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-6.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-6.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mathematica-fonts-6.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-6.0-r1.ebuild,v 1.1 2008/05/20 00:04:26 dirtyepic Exp $
53
54 inherit font
55
56 DESCRIPTION="Mathematica's Fonts for MathML"
57
58 HOMEPAGE="http://support.wolfram.com/mathematica/systems/linux/general/latestfonts.html"
59 SRC_URI="http://support.wolfram.com/mathematica/systems/linux/general/files/Math_6_Linux.tar.gz"
60
61 LICENSE="WRI-EULA"
62
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE=""
66 DEPEND="app-arch/unzip"
67
68 # WRI reserves the right to control all distribution of the Mathematica fonts
69 # and does not, at this time, allow them to be widely distributed via any
70 # servers, archives, or non-WRI software products of any kind without express
71 # written consent of WRI. There are no restrictions on embedding the fonts in
72 # documents transmitted to service bureaus, publishers, or other users of WRI
73 # products. There are no restrictions on widely distributing metrics files
74 # generated from the Mathematica fonts.
75 #
76 # == RESTRICT="mirror"
77
78 RESTRICT="mirror strip binchecks"
79 S=${WORKDIR}/
80
81 src_install() {
82 FONT_S="${S}"/Fonts/TTF FONT_SUFFIX="ttf" font_src_install
83 FONT_S="${S}"/Fonts/Type1 FONT_SUFFIX="pfa" font_src_install
84 }
85
86 pkg_postinst() {
87 echo
88 elog "To make Mozilla happy, you should change font.mathfont-family:"
89 elog "1. Enter the URL about:config"
90 elog "2. First, check to see if the pref exists"
91 elog " If not, right-click and select New > String"
92 elog " The name of the preference is font.mathfont-family"
93 elog "3. You should set the value to (right-click to modify):"
94 elog " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L"
95 echo
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list