svn commit: r53110 - head/en_US.ISO8859-1/books/handbook/printing

Benedict Reuschling bcr at FreeBSD.org
Wed Jun 5 11:28:54 UTC 2019


Author: bcr
Date: Wed Jun  5 11:28:52 2019
New Revision: 53110
URL: https://svnweb.freebsd.org/changeset/doc/53110

Log:
  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 at tristatelogic.com
  Ports info by:	    wosch@

Modified:
  head/en_US.ISO8859-1/books/handbook/printing/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/printing/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/printing/chapter.xml	Tue Jun  4 18:47:10 2019	(r53109)
+++ head/en_US.ISO8859-1/books/handbook/printing/chapter.xml	Wed Jun  5 11:28:52 2019	(r53110)
@@ -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>


More information about the svn-doc-head mailing list