Changeset ff074127 for pst/printing


Ignore:
Timestamp:
09/10/2003 01:16:47 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
945f944
Parents:
c47b5f11
Message:

Ghostscript and w3m from Igor

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1045 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
pst/printing
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/espgs.xml

    rc47b5f11 rff074127  
    11<sect1 id="espgs" xreflabel="GhostScript-&espgs-version;">
    22<?dbhtml filename="espgs.html" dir="pst"?>
    3 <title>Ghostscript-&espgs-version;</title>
     3<title>ESP Ghostscript-&espgs-version;</title>
    44
    55&espgs-intro;
  • pst/printing/gs.xml

    rc47b5f11 rff074127  
    11<sect1 id="gs" xreflabel="GhostScript-&gs-version;">
    22<?dbhtml filename="gs.html" dir="pst"?>
    3 <title>Ghostscript-&gs-version;</title>
     3<title>AFPL Ghostscript-&gs-version;</title>
    44
    55&gs-intro;
  • pst/printing/gs/espgs-desc.xml

    rc47b5f11 rff074127  
    22<title>Contents</title>
    33
    4 <para>The Ghostscript package contains <userinput>gs</userinput>,
    5 <userinput>pstoraster</userinput> and
    6 <userinput>filters</userinput>.</para>
     4<para>Ghostscript comes with a lot of filters to render
     5Postscript/<acronym>PDF</acronym> files back and forth. Please
     6refer to the <acronym>HTML</acronym> documentation or try
     7<userinput>man gs</userinput>. ESP Ghostscript provides pstoraster too.</para>
    78
    89</sect2>
     10
    911<sect2>
     12
    1013<title>Description</title>
    1114
    1215<sect3>
    13 <title>gs</title>
    14 <para>gs is the ghostscript interpreter.  It is responsible for
    15 rendering the postscript data.</para></sect3>
    16 
    17 <sect3>
    1816<title>pstoraster</title>
    19 <para>pstoraster allows CUPS to filter output to non-postscript
    20 printers. It is built and installed if <xref linkend="cups"/> is
     17<para><command>pstoraster</command> allows <acronym>CUPS</acronym> to filter output to non-postscript
     18printers. It is built and installed only if <xref linkend="cups"/> is
    2119found.</para></sect3>
    2220
  • pst/printing/gs/espgs-exp.xml

    rc47b5f11 rff074127  
    11<sect2>
    2 <title>Installation command explanations</title>
     2<title>Command explanations</title>
    33
    4 <para><userinput>--enable-gimp-print</userinput> : This switch enables
     4<para><command>--libexecdir=/usr/lib/gs</command> : executable
     5libraries of Ghostscript will be installed to
     6<filename class="directory">/usr/lib/gs</filename>.</para>
     7
     8<para><command>--sysconfdir=/etc/gs</command> : Configuration data
     9goes to <filename class="directory">/etc/gs</filename> instead of
     10<filename class="directory">/usr/etc</filename>.</para>
     11
     12<para><command>--enable-gimp-print</command> : This switch enables
    513the building of the gimp-print driver.</para>
    614
    7 <para><userinput>--enable-ijs</userinput> : This switch enables the IJS
     15<para><command>--enable-ijs</command> : This switch enables the IJS
    816driver support.</para>
    917
  • pst/printing/gs/espgs-inst.xml

    rc47b5f11 rff074127  
    11<sect2>
    2 <title>Installation of Ghostscript</title>
     2<title>Installation of <application>Ghostscript</application></title>
    33
    4 <para>Install Ghostscript by running the following commands:</para>
     4<para>If you want to use <acronym>OMNI</acronym> drivers extract the source archive in
     5Ghostscript directory:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     7<screen><userinput><command>tar xzvf ../Omni-0.9.0.tar.gz</command></userinput></screen>
     8
     9<para>Install <application>Ghostscript</application> by running the following commands:</para>
     10
     11<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib/gs \
     12    --sysconfdir=/etc/gs --enable-shared --enable-static &amp;&amp;
    713make &amp;&amp;
    8 make install</userinput></screen></para>
     14make install</command></userinput></screen>
    915
    10 <para>To finish the installation, unpack the font packages into
    11 <filename>/usr/share/ghostscript</filename>.</para>
     16<para>To install the shared library <filename>libgs.so</filename>, run
     17the following commands additionally:</para>
    1218
     19<screen><userinput><command>make so &amp;&amp;
     20make soinstall</command></userinput></screen>
     21
     22<note><para>The shared library is only used in external programs like
     23<xref linkend="gsview"/>.</para></note>
     24
     25<para>To finish the installation, unpack all fonts you've loaded to
     26<filename class="directory">/usr/share/ghostscript</filename>.</para>
    1327
    1428</sect2>
  • pst/printing/gs/espgs-intro.xml

    rc47b5f11 rff074127  
    11<sect2>
    2 <title>Introduction to Ghostscript</title>
     2<title>Introduction to <application>Ghostscript</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&espgs-download-http;"/>
    5 Download location (FTP):        <ulink url="&espgs-download-ftp;"/>
    6 Version used:                   &espgs-version;
    7 Package size:                   &espgs-size;
    8 Estimated Disk space required:  &espgs-buildsize;
    9 Estimated build time:           &espgs-time;</screen>
     4<para><application>Ghostscript</application> is a versatile processor for Postscript data with
     5the ability to render Postscript to different targets. ESP Ghostscript
     6is a customized version of <acronym>GNU</acronym> Ghostscript that includes an enhanced
     7autoconf-based configuration script, the <acronym>CUPS</acronym> raster driver to support
     8<acronym>CUPS</acronym> raster printer drivers, and additional patches and drivers from
     9various Linux distributors.</para>
    1010
    11 <screen>Additional downloads:
    12 <ulink url="&gs-fonts-download-ftp;">gnu ghostscript fonts - standard</ulink>
    13 <ulink url="&gs-fontsother-download-ftp;">gnu ghostscript fonts - other</ulink>
    14 <ulink url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7.pre22.tar.bz2">cyrillic fonts</ulink></screen>
     11<sect3><title>Package information</title>
     12<itemizedlist spacing='compact'>
     13<listitem><para>Download (HTTP): <ulink url="&espgs-download-http;"/></para></listitem>
     14<listitem><para>Download (FTP): <ulink url="&espgs-download-ftp;"/></para></listitem>
     15<listitem><para>Download size: &espgs-size;</para></listitem>
     16<listitem><para>Estimated Disk space required: &espgs-buildsize;</para></listitem>
     17<listitem><para>Estimated build time: &espgs-time;</para></listitem></itemizedlist>
     18</sect3>
    1519
    16 <para>Ghostscript is a versatile processor for Postscript data with
    17 the ability to render Postscript to different targets.</para>
     20<sect3><title>Additional downloads</title>
     21<itemizedlist spacing='compact'>
     22<listitem><para>Standard fonts: <ulink
     23url="http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-std-6.0.tar.gz"/>
     24</para></listitem>
     25<listitem><para>Other fonts: <ulink
     26url="http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz"/>
     27</para></listitem>
     28<listitem><para>Cyrillic fonts: <ulink
     29url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7pre22.tar.bz2"/>
     30</para></listitem>
     31<listitem><para>OMNI drivers: <ulink
     32url="http://keihanna.dl.sourceforge.net/sourceforge/omniprint/Omni-0.9.0.tar.gz"/>
     33</para></listitem>
     34</itemizedlist></sect3>
    1835
    19 <screen>Ghostscript will utilize:
    20 <xref linkend="cups"/> and gimp-print</screen>
     36<sect3><title><application>Ghostscript</application>
     37dependencies</title>
     38<sect4><title>Optional</title>
     39<para><xref linkend="cups"/>, <xref linkend="libjpeg"/>, <xref
     40linkend="libpng"/>, <xref linkend="xfree86"/> and <xref linkend="gimp"/>
     41</para></sect4>
     42</sect3>
     43
    2144
    2245</sect2>
  • pst/printing/gs/espgs.ent

    rc47b5f11 rff074127  
    44<!ENTITY espgs-desc SYSTEM "espgs-desc.xml">
    55<!ENTITY espgs-exp SYSTEM "espgs-exp.xml">
    6 <!ENTITY espgs-buildsize "33 MB">
    7 <!ENTITY espgs-version "7.05.5">
    8 <!ENTITY espgs-download-http "http://telia.dl.sourceforge.net/sourceforge/espgs/espgs-7.05.5-source.tar.bz2">
     6<!ENTITY espgs-buildsize "158-163 MB (depends on if libgs.so is installed)">
     7<!ENTITY espgs-version "7.07.1rc2">
     8<!ENTITY espgs-download-http
     9"http://heanet.dl.sourceforge.net/sourceforge/espgs/espgs-&espgs-version;-source.tar.bz2">
    910<!ENTITY espgs-download-ftp "">
    10 <!ENTITY espgs-size "5.2 MB">
    11 <!ENTITY espgs-time "">
     11<!ENTITY espgs-size "5.1 MB">
     12<!ENTITY espgs-time "2.10-2.85 SBU">
  • pst/printing/gs/gs-desc.xml

    rc47b5f11 rff074127  
    22<title>Contents</title>
    33
    4 <para>Ghostscript comes with a lot of filters to render Postscript/PDF
    5 files back and forth. Please refer to the HTML documentation or try
     4<para>Ghostscript comes with a lot of filters to render
     5Postscript/<acronym>PDF</acronym>
     6files back and forth. Please refer to the <acronym>HTML</acronym> documentation or try
    67<userinput>man gs</userinput>.</para>
    78
  • pst/printing/gs/gs-exp.xml

    rc47b5f11 rff074127  
    11<sect2>
    2 <title>Installation command explanations</title>
     2<title>Command explanations</title>
    33
    4 <para><userinput>--libexecdir=/usr/lib/gs</userinput> : executable
     4<para><command>--libexecdir=/usr/lib/gs</command> : executable
    55libraries of Ghostscript will be installed to
    6 <filename>/usr/lib/gs</filename>.</para>
     6<filename class="directory">/usr/lib/gs</filename>.</para>
    77
    8 <para><userinput>--sysconfdir=/etc/gs</userinput> : Configuration data
    9 goes to <filename>/etc/gs</filename> instead of
    10 <filename>/usr/etc</filename>.</para>
     8<para><command>--sysconfdir=/etc/gs</command> : Configuration data
     9goes to <filename class="directory">/etc/gs</filename> instead of
     10<filename class="directory">/usr/etc</filename>.</para>
    1111
    1212</sect2>
  • pst/printing/gs/gs-inst.xml

    rc47b5f11 rff074127  
    11<sect2>
    2 <title>Installation of Ghostscript</title>
     2<title>Installation of <application>Ghostscript</application></title>
    33
    4 <para>Install Ghostscript by running the following commands:</para>
     4<para>Install <application>Ghostscript</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gs \
     6<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib/gs \
    77    --sysconfdir=/etc/gs --enable-shared --enable-static &amp;&amp;
    88make &amp;&amp;
    9 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111<para>To install the shared library <filename>libgs.so</filename>, run
    1212the following commands additionally:</para>
    1313
    14 <para><screen><userinput>make so &amp;&amp;
    15 make soinstall</userinput></screen></para>
     14<screen><userinput><command>make so &amp;&amp;
     15make soinstall</command></userinput></screen>
    1616
    1717<note><para>The shared library is only used in external programs like
     
    1919
    2020<para>To finish the installation, unpack all fonts you've loaded to
    21 <filename>/usr/share/ghostscript</filename>.</para>
     21<filename class="directory">/usr/share/ghostscript</filename>.</para>
    2222
    2323</sect2>
  • pst/printing/gs/gs-intro.xml

    rc47b5f11 rff074127  
    11<sect2>
    2 <title>Introduction to Ghostscript</title>
     2<title>Introduction to <application>Ghostscript</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gs-download-http;"/>
    5 Download location (FTP):        <ulink url="&gs-download-ftp;"/>
    6 Version used:                   &gs-version;
    7 Package size:                   &gs-size;
    8 Estimated Disk space required:  &gs-buildsize;
    9 Estimated build time:           &gs-time;</screen>
    10 
    11 <screen>Additional Downloads:
    12 <ulink url="&gs-fonts-download-ftp;">gnu ghostscript fonts - standard</ulink>
    13 <ulink url="&gs-fontsother-download-ftp;">gnu ghostscript fonts - other</ulink>
    14 <ulink url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7.pre22.tar.bz2">cyrillic fonts</ulink></screen>
    15 
    16 <para>Ghostscript is a versatile processor for Postscript data with
     4<para><application>Ghostscript</application> is a versatile processor for Postscript data with
    175the ability to render Postscript to different targets.</para>
    186
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&gs-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&gs-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &gs-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &gs-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &gs-time;</para></listitem></itemizedlist>
     14</sect3>
     15
     16<sect3><title>Additional downloads</title>
     17<itemizedlist spacing='compact'>
     18<listitem><para>Standard fonts: <ulink
     19url="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz"/>
     20</para></listitem>
     21<listitem><para>Other fonts: <ulink
     22url="http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz"/>
     23</para></listitem>
     24<listitem><para>Cyrillic fonts: <ulink
     25url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7pre22.tar.bz2"/>
     26</para></listitem>
     27</itemizedlist></sect3>
     28
     29<sect3><title><application>Ghostscript</application>
     30dependencies</title>
     31<sect4><title>Optional</title>
     32<para><xref linkend="libjpeg"/>, <xref linkend="libpng"/>
     33and <xref linkend="xfree86"/></para></sect4>
     34</sect3>
     35
     36
    1937</sect2>
  • pst/printing/gs/gs.ent

    rc47b5f11 rff074127  
    44<!ENTITY gs-desc SYSTEM "gs-desc.xml">
    55<!ENTITY gs-exp SYSTEM "gs-exp.xml">
    6 <!ENTITY gs-buildsize "31-40 MB (depends on if libgs.so is installed)">
    7 <!ENTITY gs-version "8.00">
    8 <!ENTITY gs-download-http "http://telia.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-8.00.tar.bz2">
    9 <!ENTITY gs-download-ftp "ftp://ftp.sourceforge.net/pub/sourceforge/ghostscript/ghostscript-8.00.tar.bz2">
    10 <!ENTITY gs-fonts-download-ftp "ftp://ftp.gnu.org/gnu/ghostscript/gnu-gs-fonts-std-6.0.tar.gz">
    11 <!ENTITY gs-fontsother-download-ftp "ftp://ftp.gnu.org/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz">
    12 <!ENTITY gs-size "5.2 MB">
    13 <!ENTITY gs-time "">
     6<!ENTITY gs-buildsize "50-61 MB (depends on if libgs.so is installed)">
     7<!ENTITY gs-version "8.11">
     8<!ENTITY gs-download-http
     9"http://flow.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-&gs-version;.tar.bz2">
     10<!ENTITY gs-download-ftp
     11"ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs811/ghostscript-8.11.tar.bz2">
     12<!ENTITY gs-size "5.1 MB">
     13<!ENTITY gs-time "1.31-2.48 SBU">
Note: See TracChangeset for help on using the changeset viewer.