Changeset 038ea6ba for pst


Ignore:
Timestamp:
06/18/2005 02:54:57 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d4eb6ba
Parents:
daeea03
Message:

Update AFPL Ghostscript to 8.51, split user/root

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    rdaeea03 r038ea6ba  
    66
    77  <!ENTITY gs-download-http "http://prdownloads.sourceforge.net/ghostscript/ghostscript-&gs-version;.tar.bz2">
    8   <!ENTITY gs-download-ftp  "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs814/ghostscript-&gs-version;.tar.bz2">
    9   <!ENTITY gs-md5sum        "5f22dbe24b7fc8c8c07e249f8b14f9ce">
    10   <!ENTITY gs-size          "5.5 MB">
    11   <!ENTITY gs-buildsize     "37-49 MB (depends if libgs.so is installed)">
    12   <!ENTITY gs-time          "1.16-2.26 SBU">
     8  <!ENTITY gs-download-ftp  "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs851/ghostscript-&gs-version;.tar.bz2">
     9  <!ENTITY gs-md5sum        "8b328b47cce3b7f97f35296aae8e7b77">
     10  <!ENTITY gs-size          "8.0 MB">
     11  <!ENTITY gs-buildsize     "91 MB (includes installing libgs.so and both font tarballs)">
     12  <!ENTITY gs-time          "2.1 SBU (includes building and installing libgs.so)">
    1313
    1414  <!ENTITY gs-standard-fonts-download "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz">
     
    116116
    117117<screen><userinput>./configure --prefix=/usr &amp;&amp;
    118 make &amp;&amp;
    119 make install</userinput></screen>
     118make</userinput></screen>
     119
     120    <para>This package does not come with a test suite.</para>
     121
     122    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     123
     124<screen role="root"><userinput>make install</userinput></screen>
    120125
    121126    <para>To install the shared library
    122127    <filename class='libraryfile'>libgs.so</filename>, run the
    123     following additional commands:</para>
     128    following additional command as the normal user:</para>
    124129
    125 <screen><userinput>make so &amp;&amp;
    126 make soinstall</userinput></screen>
     130<screen><userinput>make so</userinput></screen>
     131
     132    <para>And again, as the <systemitem class="username">root</systemitem> user:</para>
     133
     134<screen role="root"><userinput>make soinstall &amp;&amp;
     135install -v -d -m755 /usr/include/ps &amp;&amp;
     136install -v -m644 src/*.h /usr/include/ps</userinput></screen>
    127137
    128138    <note>
     
    132142
    133143    <para>To finish the installation, unpack all fonts you've downloaded to
    134     <filename class="directory">/usr/share/ghostscript</filename>.</para>
     144    <filename class="directory">/usr/share/ghostscript</filename> and ensure
     145    the ownerships of the files are root:root. Substitute
     146    <replaceable>[font-tarball]</replaceable> appropriately in
     147    the command below for the fonts you wish to install:</para>
     148
     149<screen role="root"><userinput>tar -zxvf ../<replaceable>[font-tarball]</replaceable> -C /usr/share/ghostscript &amp;&amp;
     150chown -v -R root:root /usr/share/ghostscript/fonts</userinput></screen>
    135151
    136152  </sect2>
     
    138154  <sect2 role="content">
    139155    <title>Contents</title>
     156    <segmentedlist>
     157      <segtitle>Installed Programs</segtitle>
     158      <segtitle>Installed Library</segtitle>
     159      <segtitle>Installed Directories</segtitle>
    140160
    141     <para><application>Ghostscript</application> comes with a lot of
    142     filters to render PostScript/PDF files back and forth. Please refer
    143     to the HTML documentation or try <command>man gs</command>.</para>
     161      <seglistitem>
     162        <seg>bdftops, dumphint, ddvipdf, eps2eps, fixmswrd.pl, font2c, gs, gsbj,
     163        gsc, gsdj, gsdj500, gslj, gslp, gsnd, gsx, lprsetup.sh, pdf2dsc, pdf2ps,
     164        pdfopt, pf2afm, pfbtopfa, pj-gs.sh, printafm, ps2ascii, ps2epsi, ps2pdf,
     165        ps2pdf12, ps2pdf13, ps2pdf14, ps2pdfwr, ps2ps, pv.sh, unix-lpr.sh, and
     166        wftopfa</seg>
     167        <seg>libgs.so </seg>
     168        <seg>/usr/include/ps and /usr/share/ghostscript</seg>
     169      </seglistitem>
     170    </segmentedlist>
     171
     172    <variablelist>
     173      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     174      <?dbfo list-presentation="list"?>
     175      <?dbhtml list-presentation="table"?>
     176
     177      <varlistentry id="afplgs-prog-gs">
     178        <term><command>gs</command></term>
     179        <listitem>
     180          <para>invokes <application>Ghostscript</application>, an interpreter
     181          of Adobe Systems' PostScript(tm) and Portable Document Format
     182          (PDF) languages.</para>
     183          <indexterm zone="gs afplgs-prog-gs">
     184            <primary sortas="b-gs">gs</primary>
     185          </indexterm>
     186        </listitem>
     187      </varlistentry>
     188
     189   </variablelist>
     190
     191    <para><application>AFPL Ghostscript</application> provides many different
     192    scripts used to render PostScript/PDF files back and forth. Please refer
     193    to the HTML documentation or try <command>man gs</command> for information
     194    about the capabilities provided by the package.</para>
    144195
    145196  </sect2>
Note: See TracChangeset for help on using the changeset viewer.