From owner-freebsd-x11@FreeBSD.ORG Sun Jun 6 10:17:10 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A46B16A4CE; Sun, 6 Jun 2004 10:17:10 -0700 (PDT) Received: from smtp13.eresmas.com (smtp13.eresmas.com [62.81.235.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 503D343D1F; Sun, 6 Jun 2004 10:17:09 -0700 (PDT) (envelope-from freebsd@wanadoo.es) Received: from [192.168.108.58] (helo=mx08.eresmas.com) by smtp13.eresmas.com with esmtp (Exim 4.10) id 1BX1GZ-0002FO-00; Sun, 06 Jun 2004 19:17:03 +0200 Received: from [62.37.21.246] (helo=orion.animas.redesjm.local) by mx08.eresmas.com with esmtp (Exim 4.30) id 1BX1GZ-0000fL-Ma; Sun, 06 Jun 2004 19:17:04 +0200 Received: from orion.animas.redesjm.local (localhost.animas.redesjm.local [127.0.0.1])i56HHFUd023541; Sun, 6 Jun 2004 19:17:15 +0200 (CEST) (envelope-from freebsd@orion.animas.redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) i56HHDjP023392; Sun, 6 Jun 2004 19:17:13 +0200 (CEST) (envelope-from freebsd) From: Jose M Rodriguez To: freebsd-ports@freebsd.org Date: Sun, 6 Jun 2004 19:17:10 +0200 User-Agent: KMail/1.6.2 References: <200406061228.33519.freebsd@wanadoo.es> <200406061335.25901.freebsd@wanadoo.es> <200406061403.39539.michaelnottebrock@gmx.net> In-Reply-To: <200406061403.39539.michaelnottebrock@gmx.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200406061917.12032.freebsd@wanadoo.es> X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.25.0.61; VDF 6.25.0.83 (host: orion.animas.redesjm.local) X-Spam-Score: 0.0 (/) cc: gnome@freebsd.org cc: freebsd-x11@freebsd.org Subject: Re: URW Type1 Fonts X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 17:17:10 -0000 El Domingo, 6 de Junio de 2004 14:03, Michael Nottebrock escribi=F3: > On Sunday 06 June 2004 13:35, Jose M Rodriguez wrote: > > All seems the same fonts, but there are diferences in the fonts.* > > files and even on the fonts. > > I see. That would pretty much pacify POLA as far as I'm concerned. > > > My main reason for the move are: > > - gs and X aren't using the same 35 type1 fonts. > > Hmmmmmmmmmm, that could actually explain some strange printing bugs > people are seeing with things like KOffice. You can read the docs that come with gs/gsfonts in /usr/local/share/ghostscript/fonts /usr/local/share/docs/gsfonts These fonts are REALLY MODIFIED and derived from URW set (in XFree86). I take my chance on gsfonts thinking that the added Cyrillic glyphs must=20 be of interest for russian users. But I can go backwards and teach gs where are de XFree86 type1 fonts=20 installed. (Patch at home and tested against gnu and afpl gs). This must require tweak the font install of gs/gsonts (Not install the=20 type1 fonts in XFree86) and RUN_DEPENDS on=20 x11-fonts/XFree86-4-fontScalable. With a tweak of the fonts.* files on x11-fonts/XFree86-4-fontScalable=20 (Seems that java really needs Adobe foundries) and closing the=20 fontconfig PR, we can reach the final goal with=20 x11-fonts/XFree86-4-fontScalable. I can work this other way upon request in 1~2 days depend on free-time. =2D- josemi