a2ps-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: a2ps/ogonkify ogonkify.in,1.3,1.4


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps/ogonkify ogonkify.in,1.3,1.4
Date: Mon, 25 Mar 2002 12:20:17 -0500

Update of /cvsroot/a2ps/a2ps/ogonkify
In directory subversions:/tmp/cvs-serv19234/ogonkify

Modified Files:
        ogonkify.in 
Log Message:
Gettext 0.11.1.
* lib/Makefile.am (noinst_HEADERS): Add gettext.h.
* lib/system.h: Use lib/gettext.h.
* src/Makefile.am, contrib/sample/Makefile.am: @LIBINTL@ instead
of @address@hidden


Index: ogonkify.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ogonkify/ogonkify.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ogonkify.in 22 Mar 2002 14:53:14 -0000      1.3
--- ogonkify.in 25 Mar 2002 17:20:13 -0000      1.4
***************
*** 1,3 ****
! #!/usr/bin/perl
  # Convert the PostScript output of Netscape to use an arbitrary encoding.
  # Do font remapping if asked for.
--- 1,3 ----
! #!no
  # Convert the PostScript output of Netscape to use an arbitrary encoding.
  # Do font remapping if asked for.
***************
*** 5,9 ****
  #
  # 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
  # option) any later version.
--- 5,9 ----
  #
  # 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
  # option) any later version.
***************
*** 186,192 ****
    print <<"ALAMAKOTA";
  $PROGNAME $VERSION
! $PROGNAME -p<procset> -e<encoding> -rOld=New
    -a -c -h -t -A -C -H -T -AT -CT -ATH -CTH -E
!   -N -M -mp -SO -AX -F -RS
    -- file ...
  ALAMAKOTA
--- 186,192 ----
    print <<"ALAMAKOTA";
  $PROGNAME $VERSION
! $PROGNAME -p<procset> -e<encoding> -rOld=New 
    -a -c -h -t -A -C -H -T -AT -CT -ATH -CTH -E
!   -N -M -mp -SO -AX -F -RS 
    -- file ...
  ALAMAKOTA
***************
*** 211,221 ****
    elsif (/^-A$/) { &adobeCourierRemappings; &adobeCourierFonts; }
    elsif (/^-H$/) { &helveticaRemappings; &helveticaFonts; }
!   elsif (/^-CT$/){ &courierRemappings; &timesRemappings;
                     &courierFonts; &timesFonts; }
!   elsif (/^-AT$/){ &adobeCourierRemappings; &timesRemappings;
                     &adobeCourierFonts; &timesFonts; }
    elsif (/^-CTH$/){ &courierRemappings; &timesRemappings; 
&helveticaRemappings;
                      &courierFonts; &timesFonts; &helveticaFonts; }
!   elsif (/^-ATH$/){ &adobeCourierRemappings; &timesRemappings;
                      &helveticaRemappings;
                      &adobeCourierFonts; &timesFonts; &helveticaFonts; }
--- 211,221 ----
    elsif (/^-A$/) { &adobeCourierRemappings; &adobeCourierFonts; }
    elsif (/^-H$/) { &helveticaRemappings; &helveticaFonts; }
!   elsif (/^-CT$/){ &courierRemappings; &timesRemappings; 
                     &courierFonts; &timesFonts; }
!   elsif (/^-AT$/){ &adobeCourierRemappings; &timesRemappings; 
                     &adobeCourierFonts; &timesFonts; }
    elsif (/^-CTH$/){ &courierRemappings; &timesRemappings; 
&helveticaRemappings;
                      &courierFonts; &timesFonts; &helveticaFonts; }
!   elsif (/^-ATH$/){ &adobeCourierRemappings; &timesRemappings; 
                      &helveticaRemappings;
                      &adobeCourierFonts; &timesFonts; &helveticaFonts; }
***************
*** 266,270 ****
        if($recodeStandardFonts) {
          for(@standardFont) {
!           &remap($_, $_,
                   $encodingvecs{$encoding});
          }
--- 266,270 ----
        if($recodeStandardFonts) {
          for(@standardFont) {
!           &remap($_, $_, 
                   $encodingvecs{$encoding});
          }
***************
*** 283,291 ****
          } elsif ($doStarOffice && m/ISOLatin1Encoding/) {
            s/ISOLatin1Encoding/$encodingvecs{$encoding}/;
!         } elsif ($doXfig &&
                   m|/([^ \t]+)[ \t]+/([^ \t]+)[ \t]+isovec[ \t]+ReEncode|) {
            &remap($2,$1,$encodingvecs{$encoding});
            next;
!         }
        }
        print;
--- 283,291 ----
          } elsif ($doStarOffice && m/ISOLatin1Encoding/) {
            s/ISOLatin1Encoding/$encodingvecs{$encoding}/;
!         } elsif ($doXfig && 
                   m|/([^ \t]+)[ \t]+/([^ \t]+)[ \t]+isovec[ \t]+ReEncode|) {
            &remap($2,$1,$encodingvecs{$encoding});
            next;
!         }       
        }
        print;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]