13903274fSPoul-Henning Kamp# ---------------------------------------------------------------------------- 23903274fSPoul-Henning Kamp# "THE BEER-WARE LICENSE" (Revision 42): 33903274fSPoul-Henning Kamp# <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you 43903274fSPoul-Henning Kamp# can do whatever you want with this stuff. If we meet some day, and you think 53903274fSPoul-Henning Kamp# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 63903274fSPoul-Henning Kamp# ---------------------------------------------------------------------------- 73903274fSPoul-Henning Kamp# 83903274fSPoul-Henning Kamp# $FreeBSD$ 93903274fSPoul-Henning Kamp# 103903274fSPoul-Henning Kamp 113903274fSPoul-Henning KampThis directory contains various stuff relating to the FreeBSD daemon 123903274fSPoul-Henning Kamplogo "beastie" and graphic profile. 133903274fSPoul-Henning Kamp 143903274fSPoul-Henning KampKirk Mckusick <mckusick@FreeBSD.org> holds the copyright to the 153903274fSPoul-Henning KampBSD Daemon and you may need to get his explicit permission before 163903274fSPoul-Henning Kampyou use it. Please see his web-page on the subject: 173903274fSPoul-Henning Kamp http://www.mckusick.com/beastie/mainpage/copyright.html 183903274fSPoul-Henning Kamp 193903274fSPoul-Henning Kampbeastie.fig 203903274fSPoul-Henning Kamp An Xfig(1) drawing of the 4.3 daemon. 213903274fSPoul-Henning Kamp 223903274fSPoul-Henning Kamp This rendering of "beastie" was produced by Poul-Henning 233903274fSPoul-Henning Kamp Kamp <phk@FreeBSD.org> and is released under the "beerware" 243903274fSPoul-Henning Kamp license. In addition to beer Poul-Henning collects FreeBSD 253903274fSPoul-Henning Kamp merchandise ("nudge nudge, wink wink, he said knowingly.") 263903274fSPoul-Henning Kamp 273903274fSPoul-Henning Kamp In difference from the rasterized renderings of beastie, 283903274fSPoul-Henning Kamp this vector-based beastie can be rendered in any size and 293903274fSPoul-Henning Kamp still look great. 303903274fSPoul-Henning Kamp 313903274fSPoul-Henning Kampbeastie.eps 323903274fSPoul-Henning Kamp Created from the beastie.fig with 333903274fSPoul-Henning Kamp fig2dev -L eps beastie.fig beastie.eps 343903274fSPoul-Henning Kamp patch < eps.patch 35c6827cd5SPoul-Henning Kamp Before committing this, clean out the comment brought 36c6827cd5SPoul-Henning Kamp over from the .fig file to avoid Dollar-FreeBSD-Dollar junk 373903274fSPoul-Henning Kamp 38*c1efdf6cSEitan Adlerbeastie2.eps 39*c1efdf6cSEitan Adler Written by Rahul Siddharthan beaste2.eps is a 40*c1efdf6cSEitan Adler smaller, simpler version of the beastie eps graphic. 41*c1efdf6cSEitan Adler 423903274fSPoul-Henning Kampeps.patch 433903274fSPoul-Henning Kamp Add some comments about tweakables in the .eps file and set 443903274fSPoul-Henning Kamp the linecaps to round to improve visual appearance. 453903274fSPoul-Henning Kamp 463903274fSPoul-Henning KampFreeBSD.pfa 473903274fSPoul-Henning Kamp This is the font used for the "FreeBSD" text on the CDrom 483903274fSPoul-Henning Kamp products from BSDi / (Walnut Creek). It was originally 493903274fSPoul-Henning Kamp found on the on the WC/BSDi CDROM "Font Garden" under the 503903274fSPoul-Henning Kamp name "NRBWelshGillianBold", but the designer of the font, 513903274fSPoul-Henning Kamp 523903274fSPoul-Henning Kamp Neil Beshoori 533903274fSPoul-Henning Kamp NRB Systems 543903274fSPoul-Henning Kamp + 44 1273 581366 553903274fSPoul-Henning Kamp besh@cix.compulink.co.uk 563903274fSPoul-Henning Kamp 573903274fSPoul-Henning Kamp has donated a FreeBSD version of the font to us and allowed 583903274fSPoul-Henning Kamp us to include it in FreeBSD with no strings attached. 593903274fSPoul-Henning Kamp 603903274fSPoul-Henning Kampposter.sh 613903274fSPoul-Henning Kamp An example of how to use the stuff above. Outputs a simple 623903274fSPoul-Henning Kamp FreeBSD poster suitable for A4 paper. 633903274fSPoul-Henning Kamp 643903274fSPoul-Henning Kamp If you want it in A3 format instead insert the line 653903274fSPoul-Henning Kamp 1.41 dup scale 663903274fSPoul-Henning Kamp above the "/mm" definition. You can scale it to any 673903274fSPoul-Henning Kamp other size in similar ways. 683903274fSPoul-Henning Kamp 693903274fSPoul-Henning Kamp 703903274fSPoul-Henning KampIf you want a GIF with transparent background: 713903274fSPoul-Henning Kamp 723903274fSPoul-Henning Kamp fig2dev -L gif -g '#f0f0f0' -t '#f0f0f0' beastie.fig beastie.gif 733903274fSPoul-Henning Kamp 743903274fSPoul-Henning KampIf you want a PNG file: 753903274fSPoul-Henning Kamp 763903274fSPoul-Henning Kamp fig2dev -L png beastie.fig beastie.png 773903274fSPoul-Henning Kamp 783903274fSPoul-Henning Kampenjoy 793903274fSPoul-Henning Kamp 803903274fSPoul-Henning Kamp/Poul-Henning 81