diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-21 15:45:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-21 15:45:58 +0000 |
commit | 6a6d477ea04654f47aa93e0ded69766e8f92cc2a (patch) | |
tree | 0e3d5dd423accd37f605bd816cd8e5cc1cf3f5a0 /print/ghostscript-afpl/scripts/configure | |
parent | - Update to 2.0.1 (diff) |
Update to version 8.51
PR: ports/80209
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=133870
Diffstat (limited to 'print/ghostscript-afpl/scripts/configure')
-rw-r--r-- | print/ghostscript-afpl/scripts/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/print/ghostscript-afpl/scripts/configure b/print/ghostscript-afpl/scripts/configure index 8d83ed4b1803..5f7fdd275ec9 100644 --- a/print/ghostscript-afpl/scripts/configure +++ b/print/ghostscript-afpl/scripts/configure @@ -65,6 +65,7 @@ else xcf xcfcmyk \ faxg3 faxg32d faxg4 \ miff24 inferno jpeg jpeggray \ + mgrmono mgrgray2 mgrgray4 mgrgray8 mgr4 mgr8 \ pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk pdfwrite \ psdrgb psdcmyk \ bit bitrgb bitcmyk plan9bm pam pbm pbmraw \ @@ -291,6 +292,12 @@ Have fun with this new configuration style ! -andreas \n\n\ "inferno" "Inferno bitmaps" "$status_inferno" \ "jpeg" "JPEG format, RGB output" "$status_jpeg" \ "jpeggray" "JPEG format, gray output" "$status_jpeggray" \ + "mgrmono" "MGR devices 1-bit monochrome" "$status_mgrmono" \ + "mgrgray2" "MGR devices 2-bit gray scale" "$status_mgrgray2" \ + "mgrgray4" "MGR devices 4-bit gray scale" "$status_mgrgray4" \ + "mgrgray8" "MGR devices 8-bit gray scale" "$status_mgrgray8" \ + "mgr4" "MGR devices 4-bit (VGA) color" "$status_mgr4" \ + "mgr8" "MGR devices 8-bit color" "$status_mgr8" \ "pcxmono" "PCX file format, monochrome 1-bit b/w" "$status_pcxmono" \ "pcxgray" "PCX file format, 8-bit gray scale" "$status_pcxgray" \ "pcx16" "PCX file format, 4-bit planar EGA/VGA color" "$status_pcx16" \ |