Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 16:07:14 -0700 (PDT)
From:      Andreas Klemm <andreas@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/print/apsfilter/patches patch-5.4.2-27.05.2000-01:00:50 patch-5.4.2-25.05.2000-22:10:50
Message-ID:  <200005262307.QAA62568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     2000/05/26 16:07:14 PDT

  Added files:
    print/apsfilter/patches patch-5.4.2-27.05.2000-01:00:50 
  Removed files:
    print/apsfilter/patches patch-5.4.2-25.05.2000-22:10:50 
  Log:
  Some bugfixes in apsfilter and SETUP
  Better support for hpdj driver, especially HP DeskJet 970Cxi.
  * SETUP:
    fix bug in printer driver selection if $PRINTER = hpdj_*
    when checking if gs contains driver "hpdj_XXXX" then only
    grep  for the pattern hpdj. XXXX is the special printer Model.
    hpdj driver doesn't allow changing color depth (bpp), so ignore it
  * apsfilter:
  - hpdj driver doesn't allow changing color depth (bpp), so ignore it
  - bug in case structure, hpdj model wasn't detected
   "hpdj*" -> "hpdj_*"
  - bugfix, when specifying no hpdj printer model, then set
    HPDJ_MODEL='-sModel=unspec'
  - bugfix, several bugs in Class support for hpdj driver:
    - use only lowercase in case structure
    - many -d options had to be -sXXX=YYY options
  * printer list for SETUP
    instead of "hpdj" use "hpdj_855C" for HP DeskJet 970Cxi, so that
    gs is invoked with the printer model 855C.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005262307.QAA62568>