1# ---------------------------------------------------------------------------- 2# "THE BEER-WARE LICENSE" (Revision 42): 3# <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you 4# can do whatever you want with this stuff. If we meet some day, and you think 5# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 6# ---------------------------------------------------------------------------- 7# 8# $FreeBSD$ 9# 10 11This directory contains various stuff relating to the FreeBSD daemon 12logo "beastie" and graphic profile. 13 14Kirk Mckusick <mckusick@FreeBSD.org> holds the copyright to the 15BSD Daemon and you may need to get his explicit permission before 16you use it. Please see his web-page on the subject: 17 http://www.mckusick.com/beastie/mainpage/copyright.html 18 19beastie.fig 20 An Xfig(1) drawing of the 4.3 daemon. 21 22 This rendering of "beastie" was produced by Poul-Henning 23 Kamp <phk@FreeBSD.org> and is released under the "beerware" 24 license. In addition to beer Poul-Henning collects FreeBSD 25 merchandise ("nudge nudge, wink wink, he said knowingly.") 26 27 In difference from the rasterized renderings of beastie, 28 this vector-based beastie can be rendered in any size and 29 still look great. 30 31beastie.eps 32 Created from the beastie.fig with 33 fig2dev -L eps beastie.fig beastie.eps 34 patch < eps.patch 35 36eps.patch 37 Add some comments about tweakables in the .eps file and set 38 the linecaps to round to improve visual appearance. 39 40FreeBSD.pfa 41 This is the font used for the "FreeBSD" text on the CDrom 42 products from BSDi / (Walnut Creek). It was originally 43 found on the on the WC/BSDi CDROM "Font Garden" under the 44 name "NRBWelshGillianBold", but the designer of the font, 45 46 Neil Beshoori 47 NRB Systems 48 + 44 1273 581366 49 besh@cix.compulink.co.uk 50 51 has donated a FreeBSD version of the font to us and allowed 52 us to include it in FreeBSD with no strings attached. 53 54poster.sh 55 An example of how to use the stuff above. Outputs a simple 56 FreeBSD poster suitable for A4 paper. 57 58 If you want it in A3 format instead insert the line 59 1.41 dup scale 60 above the "/mm" definition. You can scale it to any 61 other size in similar ways. 62 63 64If you want a GIF with transparent background: 65 66 fig2dev -L gif -g '#f0f0f0' -t '#f0f0f0' beastie.fig beastie.gif 67 68If you want a PNG file: 69 70 fig2dev -L png beastie.fig beastie.png 71 72enjoy 73 74/Poul-Henning 75