README revision 73489
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 73489 2001-03-04 09:13:17Z 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
3573489Sphk	Before committing this, clean out the comment brought
3673489Sphk	over from the .fig file to avoid Dollar-FreeBSD-Dollar junk
3772575Sphk
3872575Sphkeps.patch
3972575Sphk	Add some comments about tweakables in the .eps file and set
4072575Sphk	the linecaps to round to improve visual appearance.
4172575Sphk
4272575SphkFreeBSD.pfa
4372575Sphk	This is the font used for the "FreeBSD" text on the CDrom 
4472575Sphk	products from BSDi / (Walnut Creek).  It was originally
4572575Sphk	found on the on the WC/BSDi CDROM "Font Garden" under the
4672575Sphk	name "NRBWelshGillianBold", but the designer of the font,
4772575Sphk
4872575Sphk		Neil Beshoori
4972575Sphk		NRB Systems
5072575Sphk		+ 44 1273 581366
5172575Sphk		besh@cix.compulink.co.uk
5272575Sphk
5372575Sphk	has donated a FreeBSD version of the font to us and allowed
5472575Sphk	us to include it in FreeBSD with no strings attached.
5572575Sphk	
5672575Sphkposter.sh
5772575Sphk	An example of how to use the stuff above.  Outputs a simple
5872575Sphk	FreeBSD poster suitable for A4 paper.
5972575Sphk
6072575Sphk	If you want it in A3 format instead insert the line
6172575Sphk		1.41 dup scale
6272575Sphk	above the "/mm" definition.  You can scale it to any
6372575Sphk	other size in similar ways.
6472575Sphk
6572575Sphk
6672575SphkIf you want a GIF with transparent background:
6772575Sphk
6872575Sphk    fig2dev -L gif -g '#f0f0f0' -t '#f0f0f0' beastie.fig beastie.gif
6972575Sphk
7072575SphkIf you want a PNG file:
7172575Sphk
7272575Sphk    fig2dev -L png beastie.fig beastie.png
7372575Sphk
7472575Sphkenjoy
7572575Sphk
7672575Sphk/Poul-Henning
77