Deleted Added
full compact
poster.sh (72575) poster.sh (81262)
1#!/bin/sh
2# ----------------------------------------------------------------------------
3# "THE BEER-WARE LICENSE" (Revision 42):
4# <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
5# can do whatever you want with this stuff. If we meet some day, and you think
6# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7# ----------------------------------------------------------------------------
8#
1#!/bin/sh
2# ----------------------------------------------------------------------------
3# "THE BEER-WARE LICENSE" (Revision 42):
4# <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
5# can do whatever you want with this stuff. If we meet some day, and you think
6# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7# ----------------------------------------------------------------------------
8#
9# $FreeBSD: head/share/examples/BSD_daemon/poster.sh 72575 2001-02-17 19:14:42Z phk $
9# $FreeBSD: head/share/examples/BSD_daemon/poster.sh 81262 2001-08-07 22:09:47Z phk $
10#
11
12echo '%!'
13echo '/beastie {'
14cat beastie.eps
15echo '} def'
16cat FreeBSD.pfa
17

--- 13 unchanged lines hidden (view full) ---

31% Put beastie in the center
32/sc 1.25 def
33center 125 moveto
34384 sc mul 2 div neg 0 rmoveto
35gsave currentpoint translate sc sc scale beastie grestore
36
37% A box for the bottom text
38gsave
10#
11
12echo '%!'
13echo '/beastie {'
14cat beastie.eps
15echo '} def'
16cat FreeBSD.pfa
17

--- 13 unchanged lines hidden (view full) ---

31% Put beastie in the center
32/sc 1.25 def
33center 125 moveto
34384 sc mul 2 div neg 0 rmoveto
35gsave currentpoint translate sc sc scale beastie grestore
36
37% A box for the bottom text
38gsave
3910 10 moveto
3910 30 moveto
40210 mm 20 sub 0 rlineto
410 70 rlineto
42210 mm 20 sub neg 0 rlineto
43closepath
44.7 .7 .9 setrgbcolor
45fill
46grestore
47
48% Bottom text
40210 mm 20 sub 0 rlineto
410 70 rlineto
42210 mm 20 sub neg 0 rlineto
43closepath
44.7 .7 .9 setrgbcolor
45fill
46grestore
47
48% Bottom text
49center 70 moveto
50/NRBWelshGillianBold findfont 50 scalefont setfont
49center 90 moveto
50/FreeBSD findfont 50 scalefont setfont
51
51
52center 30 moveto
52center 50 moveto
53(http://www.FreeBSD.org) cshow
54
55% Do not forget Kirks copyright string.
53(http://www.FreeBSD.org) cshow
54
55% Do not forget Kirks copyright string.
5610 10 moveto
5610 105 moveto
57/Times-Roman findfont 8 scalefont setfont
58(BSD Daemon ) show
59/Symbol findfont 8 scalefont setfont
60(\343 ) show
61/Times-Roman findfont 8 scalefont setfont
62(Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.) show
63
64showpage
65'
57/Times-Roman findfont 8 scalefont setfont
58(BSD Daemon ) show
59/Symbol findfont 8 scalefont setfont
60(\343 ) show
61/Times-Roman findfont 8 scalefont setfont
62(Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.) show
63
64showpage
65'