diff options
author | andreas <andreas@FreeBSD.org> | 1998-01-25 23:37:10 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-01-25 23:37:10 +0800 |
commit | 7dac00a4c240c145ba81a19948fa284345c52d78 (patch) | |
tree | 32aee7bdcaca529c8ae9b093189abde41523b9c0 /print/ghostscript-gpl/scripts | |
parent | 03fa468ef36f04eab4a75e1d7c4786b2596e0ca7 (diff) | |
download | freebsd-ports-gnome-7dac00a4c240c145ba81a19948fa284345c52d78.tar.gz freebsd-ports-gnome-7dac00a4c240c145ba81a19948fa284345c52d78.tar.zst freebsd-ports-gnome-7dac00a4c240c145ba81a19948fa284345c52d78.zip |
FreeBSD-hardware mailinglist:
From: Jin Guojun (ITG staff) <jin@george.lbl.gov>
BJC-240 in color mode is supported as well by the bjc600 and bjc800 driver.
BJC-240 b&w is supported by bj200. Added this to configure dialogue.
From: Luigi Rizzo <luigi@labinfo.iet.unipi.it>:
Support for encrypted PDF files by replacing pdf_sec.ps with the
free and legal version from:
http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps
Deceided to update the pathnames of font files for easier
maintenance, because they revamped their ftp archive structure
to "5.10/files".
Submitted by: various people
Diffstat (limited to 'print/ghostscript-gpl/scripts')
-rw-r--r-- | print/ghostscript-gpl/scripts/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gpl/scripts/configure b/print/ghostscript-gpl/scripts/configure index 054d58e4726f..4d1d89967a4c 100644 --- a/print/ghostscript-gpl/scripts/configure +++ b/print/ghostscript-gpl/scripts/configure @@ -21,9 +21,9 @@ Have fun with this new configuration style ! -andreas \n\n\ "ap3250" "Epson AP3250" ON \ "appledmp" "Apple Dot Matrix Printer / Imagewriter" ON \ "bj10e" "Canon BubbleJet BJ10e" ON \ - "bj200" "Canon BubbleJet BJ200" ON \ - "bjc600" "Canon Color BubbleJet BJC-600/4000/70+Apple StyleWriter 2x00" ON \ - "bjc800" "Canon Color BubbleJet BJC-800" ON \ + "bj200" "Canon BubbleJet BJ200 and BJC-240(b&w)" ON \ + "bjc600" "Canon Color BubbleJet BJC-240/600/4000/70+Apple StyleWriter 2x00" ON \ + "bjc800" "Canon Color BubbleJet BJC-240/800" ON \ "ccr" "CalComp Raster format" ON \ "cdeskjet" "HP DeskJet 500C, 1 bit/pixel color" ON \ "cdjcolor" "HP DeskJet 500C/540C, 24 bit/pixel color + FS dithering" ON \ |