Codebase list ptouch-driver / 1.3-0ubuntu8
* debian/patches/foomatic-data-fixes.patch: Added "-dNOINTERPOLATE" to the Ghostscript command line. This makes the page rendering by Ghostscript significantly faster. * debian/rules, debian/control, debian/local/pyppd/: Use pyppd from external package. Bazaar Package Importer 12 years ago
16 changed file(s) with 24 addition(s) and 1650 deletion(s). Raw diff Collapse all Expand all
0 ptouch-driver (1.3-0ubuntu8) oneiric; urgency=low
1
2 * debian/patches/foomatic-data-fixes.patch: Added "-dNOINTERPOLATE" to the
3 Ghostscript command line. This makes the page rendering by Ghostscript
4 significantly faster.
5
6 * debian/rules, debian/control, debian/local/pyppd/: Use pyppd from
7 external package.
8
9 -- Till Kamppeter <till.kamppeter@gmail.com> Sun, 24 Jul 2011 22:34:03 +0200
10
011 ptouch-driver (1.3-0ubuntu7) maverick; urgency=low
112
213 * debian/local/pyppd/pyppd/: Updated to pyppd 0.4.9. Here we do not suppress
33 Section: text
44 Priority: optional
55 Standards-Version: 3.8.2
6 Build-Depends: debhelper (>= 7.3.8), quilt, libcups2-dev, libcupsimage2-dev, foomatic-db-engine, foomatic-db, xz-utils, python-all-dev
6 Build-Depends: debhelper (>= 7.3.8), quilt, libcups2-dev, libcupsimage2-dev, foomatic-db-engine, foomatic-db, pyppd
77 Homepage: http://www.diku.dk/hjemmesider/ansatte/panic/P-touch/
88
99 Package: ptouch-driver
+0
-404
debian/local/pyppd/CHANGES.txt less more
0 HEAD (2010-09-21)
1
2 * pyppd/pyppd-ppdfile.in, bin/pyppd: KeyboardInterrupts are raised when the
3 user uses, for example, CTRL+C. But when you do "./pyppd-ppdfile list | less"
4 and, before the end of file, types "q", it raises an IOError. We don't want
5 neither throwing a traceback into stdout. Thanks for the tip, Till.
6
7 * bin/pyppd: Oops! Error in the indentation.
8
9 v0.4.8 (2010-09-20)
10
11 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
12 0.4.8
13
14 * pyppd/pyppd-ppdfile.in, bin/pyppd: As noted by Till Kamppeter, generating a
15 traceback triggers an automatic bug report feature in some distributions
16 (like Ubuntu). We avoid generating false bug reports by suppressing those
17 KeyboardInterrupt's tracebacks.
18
19 v0.4.7 (2010-09-20)
20
21 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
22 0.4.7
23
24 * setup.py: Removing useless whitespaces.
25
26 * contrib/git2changes.py: Removes ending whitespace in CHANGES.txt's commit
27 messages.
28
29 * pyppd/pyppd-ppdfile.in, pyppd/ppd.py: Make sure that the "pyppd-ppdfile
30 list" output does not contain two lines with the same PPD URI
31
32 * ISSUES.txt: Adds missing period.
33
34 v0.4.6 (2010-08-17)
35
36 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
37 0.4.6
38
39 * setup.py: If we don't do this, the resulting string isn't valid rST.
40
41 v0.4.5 (2010-08-17)
42
43 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
44 0.4.5
45
46 * ISSUES.txt: Adds "Generate manpage" issue.
47
48 * setup.py: Letting our issues be known to everyone might encourage
49 contributions.
50
51 * ISSUES.txt: Minor esthetic changes.
52
53 * README.txt: Adds Till, Hin-Tak, Flávio, Diógenes and OSPO as
54 Contributors.
55
56 * README.txt: Adds # and $ to indicate commands done in the shell.
57
58 * README.txt: Adds multiple archives usage's instructions.
59
60 v0.4.4 (2010-08-11)
61
62 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
63 0.4.4
64
65 * pyppd/pyppd-ppdfile.in, pyppd/ppd.py: 1. The PPD parser confused "NickName"
66 and "ShortNickName". This leads to the "ShortNickName" being used in
67 "pyppd-ppdfile list" and so important information is missing in the listings
68 and the listings are 2. "pyppd-ppdfile list" lists PPD URIs with the full
69 path of pyppd-ppdfile, usually /usr/lib/cups/driver/pyppd-ppdfile. This makes
70 the PPD generator not working correctly with CUPS.
71
72 v0.4.3 (2010-08-10)
73
74 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
75 0.4.3
76
77 * pyppd/ppd.py, pyppd/archiver.py: Renaming filename -> uri.
78
79 * pyppd/archiver.py: So we avoid the problem of having PPDs with the same
80 filename. It's working as: if I call pyppd with the folder /usr/share/ppd, it
81 removes this part of each PPD path and uses the rest as the URI. For example,
82 /usr/share/ppd/cups-included/textonly.ppd.gz will have the URI
83 "cups-included/textonly.ppd".
84
85 v0.4.2 (2010-08-09)
86
87 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
88 0.4.2
89
90 * pyppd/archiver.py: Oops! Forgot to change the variable name.
91
92 * setup.py: Adds classifiers to setup.py.
93
94 * ISSUES.txt: Removing resolved issue.
95
96 * pyppd/runner.py: I don't think logging to a file is worthwile to pyppd, as
97 it isn't a daemon. If you encounter some problem, you'll be running it
98 yourself, Also, I prefer using -v and -vv instead of -v and -d. I think it
99 makes things more standard.
100
101 * pyppd/runner.py, pyppd/ppd.py, pyppd/archiver.py, ISSUES.txt: Now, pyppd
102 prints to stdout the WARNING, ERROR and FATAL messages, and logs those and
103 every other to a log file (defaults to pyppd.log), which has a size limit of
104 2 MB. You can use --verbose and --debug to make pyppd more verbose.
105
106 v0.4.1 (2010-08-09)
107
108 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
109 0.4.1
110
111 * pyppd/archiver.py: When we have two PPDs with the same filename, we create
112 add a random number to one of them, so we can add both to our archive. But,
113 if this PPD which'll have the new name have more than one entry in the list,
114 each entry will have a different random name. This commit fixes this.
115
116 * ISSUES.txt: Adds new issue.
117
118 * ISSUES.txt: "setup.py install" shouldn't link pyppd to
119 /usr/lib/cups/driver. What should be there isn't pyppd, but the archive
120 generated by it.
121
122 v0.4.0 (2010-08-09)
123
124 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
125 0.4.0
126
127 * pyppd/ppd.py: Now, when parsing a PPD, it adds as many *1284DeviceID lines
128 as it can find. Afterwards, it looks for *Product lines. If found, check if
129 it's unique (if there wasn't an *1284DeviceID line with the same product
130 model), and adds it if so.
131
132 * pyppd/archiver.py, ISSUES.txt: If we found a PPD with the same filename, we
133 simply add a random number (between 0 and 99) to the end of its filename.
134
135 * pyppd/pyppd-ppdfile.in: Renaming index -> value.
136
137 v0.3.0 (2010-08-07)
138
139 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
140 0.3.0
141
142 * pyppd/ppd.py, pyppd/archiver.py, ISSUES.txt: There are some of PPDs which
143 are in different files but contains the same "*PCFileName:". So, without this
144 change, pyppd overwritten them in the index, making them impossible to
145 recover. Now, it'll only happen when there're two PPDs with the same
146 basename. I'm also writing at ISSUES.txt that we need to figure out how to
147 solve this possible problem.
148
149 * pyppd/ppd.py: Fixing typo deviceid -> deviceid_re.
150
151 * pyppd/ppd.py, pyppd/archiver.py: Renaming name -> filename.
152
153 * pyppd/pyppd-ppdfile.in, pyppd/ppd.py, pyppd/archiver.py: As Till Kamppeter
154 pointed out, a single PPD might have multiple descriptions, following the
155 rules: a) If the PPD has an "*1284DeviceID:" line, create a single list entry
156 with this device ID; b) If the PPD has one or more "*Product:" lines, create
157 a pseudo device ID using the content of the "*Manufacturer:" line as
158 manufacturer and "*Product:" line as model, whichout the parentheses.
159
160 * ISSUES.txt: Removing "support for .ppd.gz" from our ISSUES list.
161
162 v0.2.2 (2010-08-07)
163
164 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
165 0.2.2
166
167 * pyppd/archiver.py, README.txt: Now, instead of looking for only *.ppd in
168 the directory passed as parameter, it looks also for *.ppd.gz. When found, it
169 tests: does it ends with ".gz" (case-sensitive (I have to change this))? If
170 so, opens with gzip. If not, opens as usual. When we archive gzipped PPDs, we
171 save them uncompressed.
172
173 * pyppd/archiver.py: Refactoring some variable names.
174
175 v0.2.1 (2010-08-07)
176
177 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
178 0.2.1
179
180 * pyppd/archiver.py: Updating archiver.compress() documentation.
181
182 v0.2.0 (2010-08-07)
183
184 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in: Changing version to
185 0.2.0
186
187 * pyppd/archiver.py: Removing useless try/except block.
188
189 * pyppd/pyppd-ppdfile.in, pyppd/archiver.py: Instead of creating a .tar
190 archive, we simply concatenate all PPDs found in a big text file, and save
191 each's start and length inside of it. Then, when we have to "cat" it, we
192 decompress the text file and print only In my tests, it's around 8% faster
193 than using .tar. Also, it makes it easier, in the future, to support not only
194 files .ppd, but also .ppd.gz.
195
196 * pyppd/runner.py, pyppd/archiver.py: Rename method create_archive -> archive
197
198 * pyppd/archiver.py: Reorganizing methods, the most important at the top
199
200 * pyppd/compressor.py: Updating decompress() documentation
201
202 * pyppd/pyppd-ppdfile.in, pyppd/lzma_proxy.py, pyppd/compressor.py,
203 pyppd/archiver.py: Renaming lzma_proxy.py to compressor.py
204
205 * pyppd/runner.py, pyppd/compressor.py, pyppd/archiver.py: The runner.py
206 shouldn't have to use compressor.py. It should simply ask archiver.py to
207 create the archive. Compression is an implementation detail of archiver.
208
209 * pyppd/runner.py, pyppd/pyppd-ppdfile.in: Fixing version number 0.1.0 ->
210 0.1.6
211
212 * pyppd/ppd.py: Removing space between DeviceID's field name and content.
213
214 * setup.py, contrib/git2changes.py: I made git2changes which simply gets the
215 commit messages and organizes them into something similar to the GNU
216 ChangeLog style. But, instead of separating the commits by day, I organize
217 them by version. I think this way, even as it's not standard, generates a
218 file that is more useful to pyppd's users.
219
220 * CHANGES.txt, .gitignore: As CHANGES.txt is created from the git log, we
221 have no use to maintain it under version control.
222
223 v0.1.6 (2010-08-03)
224
225 * setup.py: Changing version to 0.1.6
226
227 * MANIFEST.in: So, pyppd/pyppd-ppdfile.in gets into the distribution archive.
228
229 * pyppd/pyppd-ppdfile.in: As now we don't uncompress the .tar.xz archive at
230 ls(), when we tested if ppd.__class__ == tarfile.TarFile, it always failed.
231 Now, at the iteration, we get the key AND the value (ppd). If the key is
232 ARCHIVE, we continue.
233
234 * ISSUES.txt: Adding Till's suggestions and some ideas to ISSUES.txt
235
236 * setup.py: Making setup.py executable
237
238 v0.1.5 (2010-08-01)
239
240 * setup.py: Adding a description and bumping version to 0.1.4
241
242 v0.1.4 (2010-08-01)
243
244 * setup.py: Changing version to 0.1.4
245
246 * README.txt: Adding instructions to install with pip
247
248 v0.1.3 (2010-08-01)
249
250 * setup.py: Changing version to 0.1.3
251
252 * pyppd/compressor.py: Instead of silently ignoring exceptions, raises them
253
254 * README.txt: Minor reStructuredText fixes
255
256 v0.1.1 (2010-08-01)
257
258 * setup.py: Renaming the license in setup.py to GPLv3
259
260 * setup.py: Forgot to add read() to the long_description
261
262 * setup.py, README.txt: Adding a README.txt and setting it as
263 long_description
264
265 * pyppd/pyppd-ppdfile.in: When you tried ./pyppd-ppdfile cat my-ppd.ppd, it
266 raised a IndexError, as it tried to "my-ppd.ppd".split(":")[1], which don't
267 exists. Now, instead of trying to read the second element ([1]), we read the
268 last element, which works in both cases.
269
270 * setup.py: Remove pyppd/test, as I am not using tests (yet)
271
272 * ISSUES.txt: As Gitorious don't offers us one. Maybe we should consider
273 switching to github or something...
274
275 * pyppd/pyppd-ppdfile.in: As the file lzma_proxy.py is inserted into
276 pyppd-compressor, we don't use "import lzma_proxy as lzma". So, the methods
277 are in the local namespace, thus we use compress/decompress, and not
278 lzma.compress/decompress.
279
280 * pyppd/lzma_proxy.py: Now, I need to change it's name. Lzma_proxy seems
281 unnatural to me, and we already use compressor for another file. Maybe xz.py?
282
283 * pyppd/pyppd-ppdfile.in: We used to decompress the PPDs in load(). So, even
284 if the user simply wanted to list the PPDs (which we use only the index), he
285 had to decompress everything. Now, only when the user asks to cat a file, we
286 decompress the PPDs.
287
288 * pyppd/pyppd-ppdfile.in, pyppd/compressor.py: This way, we compress 212mb to
289 3.2mb, instead of 8,2mb. This makes the program a bit slower (0.2s in my
290 tests), but I think it's worthy.
291
292 * pyppd/runner.py, pyppd/pyppd-ppdfile.in: Adding the \ to concatenate the
293 multiline strings
294
295 * pyppd/pyppd-ppdfile.in: Checks if pyppd-ppdfile is run directly and, if so,
296 run main()
297
298 * pyppd/pyppd-ppdfile.in: The name 'list()' is used for instantiate list
299 objects.
300
301 * pyppd/ppd.py: Ppd: Add object inheritance
302
303 * pyppd/runner.py, pyppd/pyppd-ppdfile.in: Fitting to 80 columns
304
305 * pyppd/archiver.py: Archiver: Removes unused import
306
307 * pyppd/compressor.py: When we add the PPDs to the .tar file, /usr/share/ppd
308 becomes usr/share/ppd. This way, we were unable to find it afterwards. Now,
309 we convert every path passed as argument to absolute, and simply ignore the
310 first slash when creating the index.
311
312 * pyppd/ppd.py: Removes the "(" and ")" from the Product line
313
314 * pyppd/ppd.py: Use Product instead of NickName in the 1284DeviceID fallback
315
316 * pyppd/pyppd-ppdfile.in, pyppd/compressor.py: It's better than the sqlite3
317 solution because we can decompress and load the tar file from memory, without
318 the need to write to decompress, write As tar doesn't have an index, it needs
319 to do a sequential search to find the files. It might be better to use 7z
320 instead.
321
322 * pyppd/lzma_proxy.py: Adds compress_file(path), which compresses path with
323 xz binary
324
325 * pyppd/compressor.py: This way, sqlite3 indexes its values, making the
326 selects much faster.
327
328 * pyppd/pyppd-ppdfile.in, pyppd/compressor.py: It's much faster to load the
329 sqlite3 DB and begin issuing SQL statements than to load the .sql dump into a
330 new sqlite3 DB.
331
332 * pyppd/pyppd-ppdfile.in, pyppd/compressor.py: cPickle uses too much memory
333 when pickling/unpickling. And, as we work with large files, it becomes a
334 problem. SQLite3 is more efficient in this regard.
335
336 * pyppd/runner.py: Fixing bug of undefined variable when running pyppd with
337 unexistent directory as argument
338
339 * pyppd/ppd.py: This is probably wrong [1] but, as I found many PPDs which
340 1284DeviceID [1]
341 http://www.undocprint.org/formats/communication_protocols/ieee_1284#ieee_1284_device_
342
343
344 * pyppd/compressor.py: Sets ppds = None when we don't need it anymore, trying
345 to keep memory usage low.
346
347 * pyppd/ppd.py: Adding languages not found in ISO 639, but found in some PPDs
348
349 * pyppd/ppd.py: Converts PPD's language name to it's ISO 639 code
350
351 * pyppd/ppd.py, pyppd/compressor.py: When compressing, ignore the PPDs which
352 couldn't be parsed.
353
354 * pyppd/pyppd-ppdfile.in, pyppd/ppd.py: Instead of having the PPDs names
355 hardcoded with the executable's, prefix them at execution time. Also, remove
356 the "./" of executable's name, when called like ./pyppd-ppdfile.
357
358 * setup.py, pyppd/runner.py, pyppd/pyppd-ppdfile.in, pyppd/archiver.py: Now,
359 everything will be in only one file by default. When running pyppd, it'll
360 parse the folder passed as argument and create, by default, pyppd-ppdfile.
361 You can run it with list or cat URI to get the compressed PPDs.
362
363 * pyppd/runner.py: Refactoring (extract method parse_args())
364
365 * pyppd/ppd.py: We don't need to save the ppd_file anymore
366
367 * pyppd/compressor.py: So, when loading the resulting pickle file, we don't
368 need the PPD class definition. We just load a tuple with two strings.
369
370 * pyppd/runner.py: Adds command-line argument parsing
371
372 * pyppd/ppd.py, pyppd/compressor.py: PPD class now saves its PPD file in an
373 attribute
374
375 * pyppd/lzma_proxy.py: communicate() returns a tuple (stdout, stderr).
376 Returns stdout.
377
378 * pyppd/compressor.py: Refactoring import lzma_proxy
379
380 * pyppd/ppd.py, pyppd/compressor.py: The PPD class parses a string with the
381 ppd, looking for its attributes. Now, instead of saving a dictionary with
382 ppd_path => {size: ppd_size, start: ppd_start}, it creates a PPD object for
383 each ppd, with it's attributes, so we can in the future list them as foomatic
384 does.
385
386 * pyppd/lzma_proxy.py, pyppd/compressor.py: This way, we can fallback to
387 using the xz binary, if there isn't python-lzma available. It also has the
388 advantage of using the fastest, if both are available. I need to do some
389 tests to check which is better.
390
391 * pyppd/compressor.py: Adding compressor.compress() docstring.
392
393 * pyppd/compressor.py: Forgot the final period.
394
395 * pyppd/compressor.py: Removing garbage
396
397 * pyppd/compressor.py: Minor typo fix
398
399 v0.1.0 (2010-06-12)
400
401 * setup.py, pyppd/runner.py, pyppd/compressor.py, bin/pyppd, MANIFEST.in,
402 LICENSE.txt, CHANGES.txt, .gitignore: Initial release.
403
+0
-8
debian/local/pyppd/ISSUES.txt less more
0 Issues
1 ------
2
3 * Add unit tests.
4 * When testing if the PPD generated from the \*Product line already exists in a
5 \*1284DeviceID line, we do a case-sensitive test. I think it should be case-
6 insensitive.
7 * Generate manpage.
+0
-619
debian/local/pyppd/LICENSE.txt less more
0 GNU GENERAL PUBLIC LICENSE
1 Version 3, 29 June 2007
2
3 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4 Everyone is permitted to copy and distribute verbatim copies
5 of this license document, but changing it is not allowed.
6
7 Preamble
8
9 The GNU General Public License is a free, copyleft license for
10 software and other kinds of works.
11
12 The licenses for most software and other practical works are designed
13 to take away your freedom to share and change the works. By contrast,
14 the GNU General Public License is intended to guarantee your freedom to
15 share and change all versions of a program--to make sure it remains free
16 software for all its users. We, the Free Software Foundation, use the
17 GNU General Public License for most of our software; it applies also to
18 any other work released this way by its authors. You can apply it to
19 your programs, too.
20
21 When we speak of free software, we are referring to freedom, not
22 price. Our General Public Licenses are designed to make sure that you
23 have the freedom to distribute copies of free software (and charge for
24 them if you wish), that you receive source code or can get it if you
25 want it, that you can change the software or use pieces of it in new
26 free programs, and that you know you can do these things.
27
28 To protect your rights, we need to prevent others from denying you
29 these rights or asking you to surrender the rights. Therefore, you have
30 certain responsibilities if you distribute copies of the software, or if
31 you modify it: responsibilities to respect the freedom of others.
32
33 For example, if you distribute copies of such a program, whether
34 gratis or for a fee, you must pass on to the recipients the same
35 freedoms that you received. You must make sure that they, too, receive
36 or can get the source code. And you must show them these terms so they
37 know their rights.
38
39 Developers that use the GNU GPL protect your rights with two steps:
40 (1) assert copyright on the software, and (2) offer you this License
41 giving you legal permission to copy, distribute and/or modify it.
42
43 For the developers' and authors' protection, the GPL clearly explains
44 that there is no warranty for this free software. For both users' and
45 authors' sake, the GPL requires that modified versions be marked as
46 changed, so that their problems will not be attributed erroneously to
47 authors of previous versions.
48
49 Some devices are designed to deny users access to install or run
50 modified versions of the software inside them, although the manufacturer
51 can do so. This is fundamentally incompatible with the aim of
52 protecting users' freedom to change the software. The systematic
53 pattern of such abuse occurs in the area of products for individuals to
54 use, which is precisely where it is most unacceptable. Therefore, we
55 have designed this version of the GPL to prohibit the practice for those
56 products. If such problems arise substantially in other domains, we
57 stand ready to extend this provision to those domains in future versions
58 of the GPL, as needed to protect the freedom of users.
59
60 Finally, every program is threatened constantly by software patents.
61 States should not allow patents to restrict development and use of
62 software on general-purpose computers, but in those that do, we wish to
63 avoid the special danger that patents applied to a free program could
64 make it effectively proprietary. To prevent this, the GPL assures that
65 patents cannot be used to render the program non-free.
66
67 The precise terms and conditions for copying, distribution and
68 modification follow.
69
70 TERMS AND CONDITIONS
71
72 0. Definitions.
73
74 "This License" refers to version 3 of the GNU General Public License.
75
76 "Copyright" also means copyright-like laws that apply to other kinds of
77 works, such as semiconductor masks.
78
79 "The Program" refers to any copyrightable work licensed under this
80 License. Each licensee is addressed as "you". "Licensees" and
81 "recipients" may be individuals or organizations.
82
83 To "modify" a work means to copy from or adapt all or part of the work
84 in a fashion requiring copyright permission, other than the making of an
85 exact copy. The resulting work is called a "modified version" of the
86 earlier work or a work "based on" the earlier work.
87
88 A "covered work" means either the unmodified Program or a work based
89 on the Program.
90
91 To "propagate" a work means to do anything with it that, without
92 permission, would make you directly or secondarily liable for
93 infringement under applicable copyright law, except executing it on a
94 computer or modifying a private copy. Propagation includes copying,
95 distribution (with or without modification), making available to the
96 public, and in some countries other activities as well.
97
98 To "convey" a work means any kind of propagation that enables other
99 parties to make or receive copies. Mere interaction with a user through
100 a computer network, with no transfer of a copy, is not conveying.
101
102 An interactive user interface displays "Appropriate Legal Notices"
103 to the extent that it includes a convenient and prominently visible
104 feature that (1) displays an appropriate copyright notice, and (2)
105 tells the user that there is no warranty for the work (except to the
106 extent that warranties are provided), that licensees may convey the
107 work under this License, and how to view a copy of this License. If
108 the interface presents a list of user commands or options, such as a
109 menu, a prominent item in the list meets this criterion.
110
111 1. Source Code.
112
113 The "source code" for a work means the preferred form of the work
114 for making modifications to it. "Object code" means any non-source
115 form of a work.
116
117 A "Standard Interface" means an interface that either is an official
118 standard defined by a recognized standards body, or, in the case of
119 interfaces specified for a particular programming language, one that
120 is widely used among developers working in that language.
121
122 The "System Libraries" of an executable work include anything, other
123 than the work as a whole, that (a) is included in the normal form of
124 packaging a Major Component, but which is not part of that Major
125 Component, and (b) serves only to enable use of the work with that
126 Major Component, or to implement a Standard Interface for which an
127 implementation is available to the public in source code form. A
128 "Major Component", in this context, means a major essential component
129 (kernel, window system, and so on) of the specific operating system
130 (if any) on which the executable work runs, or a compiler used to
131 produce the work, or an object code interpreter used to run it.
132
133 The "Corresponding Source" for a work in object code form means all
134 the source code needed to generate, install, and (for an executable
135 work) run the object code and to modify the work, including scripts to
136 control those activities. However, it does not include the work's
137 System Libraries, or general-purpose tools or generally available free
138 programs which are used unmodified in performing those activities but
139 which are not part of the work. For example, Corresponding Source
140 includes interface definition files associated with source files for
141 the work, and the source code for shared libraries and dynamically
142 linked subprograms that the work is specifically designed to require,
143 such as by intimate data communication or control flow between those
144 subprograms and other parts of the work.
145
146 The Corresponding Source need not include anything that users
147 can regenerate automatically from other parts of the Corresponding
148 Source.
149
150 The Corresponding Source for a work in source code form is that
151 same work.
152
153 2. Basic Permissions.
154
155 All rights granted under this License are granted for the term of
156 copyright on the Program, and are irrevocable provided the stated
157 conditions are met. This License explicitly affirms your unlimited
158 permission to run the unmodified Program. The output from running a
159 covered work is covered by this License only if the output, given its
160 content, constitutes a covered work. This License acknowledges your
161 rights of fair use or other equivalent, as provided by copyright law.
162
163 You may make, run and propagate covered works that you do not
164 convey, without conditions so long as your license otherwise remains
165 in force. You may convey covered works to others for the sole purpose
166 of having them make modifications exclusively for you, or provide you
167 with facilities for running those works, provided that you comply with
168 the terms of this License in conveying all material for which you do
169 not control copyright. Those thus making or running the covered works
170 for you must do so exclusively on your behalf, under your direction
171 and control, on terms that prohibit them from making any copies of
172 your copyrighted material outside their relationship with you.
173
174 Conveying under any other circumstances is permitted solely under
175 the conditions stated below. Sublicensing is not allowed; section 10
176 makes it unnecessary.
177
178 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
179
180 No covered work shall be deemed part of an effective technological
181 measure under any applicable law fulfilling obligations under article
182 11 of the WIPO copyright treaty adopted on 20 December 1996, or
183 similar laws prohibiting or restricting circumvention of such
184 measures.
185
186 When you convey a covered work, you waive any legal power to forbid
187 circumvention of technological measures to the extent such circumvention
188 is effected by exercising rights under this License with respect to
189 the covered work, and you disclaim any intention to limit operation or
190 modification of the work as a means of enforcing, against the work's
191 users, your or third parties' legal rights to forbid circumvention of
192 technological measures.
193
194 4. Conveying Verbatim Copies.
195
196 You may convey verbatim copies of the Program's source code as you
197 receive it, in any medium, provided that you conspicuously and
198 appropriately publish on each copy an appropriate copyright notice;
199 keep intact all notices stating that this License and any
200 non-permissive terms added in accord with section 7 apply to the code;
201 keep intact all notices of the absence of any warranty; and give all
202 recipients a copy of this License along with the Program.
203
204 You may charge any price or no price for each copy that you convey,
205 and you may offer support or warranty protection for a fee.
206
207 5. Conveying Modified Source Versions.
208
209 You may convey a work based on the Program, or the modifications to
210 produce it from the Program, in the form of source code under the
211 terms of section 4, provided that you also meet all of these conditions:
212
213 a) The work must carry prominent notices stating that you modified
214 it, and giving a relevant date.
215
216 b) The work must carry prominent notices stating that it is
217 released under this License and any conditions added under section
218 7. This requirement modifies the requirement in section 4 to
219 "keep intact all notices".
220
221 c) You must license the entire work, as a whole, under this
222 License to anyone who comes into possession of a copy. This
223 License will therefore apply, along with any applicable section 7
224 additional terms, to the whole of the work, and all its parts,
225 regardless of how they are packaged. This License gives no
226 permission to license the work in any other way, but it does not
227 invalidate such permission if you have separately received it.
228
229 d) If the work has interactive user interfaces, each must display
230 Appropriate Legal Notices; however, if the Program has interactive
231 interfaces that do not display Appropriate Legal Notices, your
232 work need not make them do so.
233
234 A compilation of a covered work with other separate and independent
235 works, which are not by their nature extensions of the covered work,
236 and which are not combined with it such as to form a larger program,
237 in or on a volume of a storage or distribution medium, is called an
238 "aggregate" if the compilation and its resulting copyright are not
239 used to limit the access or legal rights of the compilation's users
240 beyond what the individual works permit. Inclusion of a covered work
241 in an aggregate does not cause this License to apply to the other
242 parts of the aggregate.
243
244 6. Conveying Non-Source Forms.
245
246 You may convey a covered work in object code form under the terms
247 of sections 4 and 5, provided that you also convey the
248 machine-readable Corresponding Source under the terms of this License,
249 in one of these ways:
250
251 a) Convey the object code in, or embodied in, a physical product
252 (including a physical distribution medium), accompanied by the
253 Corresponding Source fixed on a durable physical medium
254 customarily used for software interchange.
255
256 b) Convey the object code in, or embodied in, a physical product
257 (including a physical distribution medium), accompanied by a
258 written offer, valid for at least three years and valid for as
259 long as you offer spare parts or customer support for that product
260 model, to give anyone who possesses the object code either (1) a
261 copy of the Corresponding Source for all the software in the
262 product that is covered by this License, on a durable physical
263 medium customarily used for software interchange, for a price no
264 more than your reasonable cost of physically performing this
265 conveying of source, or (2) access to copy the
266 Corresponding Source from a network server at no charge.
267
268 c) Convey individual copies of the object code with a copy of the
269 written offer to provide the Corresponding Source. This
270 alternative is allowed only occasionally and noncommercially, and
271 only if you received the object code with such an offer, in accord
272 with subsection 6b.
273
274 d) Convey the object code by offering access from a designated
275 place (gratis or for a charge), and offer equivalent access to the
276 Corresponding Source in the same way through the same place at no
277 further charge. You need not require recipients to copy the
278 Corresponding Source along with the object code. If the place to
279 copy the object code is a network server, the Corresponding Source
280 may be on a different server (operated by you or a third party)
281 that supports equivalent copying facilities, provided you maintain
282 clear directions next to the object code saying where to find the
283 Corresponding Source. Regardless of what server hosts the
284 Corresponding Source, you remain obligated to ensure that it is
285 available for as long as needed to satisfy these requirements.
286
287 e) Convey the object code using peer-to-peer transmission, provided
288 you inform other peers where the object code and Corresponding
289 Source of the work are being offered to the general public at no
290 charge under subsection 6d.
291
292 A separable portion of the object code, whose source code is excluded
293 from the Corresponding Source as a System Library, need not be
294 included in conveying the object code work.
295
296 A "User Product" is either (1) a "consumer product", which means any
297 tangible personal property which is normally used for personal, family,
298 or household purposes, or (2) anything designed or sold for incorporation
299 into a dwelling. In determining whether a product is a consumer product,
300 doubtful cases shall be resolved in favor of coverage. For a particular
301 product received by a particular user, "normally used" refers to a
302 typical or common use of that class of product, regardless of the status
303 of the particular user or of the way in which the particular user
304 actually uses, or expects or is expected to use, the product. A product
305 is a consumer product regardless of whether the product has substantial
306 commercial, industrial or non-consumer uses, unless such uses represent
307 the only significant mode of use of the product.
308
309 "Installation Information" for a User Product means any methods,
310 procedures, authorization keys, or other information required to install
311 and execute modified versions of a covered work in that User Product from
312 a modified version of its Corresponding Source. The information must
313 suffice to ensure that the continued functioning of the modified object
314 code is in no case prevented or interfered with solely because
315 modification has been made.
316
317 If you convey an object code work under this section in, or with, or
318 specifically for use in, a User Product, and the conveying occurs as
319 part of a transaction in which the right of possession and use of the
320 User Product is transferred to the recipient in perpetuity or for a
321 fixed term (regardless of how the transaction is characterized), the
322 Corresponding Source conveyed under this section must be accompanied
323 by the Installation Information. But this requirement does not apply
324 if neither you nor any third party retains the ability to install
325 modified object code on the User Product (for example, the work has
326 been installed in ROM).
327
328 The requirement to provide Installation Information does not include a
329 requirement to continue to provide support service, warranty, or updates
330 for a work that has been modified or installed by the recipient, or for
331 the User Product in which it has been modified or installed. Access to a
332 network may be denied when the modification itself materially and
333 adversely affects the operation of the network or violates the rules and
334 protocols for communication across the network.
335
336 Corresponding Source conveyed, and Installation Information provided,
337 in accord with this section must be in a format that is publicly
338 documented (and with an implementation available to the public in
339 source code form), and must require no special password or key for
340 unpacking, reading or copying.
341
342 7. Additional Terms.
343
344 "Additional permissions" are terms that supplement the terms of this
345 License by making exceptions from one or more of its conditions.
346 Additional permissions that are applicable to the entire Program shall
347 be treated as though they were included in this License, to the extent
348 that they are valid under applicable law. If additional permissions
349 apply only to part of the Program, that part may be used separately
350 under those permissions, but the entire Program remains governed by
351 this License without regard to the additional permissions.
352
353 When you convey a copy of a covered work, you may at your option
354 remove any additional permissions from that copy, or from any part of
355 it. (Additional permissions may be written to require their own
356 removal in certain cases when you modify the work.) You may place
357 additional permissions on material, added by you to a covered work,
358 for which you have or can give appropriate copyright permission.
359
360 Notwithstanding any other provision of this License, for material you
361 add to a covered work, you may (if authorized by the copyright holders of
362 that material) supplement the terms of this License with terms:
363
364 a) Disclaiming warranty or limiting liability differently from the
365 terms of sections 15 and 16 of this License; or
366
367 b) Requiring preservation of specified reasonable legal notices or
368 author attributions in that material or in the Appropriate Legal
369 Notices displayed by works containing it; or
370
371 c) Prohibiting misrepresentation of the origin of that material, or
372 requiring that modified versions of such material be marked in
373 reasonable ways as different from the original version; or
374
375 d) Limiting the use for publicity purposes of names of licensors or
376 authors of the material; or
377
378 e) Declining to grant rights under trademark law for use of some
379 trade names, trademarks, or service marks; or
380
381 f) Requiring indemnification of licensors and authors of that
382 material by anyone who conveys the material (or modified versions of
383 it) with contractual assumptions of liability to the recipient, for
384 any liability that these contractual assumptions directly impose on
385 those licensors and authors.
386
387 All other non-permissive additional terms are considered "further
388 restrictions" within the meaning of section 10. If the Program as you
389 received it, or any part of it, contains a notice stating that it is
390 governed by this License along with a term that is a further
391 restriction, you may remove that term. If a license document contains
392 a further restriction but permits relicensing or conveying under this
393 License, you may add to a covered work material governed by the terms
394 of that license document, provided that the further restriction does
395 not survive such relicensing or conveying.
396
397 If you add terms to a covered work in accord with this section, you
398 must place, in the relevant source files, a statement of the
399 additional terms that apply to those files, or a notice indicating
400 where to find the applicable terms.
401
402 Additional terms, permissive or non-permissive, may be stated in the
403 form of a separately written license, or stated as exceptions;
404 the above requirements apply either way.
405
406 8. Termination.
407
408 You may not propagate or modify a covered work except as expressly
409 provided under this License. Any attempt otherwise to propagate or
410 modify it is void, and will automatically terminate your rights under
411 this License (including any patent licenses granted under the third
412 paragraph of section 11).
413
414 However, if you cease all violation of this License, then your
415 license from a particular copyright holder is reinstated (a)
416 provisionally, unless and until the copyright holder explicitly and
417 finally terminates your license, and (b) permanently, if the copyright
418 holder fails to notify you of the violation by some reasonable means
419 prior to 60 days after the cessation.
420
421 Moreover, your license from a particular copyright holder is
422 reinstated permanently if the copyright holder notifies you of the
423 violation by some reasonable means, this is the first time you have
424 received notice of violation of this License (for any work) from that
425 copyright holder, and you cure the violation prior to 30 days after
426 your receipt of the notice.
427
428 Termination of your rights under this section does not terminate the
429 licenses of parties who have received copies or rights from you under
430 this License. If your rights have been terminated and not permanently
431 reinstated, you do not qualify to receive new licenses for the same
432 material under section 10.
433
434 9. Acceptance Not Required for Having Copies.
435
436 You are not required to accept this License in order to receive or
437 run a copy of the Program. Ancillary propagation of a covered work
438 occurring solely as a consequence of using peer-to-peer transmission
439 to receive a copy likewise does not require acceptance. However,
440 nothing other than this License grants you permission to propagate or
441 modify any covered work. These actions infringe copyright if you do
442 not accept this License. Therefore, by modifying or propagating a
443 covered work, you indicate your acceptance of this License to do so.
444
445 10. Automatic Licensing of Downstream Recipients.
446
447 Each time you convey a covered work, the recipient automatically
448 receives a license from the original licensors, to run, modify and
449 propagate that work, subject to this License. You are not responsible
450 for enforcing compliance by third parties with this License.
451
452 An "entity transaction" is a transaction transferring control of an
453 organization, or substantially all assets of one, or subdividing an
454 organization, or merging organizations. If propagation of a covered
455 work results from an entity transaction, each party to that
456 transaction who receives a copy of the work also receives whatever
457 licenses to the work the party's predecessor in interest had or could
458 give under the previous paragraph, plus a right to possession of the
459 Corresponding Source of the work from the predecessor in interest, if
460 the predecessor has it or can get it with reasonable efforts.
461
462 You may not impose any further restrictions on the exercise of the
463 rights granted or affirmed under this License. For example, you may
464 not impose a license fee, royalty, or other charge for exercise of
465 rights granted under this License, and you may not initiate litigation
466 (including a cross-claim or counterclaim in a lawsuit) alleging that
467 any patent claim is infringed by making, using, selling, offering for
468 sale, or importing the Program or any portion of it.
469
470 11. Patents.
471
472 A "contributor" is a copyright holder who authorizes use under this
473 License of the Program or a work on which the Program is based. The
474 work thus licensed is called the contributor's "contributor version".
475
476 A contributor's "essential patent claims" are all patent claims
477 owned or controlled by the contributor, whether already acquired or
478 hereafter acquired, that would be infringed by some manner, permitted
479 by this License, of making, using, or selling its contributor version,
480 but do not include claims that would be infringed only as a
481 consequence of further modification of the contributor version. For
482 purposes of this definition, "control" includes the right to grant
483 patent sublicenses in a manner consistent with the requirements of
484 this License.
485
486 Each contributor grants you a non-exclusive, worldwide, royalty-free
487 patent license under the contributor's essential patent claims, to
488 make, use, sell, offer for sale, import and otherwise run, modify and
489 propagate the contents of its contributor version.
490
491 In the following three paragraphs, a "patent license" is any express
492 agreement or commitment, however denominated, not to enforce a patent
493 (such as an express permission to practice a patent or covenant not to
494 sue for patent infringement). To "grant" such a patent license to a
495 party means to make such an agreement or commitment not to enforce a
496 patent against the party.
497
498 If you convey a covered work, knowingly relying on a patent license,
499 and the Corresponding Source of the work is not available for anyone
500 to copy, free of charge and under the terms of this License, through a
501 publicly available network server or other readily accessible means,
502 then you must either (1) cause the Corresponding Source to be so
503 available, or (2) arrange to deprive yourself of the benefit of the
504 patent license for this particular work, or (3) arrange, in a manner
505 consistent with the requirements of this License, to extend the patent
506 license to downstream recipients. "Knowingly relying" means you have
507 actual knowledge that, but for the patent license, your conveying the
508 covered work in a country, or your recipient's use of the covered work
509 in a country, would infringe one or more identifiable patents in that
510 country that you have reason to believe are valid.
511
512 If, pursuant to or in connection with a single transaction or
513 arrangement, you convey, or propagate by procuring conveyance of, a
514 covered work, and grant a patent license to some of the parties
515 receiving the covered work authorizing them to use, propagate, modify
516 or convey a specific copy of the covered work, then the patent license
517 you grant is automatically extended to all recipients of the covered
518 work and works based on it.
519
520 A patent license is "discriminatory" if it does not include within
521 the scope of its coverage, prohibits the exercise of, or is
522 conditioned on the non-exercise of one or more of the rights that are
523 specifically granted under this License. You may not convey a covered
524 work if you are a party to an arrangement with a third party that is
525 in the business of distributing software, under which you make payment
526 to the third party based on the extent of your activity of conveying
527 the work, and under which the third party grants, to any of the
528 parties who would receive the covered work from you, a discriminatory
529 patent license (a) in connection with copies of the covered work
530 conveyed by you (or copies made from those copies), or (b) primarily
531 for and in connection with specific products or compilations that
532 contain the covered work, unless you entered into that arrangement,
533 or that patent license was granted, prior to 28 March 2007.
534
535 Nothing in this License shall be construed as excluding or limiting
536 any implied license or other defenses to infringement that may
537 otherwise be available to you under applicable patent law.
538
539 12. No Surrender of Others' Freedom.
540
541 If conditions are imposed on you (whether by court order, agreement or
542 otherwise) that contradict the conditions of this License, they do not
543 excuse you from the conditions of this License. If you cannot convey a
544 covered work so as to satisfy simultaneously your obligations under this
545 License and any other pertinent obligations, then as a consequence you may
546 not convey it at all. For example, if you agree to terms that obligate you
547 to collect a royalty for further conveying from those to whom you convey
548 the Program, the only way you could satisfy both those terms and this
549 License would be to refrain entirely from conveying the Program.
550
551 13. Use with the GNU Affero General Public License.
552
553 Notwithstanding any other provision of this License, you have
554 permission to link or combine any covered work with a work licensed
555 under version 3 of the GNU Affero General Public License into a single
556 combined work, and to convey the resulting work. The terms of this
557 License will continue to apply to the part which is the covered work,
558 but the special requirements of the GNU Affero General Public License,
559 section 13, concerning interaction through a network will apply to the
560 combination as such.
561
562 14. Revised Versions of this License.
563
564 The Free Software Foundation may publish revised and/or new versions of
565 the GNU General Public License from time to time. Such new versions will
566 be similar in spirit to the present version, but may differ in detail to
567 address new problems or concerns.
568
569 Each version is given a distinguishing version number. If the
570 Program specifies that a certain numbered version of the GNU General
571 Public License "or any later version" applies to it, you have the
572 option of following the terms and conditions either of that numbered
573 version or of any later version published by the Free Software
574 Foundation. If the Program does not specify a version number of the
575 GNU General Public License, you may choose any version ever published
576 by the Free Software Foundation.
577
578 If the Program specifies that a proxy can decide which future
579 versions of the GNU General Public License can be used, that proxy's
580 public statement of acceptance of a version permanently authorizes you
581 to choose that version for the Program.
582
583 Later license versions may give you additional or different
584 permissions. However, no additional obligations are imposed on any
585 author or copyright holder as a result of your choosing to follow a
586 later version.
587
588 15. Disclaimer of Warranty.
589
590 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
591 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
592 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
593 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
594 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
595 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
596 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
597 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
598
599 16. Limitation of Liability.
600
601 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
602 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
603 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
604 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
605 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
606 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
607 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
608 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
609 SUCH DAMAGES.
610
611 17. Interpretation of Sections 15 and 16.
612
613 If the disclaimer of warranty and limitation of liability provided
614 above cannot be given local legal effect according to their terms,
615 reviewing courts shall apply local law that most closely approximates
616 an absolute waiver of all civil liability in connection with the
617 Program, unless a warranty or assumption of liability accompanies a
618 copy of the Program in return for a fee.
+0
-90
debian/local/pyppd/PKG-INFO less more
0 Metadata-Version: 1.0
1 Name: pyppd
2 Version: 0.4.9
3 Summary: A CUPS PostScript Printer Driver's compressor and generator
4 Home-page: http://gitorious.org/vitorbaptista/pyppd/
5 Author: Vitor Baptista
6 Author-email: vitor@vitorbaptista.com
7 License: GPLv3
8 Description: pyppd
9 =====
10
11 ``pyppd`` is a CUPS PPD generator. It holds an compressed archive of PPDs, which
12 can be listed and retrieved only when needed by CUPS, saving disk space.
13
14 Instalation
15 -----------
16
17 To install ``pyppd``, you can use:
18
19 # pip install pyppd
20
21 Or download the source package, uncompress, and run as root:
22
23 # python setup.py install
24
25 It depends on Python 2.x (http://www.python.org) and XZ Utils
26 (http://tukaani.org/xz/).
27
28 Usage
29 -----
30
31 At first, you have to create a PPD archive. For such, put all PPDs (they might
32 be gzipped) you want to add in the archive inside a single folder (which can
33 have subfolders), then run:
34
35 $ pyppd /path/to/your/ppd/folder
36
37 It'll create ``pyppd-ppdfile`` in your current folder. You can test it by
38 running:
39
40 $ ./pyppd-ppdfile list
41
42 And, for reading a PPD from the archive, simply do:
43
44 $ ./pyppd-ppdfile cat pyppd-ppdfile:MY-PPD-FILE.PPD
45
46 For CUPS to be able to use your newly-created archive, copy ``pyppd-ppdfile``
47 to ``/usr/lib/cups/driver/`` and you're done.
48
49 The generated ``pyppd-ppdfile`` can be arbitrarily renamed, so that more than
50 one packed repository can be installed on one system. This can be useful if
51 you need a better performance, be it in time or memory usage. Note that also
52 the PPD URIs will follow the new name:
53
54 $ ./pyppd-ppdfile list
55
56 pyppd-ppdfile:LasterStar/LaserStar-XX100.ppd
57
58 $ mv pyppd-ppdfile laserstar
59
60 $ ./laserstar list
61
62 laserstar:LaserStar/LaserStar-XX100.ppd
63
64 Contributors
65 ------------
66
67 * **Till Kamppeter** - Original idea, mentoring and feedback. User #0.
68
69 * **Hin-Tak Leung** - Lots of technical suggestions.
70
71 * **Flávio Ribeiro** and **Diógenes Fernandes** - Refactorings and general Python's best practices tips.
72
73 * **Google's OSPO** - Initial funding at GSoC 2010.
74
75 Issues
76 ------
77
78 * Add unit tests.
79 * When testing if the PPD generated from the \*Product line already exists in a
80 \*1284DeviceID line, we do a case-sensitive test. I think it should be case-
81 insensitive.
82 * Generate manpage.
83
84 Platform: UNKNOWN
85 Classifier: Development Status :: 4 - Beta
86 Classifier: Intended Audience :: System Administrators
87 Classifier: Operating System :: POSIX
88 Classifier: License :: OSI Approved :: GNU General Public License (GPL)
89 Classifier: Topic :: Printing
+0
-66
debian/local/pyppd/README.txt less more
0 pyppd
1 =====
2
3 ``pyppd`` is a CUPS PPD generator. It holds an compressed archive of PPDs, which
4 can be listed and retrieved only when needed by CUPS, saving disk space.
5
6 Instalation
7 -----------
8
9 To install ``pyppd``, you can use:
10
11 # pip install pyppd
12
13 Or download the source package, uncompress, and run as root:
14
15 # python setup.py install
16
17 It depends on Python 2.x (http://www.python.org) and XZ Utils
18 (http://tukaani.org/xz/).
19
20 Usage
21 -----
22
23 At first, you have to create a PPD archive. For such, put all PPDs (they might
24 be gzipped) you want to add in the archive inside a single folder (which can
25 have subfolders), then run:
26
27 $ pyppd /path/to/your/ppd/folder
28
29 It'll create ``pyppd-ppdfile`` in your current folder. You can test it by
30 running:
31
32 $ ./pyppd-ppdfile list
33
34 And, for reading a PPD from the archive, simply do:
35
36 $ ./pyppd-ppdfile cat pyppd-ppdfile:MY-PPD-FILE.PPD
37
38 For CUPS to be able to use your newly-created archive, copy ``pyppd-ppdfile``
39 to ``/usr/lib/cups/driver/`` and you're done.
40
41 The generated ``pyppd-ppdfile`` can be arbitrarily renamed, so that more than
42 one packed repository can be installed on one system. This can be useful if
43 you need a better performance, be it in time or memory usage. Note that also
44 the PPD URIs will follow the new name:
45
46 $ ./pyppd-ppdfile list
47
48 pyppd-ppdfile:LasterStar/LaserStar-XX100.ppd
49
50 $ mv pyppd-ppdfile laserstar
51
52 $ ./laserstar list
53
54 laserstar:LaserStar/LaserStar-XX100.ppd
55
56 Contributors
57 ------------
58
59 * **Till Kamppeter** - Original idea, mentoring and feedback. User #0.
60
61 * **Hin-Tak Leung** - Lots of technical suggestions.
62
63 * **Flávio Ribeiro** and **Diógenes Fernandes** - Refactorings and general Python's best practices tips.
64
65 * **Google's OSPO** - Initial funding at GSoC 2010.
+0
-9
debian/local/pyppd/bin/pyppd less more
0 #!/usr/bin/env python
1
2 from pyppd import runner
3 try:
4 runner.run()
5 except (IOError, KeyboardInterrupt):
6 # We don't want neither IOError nor KeyboardInterrupt throwing a traceback
7 # into stdout.
8 pass
+0
-108
debian/local/pyppd/pyppd/archiver.py less more
0 import base64
1 import sys
2 import os
3 import fnmatch
4 import cPickle
5 import gzip
6 import logging
7 from random import randint
8 import compressor
9 import ppd
10
11 def archive(ppds_directory):
12 """Returns a string with the decompressor, its dependencies and the archive.
13
14 It reads the template at pyppd/pyppd-ppdfile.in, inserts the dependencies
15 and the archive encoded in base64, and returns as a string.
16
17 """
18 logging.info('Compressing folder "%s".' % ppds_directory)
19 ppds_compressed = compress(ppds_directory)
20 if not ppds_compressed:
21 return None
22
23 ppds_compressed_b64 = base64.b64encode(ppds_compressed)
24
25 logging.info('Populating template.')
26 template = read_file_in_syspath("pyppd/pyppd-ppdfile.in")
27 compressor_py = read_file_in_syspath("pyppd/compressor.py")
28
29 template = template.replace("@compressor@", compressor_py)
30 template = template.replace("@ppds_compressed_b64@", ppds_compressed_b64)
31
32 return template
33
34 def compress(directory):
35 """Compresses and indexes *.ppd and *.ppd.gz in directory returning a string.
36
37 The directory is walked recursively, concatenating all ppds found in a string.
38 For each, it tests if its filename ends in *.gz. If so, opens with gzip. If
39 not, opens directly. Then, it parses and saves its name, description (in the
40 format CUPS needs (which can be more than one)) and it's position in the ppds
41 string (start position and length) into a dictionary, used as an index.
42 Then, it compresses the string, adds into the dictionary as key ARCHIVE and
43 returns a compressed pickle dump of it.
44
45 """
46 ppds = ""
47 ppds_index = {}
48 abs_directory = os.path.abspath(directory)
49
50 for ppd_path in find_files(directory, ("*.ppd", "*.ppd.gz")):
51 # Remove 'directory/' from the filename
52 ppd_filename = ppd_path[len(abs_directory)+1:]
53
54 if ppd_path.lower().endswith(".gz"):
55 ppd_file = gzip.open(ppd_path).read()
56 # We don't want the .gz extension in our filename
57 ppd_filename = ppd_filename[:-3]
58 else:
59 ppd_file = open(ppd_path).read()
60
61 start = len(ppds)
62 length = len(ppd_file)
63 logging.debug('Found %s (%d bytes).' % (ppd_path, length))
64
65 ppd_parsed = ppd.parse(ppd_file, ppd_filename)
66 ppd_descriptions = map(str, ppd_parsed)
67 ppds_index[ppd_parsed[0].uri] = (start, length, ppd_descriptions)
68 logging.debug('Adding %d entry(ies): %s.' % (len(ppd_descriptions), map(str, ppd_parsed)))
69 ppds += ppd_file
70
71 if not ppds:
72 logging.error('No PPDs found in folder "%s".' % directory)
73 return None
74
75 logging.info('Compressing archive.')
76 ppds_index['ARCHIVE'] = compressor.compress(ppds)
77 logging.info('Generating and compressing pickle dump.')
78 ppds_pickle = compressor.compress(cPickle.dumps(ppds_index))
79
80
81 return ppds_pickle
82
83
84 def read_file_in_syspath(filename):
85 """Reads the file in filename in each sys.path.
86
87 If we couldn't find, throws the last IOError caught.
88
89 """
90 last_exception = None
91 for path in sys.path:
92 try:
93 return open(path + "/" + filename).read()
94 except IOError as ex:
95 last_exception = ex
96 continue
97 raise last_exception
98
99 def find_files(directory, patterns):
100 """Yields each file that matches any of patterns in directory."""
101 logging.debug('Searching for "%s" files in folder "%s".' %
102 (", ".join(patterns), directory))
103 abs_directory = os.path.abspath(directory)
104 for root, dirnames, filenames in os.walk(abs_directory):
105 for pattern in patterns:
106 for filename in fnmatch.filter(filenames, pattern):
107 yield os.path.join(root, filename)
+0
-20
debian/local/pyppd/pyppd/compressor.py less more
0 from subprocess import Popen, PIPE
1
2 def compress(value):
3 """Compresses a string with the xz binary"""
4
5 process = Popen(["xz", "--compress", "--force"], stdin=PIPE, stdout=PIPE)
6 return process.communicate(value)[0]
7
8 def decompress(value):
9 """Decompresses a string with the xz binary"""
10
11 process = Popen(["xz", "--decompress", "--stdout", "--force"],
12 stdin=PIPE, stdout=PIPE)
13 return process.communicate(value)[0]
14
15 def compress_file(path):
16 """Compress the file at 'path' with the xz binary"""
17
18 process = Popen(["xz", "--compress", "--force", "--stdout", path], stdout=PIPE)
19 return process.communicate()[0]
+0
-116
debian/local/pyppd/pyppd/ppd.py less more
0 import re
1 import logging
2
3 LANGUAGES = {'afar': 'aa', 'abkhazian': 'ab', 'afrikaans': 'af',
4 'amharic': 'am', 'arabic': 'ar', 'assamese': 'as',
5 'aymara': 'ay', 'azerbaijani': 'az', 'bashkir': 'ba',
6 'byelorussian': 'be', 'bulgarian': 'bg', 'bihari': 'bh',
7 'bislama': 'bi', 'bengali': 'bn', 'bangla': 'bn',
8 'tibetan': 'bo', 'breton': 'br', 'catalan': 'ca',
9 'corsican': 'co', 'czech': 'cs', 'welsh': 'cy',
10 'danish': 'da', 'german': 'de', 'bhutani': 'dz',
11 'greek': 'el', 'english': 'en', 'esperanto': 'eo',
12 'spanish': 'es', 'estonian': 'et', 'basque': 'eu',
13 'persian': 'fa', 'finnish': 'fi', 'fiji': 'fj',
14 'faeroese': 'fo', 'french': 'fr', 'frisian': 'fy',
15 'irish': 'ga', 'scots gaelic': 'gd', 'galician': 'gl',
16 'guarani': 'gn', 'gujarati': 'gu', 'hausa': 'ha',
17 'hindi': 'hi', 'croatian': 'hr', 'hungarian': 'hu',
18 'armenian': 'hy', 'interlingua': 'ia', 'interlingue': 'ie',
19 'inupiak': 'ik', 'indonesian': 'in', 'icelandic': 'is',
20 'italian': 'it', 'hebrew': 'iw', 'japanese': 'ja',
21 'yiddish': 'ji', 'javanese': 'jw', 'georgian': 'ka',
22 'kazakh': 'kk', 'greenlandic': 'kl', 'cambodian': 'km',
23 'kannada': 'kn', 'korean': 'ko', 'kashmiri': 'ks',
24 'kurdish': 'ku', 'kirghiz': 'ky', 'latin': 'la',
25 'lingala': 'ln', 'laothian': 'lo', 'lithuanian': 'lt',
26 'latvian': 'lv','lettish': 'lv', 'malagasy': 'mg',
27 'maori': 'mi', 'macedonian': 'mk', 'malayalam': 'ml',
28 'mongolian': 'mn', 'moldavian': 'mo', 'marathi': 'mr',
29 'malay': 'ms', 'maltese': 'mt', 'burmese': 'my',
30 'nauru': 'na', 'nepali': 'ne', 'dutch': 'nl',
31 'norwegian': 'no', 'occitan': 'oc', '(afan) oromo': 'om',
32 'oriya': 'or', 'punjabi': 'pa', 'polish': 'pl',
33 'pashto': 'ps', 'pushto': 'ps', 'portuguese': 'pt',
34 'quechua': 'qu', 'rhaeto-romance': 'rm', 'kirundi': 'rn',
35 'romanian': 'ro', 'russian': 'ru', 'kinyarwanda': 'rw',
36 'sanskrit': 'sa', 'sindhi': 'sd', 'sangro': 'sg',
37 'serbo-croatian': 'sh', 'singhalese': 'si', 'slovak': 'sk',
38 'slovenian': 'sl', 'samoan': 'sm', 'shona': 'sn',
39 'somali': 'so', 'albanian': 'sq', 'serbian': 'sr',
40 'siswati': 'ss', 'sesotho': 'st', 'sundanese': 'su',
41 'swedish': 'sv', 'swahili': 'sw', 'tamil': 'ta',
42 'tegulu': 'te', 'tajik': 'tg', 'thai': 'th',
43 'tigrinya': 'ti', 'turkmen': 'tk', 'tagalog': 'tl',
44 'setswana': 'tn', 'tonga': 'to', 'turkish': 'tr',
45 'tsonga': 'ts', 'tatar': 'tt', 'twi': 'tw',
46 'ukrainian': 'uk', 'urdu': 'ur', 'uzbek': 'uz',
47 'vietnamese': 'vi', 'volapuk': 'vo', 'wolof': 'wo',
48 'xhosa': 'xh', 'yoruba': 'yo', 'chinese': 'zh',
49 'simplified chinese': 'zh_TW', 'traditional chinese': 'zh_CN',
50 'zulu': 'zu', 'portuguese_brazil': 'pt_BR'}
51
52 class PPD(object):
53 """Represents a PostScript Description file."""
54 def __init__(self, uri, language, manufacturer, nickname, deviceid):
55 """Initializes a PPD object with the information passed."""
56 self.uri = uri
57 self.language = language
58 self.manufacturer = manufacturer
59 self.nickname = nickname
60 self.deviceid = deviceid
61
62 def __str__(self):
63 return '"%s" %s "%s" "%s" "%s"' % (self.uri, self.language,
64 self.manufacturer, self.nickname,
65 self.deviceid)
66
67
68 def parse(ppd_file, filename):
69 """Parses ppd_file and returns an array with the PPDs it found.
70
71 One ppd_file might result in more than one PPD. The rules are: return an
72 PPD for each "1284DeviceID" entry, and one for each "Product" line, if it
73 creates an unique (Manufacturer, Product) DeviceID.
74 """
75 logging.debug('Parsing %s.' % filename)
76 language_re = re.search('\*LanguageVersion:\s*(.+)', ppd_file)
77 manufacturer_re = re.search('\*Manufacturer:\s*"(.+)"', ppd_file)
78 nickname_re = re.search('\*NickName:\s*"(.+)"', ppd_file)
79 deviceids = re.findall('\*1284DeviceID:\s*"(.+)"', ppd_file)
80
81 try:
82 language = LANGUAGES[str.strip(language_re.group(1)).lower()]
83 manufacturer = str.strip(manufacturer_re.group(1))
84 nickname = str.strip(nickname_re.group(1))
85 logging.debug('Language: "%s", Manufacturer: "%s", Nickname: "%s".' %
86 (language, manufacturer, nickname))
87 ppds = []
88 models = []
89 line = 0
90 if deviceids:
91 for deviceid in deviceids:
92 logging.debug('1284DeviceID: "%s".' % deviceid)
93 uri = "%d/%s" % (line, filename)
94 ppds += [PPD(uri, language, manufacturer, nickname, deviceid.strip())]
95 models += re.findall(".*(?:MODEL|MDL):(.*?);.*", deviceid, re.I)
96 line += 1
97
98 for product in re.findall('\*Product:\s*"\((.+)\)"', ppd_file):
99 product = str.strip(product)
100
101 # Don't add a new entry if there's already one for the same product model
102 if product in models:
103 logging.debug('Ignoring already found *Product: "%s".' %
104 product)
105 continue
106
107 logging.debug('Product: "%s"' % product)
108 deviceid = "MFG:%s;MDL:%s;" % (manufacturer, product)
109 uri = "%d/%s" % (line, filename)
110 ppds += [PPD(uri, language, manufacturer, nickname, deviceid)]
111 line += 1
112
113 return ppds
114 except:
115 raise Exception, ("Error parsing PPD file '%s'" % filename)
+0
-79
debian/local/pyppd/pyppd/pyppd-ppdfile.in less more
0 #!/usr/bin/env python
1
2 # compressor.py
3 @compressor@
4 # compressor.py
5
6 from optparse import OptionParser
7 from sys import argv
8 import base64
9 import cPickle
10 from cStringIO import StringIO
11 from os.path import basename
12
13 def load():
14 ppds_compressed = base64.b64decode(ppds_compressed_b64)
15 ppds_decompressed = decompress(ppds_compressed)
16 ppds = cPickle.loads(ppds_decompressed)
17 return ppds
18
19 def ls():
20 binary_name = basename(argv[0])
21 ppds = load()
22 for key, value in ppds.iteritems():
23 if key == 'ARCHIVE': continue
24 for ppd in value[2]:
25 print ppd.replace('"', '"' + binary_name + ':', 1)
26
27 def cat(ppd):
28 # Ignore driver's name, take only PPD's
29 ppd = ppd.split(":")[-1]
30 # Remove also the index
31 ppd = "0/" + ppd[ppd.find("/")+1:]
32
33 ppds = load()
34 ppds['ARCHIVE'] = StringIO(decompress(ppds['ARCHIVE']))
35
36 if ppds.has_key(ppd):
37 start = ppds[ppd][0]
38 length = ppds[ppd][1]
39 ppds['ARCHIVE'].seek(start)
40 return ppds['ARCHIVE'].read(length)
41
42 def main():
43 usage = "usage: %prog list\n" \
44 " %prog cat URI"
45 version = "%prog 0.4.9\n" \
46 "Copyright (c) 2010 Vitor Baptista.\n" \
47 "This is free software; see the source for copying conditions.\n" \
48 "There is NO warranty; not even for MERCHANTABILITY or\n" \
49 "FITNESS FOR A PARTICULAR PURPOSE."
50 parser = OptionParser(usage=usage,
51 version=version)
52 (options, args) = parser.parse_args()
53
54 if len(args) == 0 or len(args) > 2:
55 parser.error("incorrect number of arguments")
56
57 if args[0].lower() == 'list':
58 ls()
59 elif args[0].lower() == 'cat':
60 if not len(args) == 2:
61 parser.error("incorrect number of arguments")
62 ppd = cat(args[1])
63 if not ppd:
64 parser.error("Printer '%s' does not have default driver!" % args[1])
65 print ppd
66 else:
67 parser.error("argument " + args[0] + " invalid")
68
69 # PPDs Archive
70 ppds_compressed_b64 = "@ppds_compressed_b64@"
71
72 if __name__ == "__main__":
73 try:
74 main()
75 except (IOError, KeyboardInterrupt):
76 # We don't want neither IOError nor KeyboardInterrupt throwing a
77 # traceback into stdout.
78 pass
+0
-75
debian/local/pyppd/pyppd/runner.py less more
0 import os
1 import stat
2 import errno
3 import logging
4 import logging.handlers
5 from optparse import OptionParser
6 import archiver
7
8 def parse_args():
9 usage = "usage: %prog [options] ppds_directory"
10 version = "%prog 0.4.9\n" \
11 "Copyright (c) 2010 Vitor Baptista.\n" \
12 "This is free software; see the source for copying conditions.\n" \
13 "There is NO warranty; not even for MERCHANTABILITY or\n" \
14 "FITNESS FOR A PARTICULAR PURPOSE."
15 parser = OptionParser(usage=usage,
16 version=version)
17 parser.add_option("-v", "--verbose",
18 action="count", dest="verbosity",
19 help="run verbosely (can be supplied multiple times to " \
20 "increase verbosity)")
21 parser.add_option("-d", "--debug",
22 action="store_const", const=2, dest="verbose",
23 help="print debug messages")
24 parser.add_option("-o", "--output",
25 default="pyppd-ppdfile", metavar="FILE",
26 help="write archive to FILE [default %default]")
27 (options, args) = parser.parse_args()
28
29 if len(args) != 1:
30 parser.error("incorrect number of arguments")
31
32 if not os.path.isdir(args[0]):
33 parser.error("'%s' isn't a directory" % args[0])
34
35 return (options, args)
36
37 def configure_logging(verbosity):
38 """Configures logging verbosity
39
40 To stdout, we only WARNING of worse messages in a simpler format. To the
41 file, we save every log message with its time, level, module and method.
42 We also rotate the log_file, removing old entries when it reaches 2 MB.
43 """
44
45 if verbosity == 1:
46 level = logging.INFO
47 elif verbosity == 2:
48 level = logging.DEBUG
49 else:
50 level = logging.WARNING
51
52 formatter = '[%(levelname)s] %(module)s.%(funcName)s(): %(message)s'
53
54 logging.basicConfig(level=level, format=formatter)
55
56 def run():
57 (options, args) = parse_args()
58 configure_logging(options.verbosity)
59 ppds_directory = args[0]
60
61 logging.info('Archiving folder "%s".' % ppds_directory)
62 archive = archiver.archive(ppds_directory)
63 if not archive:
64 exit(errno.ENOENT)
65
66 logging.info('Writing archive to "%s".' % options.output)
67 output = open(options.output, "w+")
68 output.write(archive)
69 output.close()
70
71 logging.info('Setting "%s" executable flag.' % options.output)
72 execute_mode = stat.S_IEXEC | stat.S_IXGRP | stat.S_IXOTH
73 mode = os.stat(options.output).st_mode | execute_mode
74 os.chmod(options.output, mode)
+0
-41
debian/local/pyppd/setup.py less more
0 #!/usr/bin/env python
1
2 from distutils.core import setup
3 from distutils.command.sdist import sdist as _sdist
4
5 class sdist(_sdist):
6 def run(self):
7 try:
8 import sys
9 sys.path.append("contrib")
10 import git2changes
11 print 'generating CHANGES.txt'
12 with open('CHANGES.txt', 'w+') as f:
13 git2changes.run(f)
14 except ImportError:
15 pass
16
17 _sdist.run(self)
18
19 setup(
20 name='pyppd',
21 version='0.4.9',
22 author='Vitor Baptista',
23 author_email='vitor@vitorbaptista.com',
24 packages=['pyppd'],
25 package_data={'pyppd': ['*.in']},
26 scripts=['bin/pyppd'],
27 url='http://gitorious.org/vitorbaptista/pyppd/',
28 license='GPLv3',
29 description='A CUPS PostScript Printer Driver\'s compressor and generator',
30 long_description=open('README.txt').read() + "\n" +
31 open('ISSUES.txt').read(),
32 cmdclass={'sdist': sdist},
33 classifiers=[
34 'Development Status :: 4 - Beta',
35 'Intended Audience :: System Administrators',
36 'Operating System :: POSIX',
37 'License :: OSI Approved :: GNU General Public License (GPL)',
38 'Topic :: Printing',
39 ],
40 )
0 --- ptouch-driver-1.3.orig/driver/ptouch.xml 2010-02-16 15:43:14.000000000 +0100
1 +++ ptouch-driver-1.3/driver/ptouch.xml 2010-02-16 15:43:59.000000000 +0100
2 @@ -25,6 +25,15 @@
0 --- a/driver/ptouch.xml
1 +++ b/driver/ptouch.xml
2 @@ -24,7 +24,16 @@
3 <url></url>
34 <execution>
45 <filter />
5 <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=cups %A%Z -sOutputFile=- - | rastertoptch dummyjob dummyuser dummytitle 1 '%B'</prototype>
6 - <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=cups %A%Z -sOutputFile=- - | rastertoptch dummyjob dummyuser dummytitle 1 '%B'</prototype>
7 + <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -dNOINTERPOLATE -sDEVICE=cups %A%Z -sOutputFile=- - | rastertoptch dummyjob dummyuser dummytitle 1 '%B'</prototype>
68 + <margins>
79 + <general>
810 + <unit>mm</unit>
1517 </execution>
1618 <comments>
1719 <en>
18 --- ptouch-driver-1.3.orig/printer/Brother-QL-550.xml 2010-02-16 15:46:11.000000000 +0100
19 +++ ptouch-driver-1.3/printer/Brother-QL-550.xml 2010-02-16 15:48:18.675274267 +0100
20 --- a/printer/Brother-QL-550.xml
21 +++ b/printer/Brother-QL-550.xml
2022 @@ -28,7 +28,7 @@
2123 <resolution>
2224 <dpi>
2222 # Compress the PPD files with Vitor Baptista's pyppd PPD
2323 # archiving tool. This makes the space needed for PPDs at least
2424 # 10 times smaller.
25 (cd debian/local/pyppd/ && \
26 chmod 755 bin/pyppd && \
27 touch pyppd/__init__.py && \
28 PYTHONPATH=. bin/pyppd $(CURDIR)/foomatic && \
29 install -D -m 755 pyppd-ppdfile $(CURDIR)/debian/ptouch-driver/usr/lib/cups/driver/ptouch-driver && \
30 rm -rf $(CURDIR)/foomatic && \
31 rm -f pyppd-ppdfile && \
32 rm -f */*.pyc \
25 ( mkdir $(CURDIR)/debian/ptouch-driver/usr/lib/cups/driver/ && \
26 pyppd --output=$(CURDIR)/debian/ptouch-driver/usr/lib/cups/driver/ptouch-driver \
27 $(CURDIR)/foomatic && \
28 rm -rf $(CURDIR)/foomatic \
3329 )
3430
3531 install -D -m 644 debian/local/apport-hook.py $(CURDIR)/debian/ptouch-driver/usr/share/apport/package-hooks/source_ptouch-driver.py