Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
a2ps
a2ps-4.13-ogonkify.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File a2ps-4.13-ogonkify.patch of Package a2ps
--- ogonkify/VERSION +++ ogonkify/VERSION Mon May 24 19:32:17 1999 @@ -1,2 +1,2 @@ This is the version of `ogonkify' distributed as of -Fri May 21 14:56:35 BST 1999 +Mon May 24 18:32:17 BST 1999 --- ogonkify/compose.ps +++ ogonkify/compose.ps Mon May 24 19:30:33 1999 @@ -3,7 +3,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -153,7 +153,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/doc/ogonkify.1 +++ ogonkify/doc/ogonkify.1 Mon May 24 19:18:21 1999 @@ -1,6 +1,6 @@ .TH OGONKIFY 1 "14 May 1999" "McKornik Jr." -.\" Time-stamp: <99/05/21 14:43:47 jec> +.\" Time-stamp: <99/05/24 18:18:21 jec> .SH NAME ogonkify \- international support for PostScript @@ -262,7 +262,8 @@ .IP % ogonkify \-N \-CT <alamakota.ps | lpr .LP -Typical usage with other programs is: +Typical usage with other programs, in the case of the Latin-2 +encoding, is: .IP .nf % ogonkify \-M \-AT <alamakota.ps | lpr @@ -270,6 +271,18 @@ % ogonkify \-SO \-AT <alamakota.ps | lpr % ogonkify \-AX \-ATH <alamakota.ps | lpr % ogonkify \-XF \-ATH <alamakota.ps | lpr +.fi +.LP +For the Latin-5 encoding, it would be similar: +.IP +.nf +% ogonkify \-N -AT -eL5 <alamakota.ps | lpr +.fi +.LP +while for the Latin-9 (Latin-0) encoding it would typically be +.IP +.nf +% ogonkify \-N \-E \-eL9 <alamkota.ps | lpr .fi .LP --- ogonkify/doc/ogonkify.info +++ ogonkify/doc/ogonkify.info Mon May 24 19:32:16 1999 @@ -1,9 +1,9 @@ -This is ogonkify.info, produced by makeinfo version 3.12i from -ogonkify.texi. +This is Info file ogonkify.info, produced by Makeinfo version 1.68 from +the input file ogonkify.texi. INFO-DIR-SECTION Printing Tools START-INFO-DIR-ENTRY -* ogonkify: (ogonkify). Ogonkify +* ogonkify: (ogonkify). Ogonkify END-INFO-DIR-ENTRY This is the Ogonkify manual, Copyright (C) 1996-1999 by Juliusz @@ -48,7 +48,7 @@ formative years. The author will not accept any responsibility for any moral grief caused. - I would like to ask you _not_ to distribute the generated fonts + I would like to ask you *not* to distribute the generated fonts without including a pointer to the original AFMs and the rest of the code. Furthermore, please notify me if you decide to include this code in a larger piece of software. @@ -387,19 +387,19 @@ Tag Table: -Node: Top276 -Node: License866 -Node: Using Ogonkify2161 -Node: Ghostscript2602 -Node: Standard Applications3086 -Node: a2ps3571 -Node: genscript4003 -Node: Adding new characters5548 -Node: Composite background6146 -Node: AFM files9661 -Node: Generated fonts10868 -Node: Composite usage12867 -Node: Composite example14413 -Node: Reaching the author15327 +Node: Top297 +Node: License887 +Node: Using Ogonkify2182 +Node: Ghostscript2623 +Node: Standard Applications3107 +Node: a2ps3592 +Node: genscript4024 +Node: Adding new characters5569 +Node: Composite background6167 +Node: AFM files9682 +Node: Generated fonts10889 +Node: Composite usage12888 +Node: Composite example14434 +Node: Reaching the author15348 End Tag Table --- ogonkify/doc/ogonkify.texi +++ ogonkify/doc/ogonkify.texi Mon May 24 19:15:21 1999 @@ -5,11 +5,11 @@ @setchapternewpage off @c %**end of header -@c Time-stamp: <99/05/14 04:30:20 jec> +@c Time-stamp: <99/05/24 18:15:20 jec> @dircategory Printing Tools @direntry -* ogonkify: (ogonkify). Ogonkify +* ogonkify: (ogonkify). Ogonkify @end direntry @ifinfo --- ogonkify/ogonkify.in.in +++ ogonkify/ogonkify.in.in Fri Aug 31 11:41:50 2001 @@ -13,7 +13,7 @@ # Warning: this program is written in Perl $PROGNAME='ogonkify'; -$VERSION='v. 0.7.0 by J. Chroboczek'; +$VERSION='v. 0.7.1 by J. Chroboczek'; # Directory with the IBM Courier fonts $IBMFONTS="@IBMFONTS@"; @@ -237,6 +270,9 @@ $where=0; while(<>) { if($where==0) { + if($doNetscape && /^%%Title:/) { + $_="%%Title: \n"; + } print; if(($doMosaic || $doMp) && /^%%EndComments/) { $_="%%BeginProlog\n"; @@ -252,14 +288,14 @@ for(@procsets) { &procset($_); } - for(@downloadFonts) { - &downloadFont($_); - } if($eurify) { for(@standardFont) { &eurifyFont($_); } } + for(@downloadFonts) { + &downloadFont($_); + } while(($from,$to)=each %remappings) { &remap($from,$to); } --- ogonkify/pcrb-o.pfa +++ ogonkify/pcrb-o.pfa Thu Apr 19 15:09:47 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/pcrbo-o.pfa +++ ogonkify/pcrbo-o.pfa Thu Apr 19 15:09:47 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/pcrr-o.pfa +++ ogonkify/pcrr-o.pfa Thu Apr 19 15:09:46 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/pcrro-o.pfa +++ ogonkify/pcrro-o.pfa Thu Apr 19 15:09:47 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/phvb-o.pfa +++ ogonkify/phvb-o.pfa Thu Apr 19 15:09:49 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/phvbo-o.pfa +++ ogonkify/phvbo-o.pfa Thu Apr 19 15:09:50 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/phvr-o.pfa +++ ogonkify/phvr-o.pfa Thu Apr 19 15:09:49 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/phvro-o.pfa +++ ogonkify/phvro-o.pfa Thu Apr 19 15:09:49 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/ptmb-o.pfa +++ ogonkify/ptmb-o.pfa Thu Apr 19 15:09:48 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/ptmbi-o.pfa +++ ogonkify/ptmbi-o.pfa Thu Apr 19 15:09:49 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/ptmr-o.pfa +++ ogonkify/ptmr-o.pfa Thu Apr 19 15:09:48 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict --- ogonkify/ptmri-o.pfa +++ ogonkify/ptmri-o.pfa Thu Apr 19 15:09:48 2001 @@ -89,7 +89,7 @@ % By J. Chroboczek <jec@dcs.ed.ac.uk> % % -- code follows this line -- -%%BeginResource: procset compose 0.8 0 +%%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your @@ -239,7 +239,8 @@ {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w - (M) false charpath pathbbox 4 1 roll pop pop pop % newnamedict w h + (M) false charpath pathbbox newpath 4 1 roll pop pop pop + % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor