File: control

package info (click to toggle)
pkpgcounter 3.50-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 544 kB
  • ctags: 295
  • sloc: python: 2,934; makefile: 39; sh: 37
file content (53 lines) | stat: -rw-r--r-- 1,904 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: pkpgcounter
Section: utils
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Kumar Appaiah <akumar@debian.org>, Jerome Alet <alet@librelogiciel.com>
Build-Depends-Indep: python (>= 2.3.5-11~), python-support (>= 0.90), python-imaging
Build-Depends: debhelper (>= 5.0.37.3), quilt
Standards-Version: 3.8.4
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-apps/packages/pkpgcounter/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pkpgcounter/trunk/
Homepage: http://www.pykota.com/software/pkpgcounter

Package: pkpgcounter
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-imaging (>= 1.1.2-3.2), ghostscript
Recommends: python-psyco, imagemagick, xvfb, xauth, texlive-latex-base
Suggests: abiword
XB-Python-Version: ${python:Versions}
Description: computes number of pages or quantity of ink needed to print documents
 pkpgcounter is a generic Page Description Language parser which can
 either count the number of pages or compute the percent of ink
 coverage needed to print various types of documents. It is written in
 Python.
 .
 It currently recognizes the following file formats :
 .
  * PostScript (both DSC compliant and binary)
  * PDF
  * PCL3/4/5
  * PCLXL (aka PCL6)
  * DVI
  * OpenDocument (ISO/IEC DIS 26300)
  * Microsoft Word (c) (tm) (r) (etc...)
  * Plain text
  * TIFF
  * Several other image formats
  * ESC/P2
  * Zenographics ZjStream
  * Samsung QPDL (aka SPL2)
  * Samsung SPL1
  * ESC/PageS03
  * Brother HBP
  * Hewlett-Packard Lightweight Imaging Device Interface Language
  * Structured Fax
  * Canon BJ/BJC
  * ASCII PNM (Netpbm)
 .
 The ten latter ones, as well as some TIFF documents, are currently
 only supported in page counting mode.
 .
 pkpgcounter is often used in combination with print
 accounting solutions like PyKota or JasMine.