Changeset ff074127


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

Files:
5 added
26 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/wvstreams/wvstreams-desc.xml

    rc47b5f11 rff074127  
    1111<sect2><title>Description</title>
    1212
    13 <sect3><title>wvcrypto</title>
     13<sect3><title>libwvcrypto</title>
    1414<para><filename class="libraryfile">libwvcrypto</filename> defines
    1515streams with built-in cryptography.</para></sect3>
    1616
    17 <sect3><title>wvstreams</title>
     17<sect3><title>libwvstreams</title>
    1818<para><filename class="libraryfile">libwvstreams</filename> defines the
    1919basic properties of a stream.</para></sect3>
    2020
    21 <sect3><title>wvutils</title>
     21<sect3><title>libwvutils</title>
    2222<para><filename class="libraryfile">libwvutils</filename> contains
    2323fundamental support utilites.</para></sect3>
  • basicnet/textweb/w3m.xml

    rc47b5f11 rff074127  
    55&w3m-intro;
    66&w3m-inst;
     7&w3m-exp;
    78&w3m-config;
    8 &w3m-exp;
    99&w3m-desc;
    1010
  • basicnet/textweb/w3m/w3m-config.xml

    rc47b5f11 rff074127  
    22<title>Configuration</title>
    33
    4 <para>w3m expects the GPM library to be located at
    5 <filename>/usr/lib/libgpm.so.1</filename>. To make w3m happy, we will
    6 create a symbolic link to the GPM library. You only need to do this if
    7 you compiled w3m with mouse support. To create this symbolic link, run
    8 the following command:</para>
     4<para>If you compiled w3m with mouse support then you must create a symbolic
     5link to the <acronym>GPM</acronym> library because w3m expects it to be
     6located at <filename>/usr/lib/libgpm.so.1</filename>. To create this symbolic
     7link run the following command:</para>
    98
    10 <para><screen><userinput>ln -sf /usr/lib/libgpm.so.?.* /usr/lib/libgpm.so.1</userinput></screen></para>
     9<screen><userinput><command>ln -sf /usr/lib/libgpm.so.?.* /usr/lib/libgpm.so.1</command>
     10</userinput></screen>
    1111
    1212</sect2>
    1313
    1414<sect2>
    15 <title>Possible problems with GPM</title>
     15<title>Possible problems with <acronym>GPM</acronym></title>
    1616
    17 <para>Depending on what version of GPM you are using, and whether or not
    18 any patches were applied to GPM, you might receive the following
     17<para>Depending on what version of <acronym>GPM</acronym> you are using, and whether or not
     18any patches were applied to <acronym>GPM</acronym>, you might receive the following
    1919warning when starting w3m:</para>
    2020
    21 <para><screen>*** debug ***: [/usr/src/gpm-1.20.0/src/liblow.c(202)]:</screen></para>
     21<screen>*** debug ***: [/usr/src/gpm-1.20.0/src/liblow.c(202)]:</screen>
    2222
    2323<para>Currently, the only known solution to this problem is to disable
  • basicnet/textweb/w3m/w3m-desc.xml

    rc47b5f11 rff074127  
    22<title>Contents</title>
    33
    4 <para>The w3m package contains <userinput>w3m</userinput> and
    5 <userinput>w3mman</userinput>.</para>
     4<para>The w3m package contains <command>w3m</command> and
     5<command>w3mman</command>.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>w3m</title>
    12 <para>w3m is a text based web browser and pager.</para></sect3>
     12<para><command>w3m</command> is a text based web browser and pager.</para></sect3>
    1313
    1414<sect3><title>w3mman</title>
    15 <para>w3mman is an interface to the on-line reference manuals in
     15<para><command>w3mman</command> is an interface to the on-line reference manuals in
    1616w3m.</para></sect3>
    1717
  • basicnet/textweb/w3m/w3m-exp.xml

    rc47b5f11 rff074127  
    22<title>Command explanations</title>
    33
    4 <para><userinput>./configure -yes</userinput> : Set all parameters to
     4<para><command>./configure -yes</command> : Set all parameters to
    55their default values.</para>
    66
    7 <para><userinput>-lang=en</userinput> : Set the default language to
     7<para><command>-lang=en</command> : Set the default language to
    88English.</para>
    99
    10 <para><userinput>-model=monster</userinput> : This sets the build model
     10<para><command>-model=monster</command> : This sets the build model
    1111to monster. Alternative build models are discussed above.</para>
    1212
  • basicnet/textweb/w3m/w3m-inst.xml

    rc47b5f11 rff074127  
    11<sect2>
    2 <title>Installation of w3m</title>
     2<title>Installation of <application>w3m</application></title>
    33
    4 <para>We configure w3m to use the "monster" model, which includes color,
    5 menu, mouse, cookie, and SSL support. Other models include:</para>
     4<para>We configure <application>w3m</application> to use the "monster" model, which includes color,
     5menu, mouse, cookie, and <acronym>SSL</acronym> support. Other models include:</para>
    66
    77<para><literallayout>baby   - bare minimum
     
    1010cookie - color, menu, mouse, and cookie support</literallayout></para>
    1111
    12 <para>Install w3m by running the following commands:</para>
     12<para>Install <application>w3m</application> by running the following commands:</para>
    1313
    14 <para><screen><userinput>./configure -yes -lang=en -model=monster -prefix=/usr &amp;&amp;
     14<screen><userinput><command>./configure -yes -lang=en -model=monster -prefix=/usr &amp;&amp;
    1515make &amp;&amp;
    16 make install</userinput></screen></para>
     16make install</command></userinput></screen>
    1717
    1818</sect2>
  • basicnet/textweb/w3m/w3m-intro.xml

    rc47b5f11 rff074127  
    11<sect2>
    2 <title>Introduction to w3m</title>
     2<title>Introduction to <application>w3m</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&w3m-download-http;"/>
    5 Download location (FTP):        <ulink url="&w3m-download-ftp;"/>
    6 Version used:                   &w3m-version;
    7 Package size:                   &w3m-size;
    8 Estimated Disk space required:  &w3m-buildsize;</screen>
     4<para><application>w3m</application> is primarily a pager but it can also be used as a text-mode
     5<acronym>WWW</acronym> browser.</para>
    96
    10 <para>w3m is a text based web browser and pager.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&w3m-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&w3m-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &w3m-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &w3m-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &w3m-time;</para></listitem></itemizedlist>
     14</sect3>
     15
     16<sect3><title><application>w3m</application> dependencies</title>
     17<sect4><title>Optional</title>
     18<para><xref linkend="gpm"/>, <xref linkend="openssl"/>, <xref
     19linkend="imlib"/>, <xref linkend="gdk"/> and <xref
     20linkend="compface"/></para></sect4>
     21</sect3>
    1122
    1223</sect2>
  • basicnet/textweb/w3m/w3m.ent

    rc47b5f11 rff074127  
    55<!ENTITY w3m-exp SYSTEM "w3m-exp.xml">
    66<!ENTITY w3m-desc SYSTEM "w3m-desc.xml">
    7 <!ENTITY w3m-buildsize "3 MB">
    8 <!ENTITY w3m-version "0.3.2.1">
     7<!ENTITY w3m-buildsize "8.2 MB">
     8<!ENTITY w3m-version "0.4.1">
    99<!ENTITY w3m-download-http "http://unc.dl.sourceforge.net/sourceforge/w3m/w3m-&w3m-version;.tar.gz">
    1010<!ENTITY w3m-download-ftp "">
    11 <!ENTITY w3m-size "1.1 MB">
     11<!ENTITY w3m-size "1.2 MB">
     12<!ENTITY w3m-time "0.20 SBU">
  • book/abstract.xml

    rc47b5f11 rff074127  
    1 <abstract>
     1<abstract role="dsssl">
    22
    33<para>This book follows on from the LinuxFromScratch book.  It introduces and
  • general/general.ent

    rc47b5f11 rff074127  
    6969<!ENTITY % bc SYSTEM "genutils/bc/bc.ent">
    7070<!ENTITY % rep-gtk SYSTEM "genutils/rep-gtk/rep-gtk.ent">
     71<!ENTITY % compface SYSTEM "genutils/compface/compface.ent">
    7172%bc;
    7273%rep-gtk;
     74%compface;
    7375
    7476<!-- System Utilities -->
  • general/genutils/genutils.xml

    rc47b5f11 rff074127  
    55&bc;
    66&rep-gtk;
     7&compface;
    78
    89</chapter>
  • index.xml

    rc47b5f11 rff074127  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030908">
    6 <!ENTITY releasedate "September 8th, 2003">
     5<!ENTITY version "20030909">
     6<!ENTITY releasedate "September 9th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rc47b5f11 rff074127  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>September 9th, 2003 [larry]: update to esp
     14ghostcript-7.07.1rc2, AFPL Ghostscript-8.11 and w3m-0.4.1 submitted by
     15Igor.</para></listitem>
    1216
    1317<listitem><para>September 8th, 2003 [tushar]: added bind-utils section for
  • postlfs/security/firewalling/intro.xml

    rc47b5f11 rff074127  
    7373
    7474<sect3><title>Packetfilter / partly accessible net [partly described
    75 here, see <xref linkend="postlfs-security-fw-busybox"/>]</title>
     75here, see <xref linkend="postlfs-security-fw-busybox"/></title>
    7676<para>Doing routing or masquerading, but permitting only selected
    7777services to be accessible, sometimes only by selected internal users or boxes;
  • 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.