Changes between Version 16 and Version 17 of CupsPort


Ignore:
Timestamp:
Jun 7, 2008, 9:26:31 AM (16 years ago)
Author:
psmedley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CupsPort

    v16 v17  
    1 A preview of CUPS 1.3.2 (www.cups.org) + ESP Ghostscript 8.15.4
    2 (http://www.cups.org/espgs/) + Gutenprint 5.1.3
    3 (http://gimp-print.sourceforge.net/) is now available at
    4 http://download.smedley.info/cups-1.3.2-espgs-8.15.4-gutenprint-5.1.3-os2-20070925.zip
     1A preview of CUPS 1.3.2 (http://www.cups.org) + GPL Ghostscript 8.62 (http://www.ghostscript.com) + Gutenprint 5.1.98.2 (http://gimp-print.sourceforge.net/) is now available at http://svn.netlabs.org/ecups
    52
    6 Some notes on the release follow:
    7 Built using Innotek GCC v3.3.5 CSD3 version and requires the runtime dll from ftp://ftp.netlabs.org/pub/gcc/libc-0.6.3-csd3.zip
     3Some notes on the release follow:
     4
     5Ghostscript and Gutenprint are built using Innotek GCC v3.3.5 CSD3 version and require the runtime dll from ftp://ftp.netlabs.org/pub/gcc/libc-0.6.3-csd3.zip
     6
     7CUPS is built using a custom libc064x.dll - a copy of which can be downloaded from http://download.smedley.info/libc064x.zip
    88
    99Known issues:
    10  * adding printer using the web interface doesn't work - cupsd can't detect the available backends correctly - this is under investigation.  Adding a printer from the command line using lpadmin does however work. '''(Works in CUPS 1.3.2)'''
    11  * currently tested printer backends are ipp & lpd - usb isn't working. However, in the meantime, you can create a printer object for the USB printer, and run the OS/2 lpd daemon and print to a usb printer using the lpd backend in cups.
    12  * cups and associated programs are hardcoded to be in \gs, \gutenprint & \cups - ie '''DO NOT''''''' expect it to work if you unzip into c:\test - this restriction will be removed in a future build
    13  * to reduce the size of the archive, only en_GB language Gutenprint ppd files are included
     10    * currently tested printer backends are ipp & lpd - usb isn't working. However, in the meantime, you can create a printer object for the USB printer, and run the OS/2 lpd daemon and print to a usb printer using the lpd backend in cups.
     11    * cups and associated programs are hardcoded to be in \gs, \gutenprint & \cups - ie DO NOT expect it to work if you unzip into c:\test - this restriction may be removed in a future build
     12    * to reduce the size of the archive, only English language Gutenprint ppd files are included
    1413
    15 -------------
    16 What to test:
    17 Start the daemon (ie \cups\sbin\cupsd.exe - no command line parameters required)
    18 Make sure libcups.dll is available in the libpath
     14What to test:
     15* Start the daemon (ie \cups\sbin\cupsd.exe - no command line parameters required)
    1916
    20 Add a printer using the syntax:
    21  1. \cups\sbin\lpadmin -p laserjet4mps -E -v lpd://192.168.1.253 (Postscript printer called lsaerjet4mps, on LPD server at 192.168.1.253
    22  2. \cups\sbin\lpadmin -p EpsonC87 -E -v lpd://192.168.1.2/EPOMNI5C -m gutenprint/5.1/en_gb/stp-escp2-c86.5.1.ppd.gz (Raster printer called EpsonC87 on lpd server 192.168.1.2, queue name EPOMNI5C, postscript ppd to use located in /cups/share/cups/model/gutenprint/5.1/en_GB/stp-escp2-c86.5.1.ppd.gz
     17* Add a printer using the syntax:
    2318
    24 Verify printer has been added by loading the web interface in a browser with http://localhost:631 - look at the Printers button to see the printer and set any options (ie paper size, etc).
     19   1. \cups\sbin\lpadmin -p laserjet4mps -E -v lpd://192.168.1.253 (Postscript printer called lsaerjet4mps, on LPD server at 192.168.1.253
     20   2. \cups\sbin\lpadmin -p EpsonC87 -E -v lpd://192.168.1.2/EPOMNI5C -m gutenprint/5.1/C/stp-escp2-c87.5.1.ppd.gz (Raster printer called EpsonC87 on lpd server 192.168.1.2, queue name EPOMNI5C, postscript ppd to use located in /cups/share/cups/model/gutenprint/5.1/C/stp-escp2-c86.5.1.ppd.gz
    2521
    26 Try and print an image using \cups\bin\lpr -P <printername> filename.jpg -o fitplot
     22* Verify printer has been added by loading the web interface in a browser with http://localhost:631 - look at the Printers button to see the printer and set any options (ie paper size, etc).
    2723
    28 Try and print the cups test page using \cups\bin\lpr -P <printername> \cups\share\cups\data\testprint.ps - or by clicking the 'Print Test Page' button in the cups web gui.
     24* Try and print an image using:
     25         \cups\bin\lpr -P <printername> filename.jpg -o fitplot
    2926
    30 --------------
    31 General feedback can be provided to paulDESPAM@DESPAMsmedley.info, bug reports should go to http://mantis.smedley.info
     27* Try and print the cups test page using:
     28         \cups\bin\lpr -P <printername> \cups\share\cups\data\testprint.ps or by using the 'Print Test Page' button in the web interface.
    3229
    33 Many thanks to Bart van Leeuwen and Adrain Gschwend for providing encouragement for this project (ie nagging me on IRC!), and to Knut St. Osmundsen for providing libc, and in particular for fixing some libc bugs that have prevented CUPS working correctly up until now.
     30* Try and print a multiple page postscript file using:
     31         \cups\bin\lpr -P <printername> \cups\share\cups\data\PReCS20.ps
    3432
    35 Also thanks to testers Pete and David for there work in identifying the idiosyncracies in pin.exe and pscript.drv!! See http://news.gmane.org/gmane.org.netlabs.ecups.devel for details..
     33General feedback can be provided to paul@smedley.id.au, bug reports should go to http://mantis.smedley.info
     34
     35Many thanks to Bart van Leeuwen and Adrain Gschwend for providing encouragement for this project (ie nagging me on IRC!); and to Knut St Osmundsen for fixing the libc bugs that have stopped cups working reliably up until now!
    3636
    3737If you like this software and want to support continued ports, please consider donating via PayPal via the link at http://smedley.info/os2ports, or via the Mensys online store at http://www.mensys.net/os2ports
    3838
     39Changes since the last release:
     401) Updated to GPL GHostscript 8.62
     412) Updated to Gutenprint 5.1.98.2 (AKA 5.2.0-beta2)
     423) Recompiled CUPS using libc064x in the hope that the spawn fixes help make cupsd more stable
     43
     44Cheers,
     45
     46Paul Smedley
     47Adelaide, South Australia
     485th June, 2008