Changeset 3578

Show
Ignore:
Timestamp:
02/14/19 09:46:15 (5 years ago)
Author:
jerome
Message:

Clarified dependency wrt PIL/Pillow.
Updated copyright years.
Regenerated manual page.

Location:
pkpgcounter/trunk
Files:
40 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/bin/pkpgcounter

    r3474 r3578  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software: you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/BUGS

    r3474 r3578  
    33pkpgcounter : a generic Page Description Language parser 
    44 
    5 (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/clean.sh

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/CREDITS

    r3474 r3578  
    33pkpgcounter : a generic Page Description Language parser 
    44 
    5 (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/gentarball.sh

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/man/genman.sh

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser. 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2525             --name="count number of pages required to print various types of documents" \ 
    2626             --manual="User Commands" \ 
    27              --source="C@LL - Conseil Internet & Logiciels Libres" \ 
     27             --source="Jerome Alet - <alet@librelogiciel.com>" \ 
    2828             --output="temp$prog.1" \ 
    2929             $prog ; 
  • pkpgcounter/trunk/man/pkpgcounter.1

    r3483 r3578  
    1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPGCOUNTER "1" "January 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8. 
     2.TH PKPGCOUNTER "1" "February 2019" "Jerome Alet - <alet@librelogiciel.com>" "User Commands" 
    33.SH NAME 
    44pkpgcounter \- count number of pages required to print various types of documents 
    55.SH DESCRIPTION 
    6 pkpgcounter v3.51alpha (c) 2003\-2009 Jerome Alet 
     6pkpgcounter v3.51alpha (c) 2003\-2019 Jerome Alet 
    77.PP 
    88pkpgcounter is a generic Page Description Language parser. 
     
    5555Activate debug mode. 
    5656.TP 
    57 \fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fICOLORSPACE\fR 
     57\fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fI\,COLORSPACE\/\fR 
    5858Activate the computation of ink usage, and defines the 
    5959colorspace to use. Supported values are 'BW' (Black), 
     
    6363about ink usage per se. 
    6464.TP 
    65 \fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fIRESOLUTION\fR 
     65\fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fI\,RESOLUTION\/\fR 
    6666The resolution in DPI to use when checking ink usage. 
    6767Lower resolution is faster but less accurate. Default 
  • pkpgcounter/trunk/pkpgpdls/analyzer.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/bj.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/cfax.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/dvi.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/escp2.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/escpages03.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/hbp.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/__init__.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/inkcoverage.py

    r3573 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2929    from PIL import Image 
    3030except ImportError : 
    31     sys.stderr.write("ERROR: You MUST install the Python Imaging Library (python-imaging) for pkpgcounter to work.\n") 
     31    sys.stderr.write("ERROR: You MUST install the Python Imaging Library (either PIL or Pillow) for pkpgcounter to work.\n") 
    3232    raise pdlparser.PDLParserError, "The Python Imaging Library is missing." 
    3333 
  • pkpgcounter/trunk/pkpgpdls/lidil.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/mscrap.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/ooo.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pcl345.py

    r3574 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pclxl.py

    r3513 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pdf.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pdlparser.py

    r3573 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pil.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2727    from PIL import Image 
    2828except ImportError : 
    29     sys.stderr.write("ERROR: You MUST install the Python Imaging Library (python-imaging) for pkpgcounter to work.\n") 
     29    sys.stderr.write("ERROR: You MUST install the Python Imaging Library (either PIL or Pillow) for pkpgcounter to work.\n") 
    3030    raise pdlparser.PDLParserError, "The Python Imaging Library is missing." 
    3131 
  • pkpgcounter/trunk/pkpgpdls/pjl.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/plain.py

    r3502 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pnmascii.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/postscript.py

    r3567 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/qpdl.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    159159           The documentation used for this was : 
    160160 
    161            Spfication Technique (documentation non officielle) 
     161           Spécification Technique (documentation non officielle) 
    162162           Le Language SPL2 
    163            par Auren Croc 
     163           par Aurélien Croc 
    164164           http://splix.ap2c.org 
    165165        """ 
  • pkpgcounter/trunk/pkpgpdls/spl1.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/tiff.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/version.py

    r3482 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2424import time 
    2525 
    26 __version__ = "3.51alpha" 
     26__version__ = "3.51beta" 
    2727 
    2828__doc__ = """pkpgcounter : a generic Page Description Languages parser.""" 
  • pkpgcounter/trunk/pkpgpdls/zjstream.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/README

    r3573 r3578  
    33pkpgcounter : a generic Page Description Language parser 
    44 
    5 (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
     
    121121  Most of the time, pkpgcounter only depends on the presence of : 
    122122 
    123   - The Python Imaging Library (python-imaging) 
     123  - The Python Imaging Library, either PIL or Pillow (python-pil or 
     124    python-imaging) 
    124125 
    125126  But, depending on the file formats you plan to work with, and on the 
  • pkpgcounter/trunk/setup.py

    r3573 r3578  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software: you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
     
    3636    from PIL import Image 
    3737except ImportError : 
    38     sys.stderr.write("You need the Python Imaging Library (aka PIL).\nYou can grab it from http://www.pythonware.com\n") 
     38    sys.stderr.write("You need the Python Imaging Library (either PIL or Pillow).\n") 
    3939    sys.exit(-1) 
    4040 
  • pkpgcounter/trunk/tests/gstests.py

    r3474 r3578  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software: you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/tests/README

    r3477 r3578  
    33pkpgcounter : a generic Page Description Language parser 
    44 
    5 (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/tests/runcolors.py

    r3474 r3578  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software: you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/tests/runtest.sh

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/TODO

    r3479 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by