README revision 72575
172575Sphk# ----------------------------------------------------------------------------
272575Sphk# "THE BEER-WARE LICENSE" (Revision 42):
372575Sphk# <phk@FreeBSD.ORG> wrote this file.  As long as you retain this notice you
472575Sphk# can do whatever you want with this stuff. If we meet some day, and you think
572575Sphk# this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
672575Sphk# ----------------------------------------------------------------------------
772575Sphk#
872575Sphk# $FreeBSD: head/share/examples/BSD_daemon/README 72575 2001-02-17 19:14:42Z phk $
972575Sphk#
1072575Sphk
1172575SphkThis directory contains various stuff relating to the FreeBSD daemon
1272575Sphklogo "beastie" and graphic profile.
1372575Sphk
1472575SphkKirk Mckusick <mckusick@FreeBSD.org> holds the copyright to the
1572575SphkBSD Daemon and you may need to get his explicit permission before
1672575Sphkyou use it.  Please see his web-page on the subject:
1772575Sphk	http://www.mckusick.com/beastie/mainpage/copyright.html
1872575Sphk
1972575Sphkbeastie.fig
2072575Sphk	An Xfig(1) drawing of the 4.3 daemon.
2172575Sphk
2272575Sphk	This rendering of "beastie" was produced by Poul-Henning
2372575Sphk	Kamp <phk@FreeBSD.org> and is released under the "beerware"
2472575Sphk	license.  In addition to beer Poul-Henning collects FreeBSD
2572575Sphk	merchandise ("nudge nudge, wink wink, he said knowingly.")
2672575Sphk
2772575Sphk	In difference from the rasterized renderings of beastie,
2872575Sphk	this vector-based beastie can be rendered in any size and
2972575Sphk	still look great.
3072575Sphk
3172575Sphkbeastie.eps
3272575Sphk	Created from the beastie.fig with
3372575Sphk		fig2dev -L eps beastie.fig beastie.eps
3472575Sphk		patch < eps.patch
3572575Sphk
3672575Sphkeps.patch
3772575Sphk	Add some comments about tweakables in the .eps file and set
3872575Sphk	the linecaps to round to improve visual appearance.
3972575Sphk
4072575SphkFreeBSD.pfa
4172575Sphk	This is the font used for the "FreeBSD" text on the CDrom 
4272575Sphk	products from BSDi / (Walnut Creek).  It was originally
4372575Sphk	found on the on the WC/BSDi CDROM "Font Garden" under the
4472575Sphk	name "NRBWelshGillianBold", but the designer of the font,
4572575Sphk
4672575Sphk		Neil Beshoori
4772575Sphk		NRB Systems
4872575Sphk		+ 44 1273 581366
4972575Sphk		besh@cix.compulink.co.uk
5072575Sphk
5172575Sphk	has donated a FreeBSD version of the font to us and allowed
5272575Sphk	us to include it in FreeBSD with no strings attached.
5372575Sphk	
5472575Sphkposter.sh
5572575Sphk	An example of how to use the stuff above.  Outputs a simple
5672575Sphk	FreeBSD poster suitable for A4 paper.
5772575Sphk
5872575Sphk	If you want it in A3 format instead insert the line
5972575Sphk		1.41 dup scale
6072575Sphk	above the "/mm" definition.  You can scale it to any
6172575Sphk	other size in similar ways.
6272575Sphk
6372575Sphk
6472575SphkIf you want a GIF with transparent background:
6572575Sphk
6672575Sphk    fig2dev -L gif -g '#f0f0f0' -t '#f0f0f0' beastie.fig beastie.gif
6772575Sphk
6872575SphkIf you want a PNG file:
6972575Sphk
7072575Sphk    fig2dev -L png beastie.fig beastie.png
7172575Sphk
7272575Sphkenjoy
7372575Sphk
7472575Sphk/Poul-Henning
75