From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 4 Apr 2006 00:21:37 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: [9fans] fonts in plan9port MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Topicbox-Message-UUID: 2e5719d2-ead1-11e9-9d60-3106f5b1d025 On 12/30/05, Russ Cox wrote: > I would argue that distribution of the fonts with plan9port > counts as being with the Plan 9 Operating System, since > that's what plan9port is, just a port of the Plan 9 Operating System > software to Unix systems. > > If you pulled the fonts out and distributed them with some > other piece of software, that wouldn't be allowed. But I think > distribution with plan9port is fine. The above argument was admittedly shaky. With help from Rob, I have obtained explicit permission from Bigelow & Holmes to use and distribute the bitmap fonts with plan9port and to allow others to do the same. This should clear up any questions of distributability of plan9port. As part of the agreement, I renamed the font directories to avoid the use of the name "Lucida". If you have run cvs up recently, you will have already noticed this. There are three effects worth mentioning: - Old acme binaries, which refer to the lucidasans directory, will no longer run. To fix this, simply recompile acme. - The fonts may be named in your acme.dump files. If so, acme -l acme.dump will fail. To fix this, edit acme.dump and ,s/lucida/luc/g. - You may need to edit your profiles or shell scripts if you use the -f or -F options to acme in scripts or shell functions. Also as part of the agreement, the PostScript versions of the fonts are no longer part of the distribution. As a replacement, I have imported Luxi Sans and Deja Vu Sans, both of which were freely available. The typeset manual pages use Luxi Sans, but Deja Vu Sans has broader Unicode support. All these changes have been in the distribution for two weeks. http://swtch.com/usr/local/plan9/CHANGES has a few more details. See the March 19, 2006 entry. Enjoy. Russ