]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/examples/BSD_daemon/README
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / examples / BSD_daemon / README
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
11 This directory contains various stuff relating to the FreeBSD daemon
12 logo "beastie" and graphic profile.
13
14 Kirk Mckusick <mckusick@FreeBSD.org> holds the copyright to the
15 BSD Daemon and you may need to get his explicit permission before
16 you use it.  Please see his web-page on the subject:
17         http://www.mckusick.com/beastie/mainpage/copyright.html
18
19 beastie.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
31 beastie.eps
32         Created from the beastie.fig with
33                 fig2dev -L eps beastie.fig beastie.eps
34                 patch < eps.patch
35         Before committing this, clean out the comment brought
36         over from the .fig file to avoid Dollar-FreeBSD-Dollar junk
37
38 eps.patch
39         Add some comments about tweakables in the .eps file and set
40         the linecaps to round to improve visual appearance.
41
42 FreeBSD.pfa
43         This is the font used for the "FreeBSD" text on the CDrom 
44         products from BSDi / (Walnut Creek).  It was originally
45         found on the on the WC/BSDi CDROM "Font Garden" under the
46         name "NRBWelshGillianBold", but the designer of the font,
47
48                 Neil Beshoori
49                 NRB Systems
50                 + 44 1273 581366
51                 besh@cix.compulink.co.uk
52
53         has donated a FreeBSD version of the font to us and allowed
54         us to include it in FreeBSD with no strings attached.
55         
56 poster.sh
57         An example of how to use the stuff above.  Outputs a simple
58         FreeBSD poster suitable for A4 paper.
59
60         If you want it in A3 format instead insert the line
61                 1.41 dup scale
62         above the "/mm" definition.  You can scale it to any
63         other size in similar ways.
64
65
66 If you want a GIF with transparent background:
67
68     fig2dev -L gif -g '#f0f0f0' -t '#f0f0f0' beastie.fig beastie.gif
69
70 If you want a PNG file:
71
72     fig2dev -L png beastie.fig beastie.png
73
74 enjoy
75
76 /Poul-Henning