Chase rename of ghostscript in the printing chapter.
The ghostscript port was split up into an X11-dependent and -independent part in ports r395047. As a result, the print/ghostscript port no longer exists, causing broken links in the printing chapter of the handbook. Rename all occurances of print/ghostscript with print/ghostscript9-base to fix the broken links. Reported by: rfg@tristatelogic.com Ports info by: wosch@
This commit is contained in:
parent
04e9651088
commit
892b47aa37
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53110
1 changed files with 11 additions and 11 deletions
|
@ -348,7 +348,7 @@ Starting lpd.</screen>
|
|||
<entry><acronym>PCL</acronym> or
|
||||
<acronym>PCL5</acronym></entry>
|
||||
<entry><package
|
||||
role="port">print/ghostscript9</package></entry>
|
||||
role="port">print/ghostscript9-base</package></entry>
|
||||
<entry><literal>-sDEVICE=ljet4</literal> for monochrome,
|
||||
<literal>-sDEVICE=cljet5</literal> for color</entry>
|
||||
</row>
|
||||
|
@ -357,7 +357,7 @@ Starting lpd.</screen>
|
|||
<entry><acronym>PCLXL</acronym> or
|
||||
<acronym>PCL6</acronym></entry>
|
||||
<entry><package
|
||||
role="port">print/ghostscript9</package></entry>
|
||||
role="port">print/ghostscript9-base</package></entry>
|
||||
<entry><literal>-sDEVICE=pxlmono</literal> for
|
||||
monochrome, <literal>-sDEVICE=pxlcolor</literal> for
|
||||
color</entry>
|
||||
|
@ -366,7 +366,7 @@ Starting lpd.</screen>
|
|||
<row>
|
||||
<entry><acronym>ESC/P2</acronym></entry>
|
||||
<entry><package
|
||||
role="port">print/ghostscript9</package></entry>
|
||||
role="port">print/ghostscript9--base</package></entry>
|
||||
<entry><literal>-sDEVICE=uniprint</literal></entry>
|
||||
</row>
|
||||
|
||||
|
@ -387,7 +387,7 @@ Starting lpd.</screen>
|
|||
<para>For the easiest printing, choose a printer that supports
|
||||
&postscript;. Printers that support <acronym>PCL</acronym>
|
||||
are the next preferred. With
|
||||
<package role="port">print/ghostscript</package>, these
|
||||
<package role="port">print/ghostscript9-base</package>, these
|
||||
printers can be used as if they understood &postscript;
|
||||
natively. Printers that support &postscript; or
|
||||
<acronym>PCL</acronym> directly almost always support direct
|
||||
|
@ -397,11 +397,11 @@ Starting lpd.</screen>
|
|||
<para>Line-based printers like typical inkjets usually do not
|
||||
support &postscript; or <acronym>PCL</acronym>. They often
|
||||
can print plain <acronym>ASCII</acronym> text files.
|
||||
<package role="port">print/ghostscript</package> supports the
|
||||
<acronym>PDL</acronym>s used by some of these printers.
|
||||
However, printing an entire graphic-based page on these
|
||||
printers is often very slow due to the large amount of data to
|
||||
be transferred and printed.</para>
|
||||
<package role="port">print/ghostscript9-base</package>
|
||||
supports the <acronym>PDL</acronym>s used by some of these
|
||||
printers. However, printing an entire graphic-based page on
|
||||
these printers is often very slow due to the large amount of
|
||||
data to be transferred and printed.</para>
|
||||
|
||||
<para>Host-based printers are often more difficult to set up.
|
||||
Some cannot be used at all because of proprietary
|
||||
|
@ -741,8 +741,8 @@ CR=$'\r'
|
|||
them to the printer.</para>
|
||||
|
||||
<para>Install the Ghostscript &postscript; interpreter,
|
||||
<package role="port">print/ghostscript9</package>, from the
|
||||
Ports Collection.</para>
|
||||
<package role="port">print/ghostscript9-base</package>,
|
||||
from the Ports Collection.</para>
|
||||
|
||||
<para>Create <filename>/usr/local/libexec/ps2pcl</filename>
|
||||
with these contents:</para>
|
||||
|
|
Loading…
Reference in a new issue