~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to troff/font/devutf/charlib/PC

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-07 12:25:14 UTC
  • mfrom: (6.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091107122514-tcw4u4ha2w2xbbnn
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Merging upstream version 4.
* Adding sh4 to explicit architecture list (Closes: #545772).
* Moving maintainer homepage field from control to copyright.
* Updating README.source.
* Updating homepage field in control.
* Removing manpage patch, went upstream.
* Removing kfreebsd.patch, went upstream.
* Generalizing manpage moving in rules.
* Moving base directory from /usr/lib/9base to /usr/lib/plan9 for
  consistency reasons.
* Prefixing manpages with plan9 instead of 9base for consistency
  reasons.
* Bumping versioned build-depends on debhelper.
* Making internal mkMAP and sendcover scripts executable.
* Adding patch to adjust shebang in newly included troff commands.
* Updating lintian-overrides.
* Making buildd-depends on quilt versioned.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%
 
2
% UMDS pencil - needs to be cleaned up.
 
3
%
 
4
 
 
5
/build_PC {
 
6
    pop
 
7
    gsave
 
8
        currentpoint translate
 
9
        1 scaling div ptsize 10 div mul dup scale
 
10
        newpath
 
11
        0 setlinecap
 
12
        1 setlinejoin
 
13
        2 setlinewidth
 
14
        0 1 moveto 12 0 rlineto stroke
 
15
        0 5 moveto 12 0 rlineto stroke
 
16
        0 9 moveto 12 0 rlineto stroke
 
17
        1 setlinewidth
 
18
        12 .5 moveto 21.27362 5 lineto 12 9.5 lineto stroke
 
19
        21.27362 5 moveto
 
20
        .4 9.27362 mul neg .4 4 mul rlineto
 
21
        0 .8 4 mul neg rlineto
 
22
        closepath fill
 
23
    grestore
 
24
} def
 
25