Changeset 3a02b4f


Ignore:
Timestamp:
04/18/2005 03:32:55 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
9f8e39f
Parents:
3907f70
Message:

Updated build entities and added indexing tags to the Xpdf instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/xpdf.xml

    r3907f70 r3a02b4f  
    88  <!ENTITY xpdf-md5sum        "95294cef3031dd68e65f331e8750b2c2">
    99  <!ENTITY xpdf-size          "534 KB">
    10   <!ENTITY xpdf-buildsize     "32 MB">
    11   <!ENTITY xpdf-time          "0.36 SBU">
     10  <!ENTITY xpdf-buildsize     "31.7 MB">
     11  <!ENTITY xpdf-time          "0.32 SBU">
    1212]>
    1313
     
    1919<?dbhtml filename="xpdf.html"?>
    2020<title><application>Xpdf</application>-&xpdf-version;</title>
     21<indexterm zone="xpdf">
     22<primary sortas="a-Xpdf">Xpdf</primary></indexterm>
    2123
    2224<sect2>
     
    8688./configure --prefix=/usr --sysconfdir=/etc \
    8789    --with-freetype2-includes=/usr/include/freetype2 &amp;&amp;
    88 make &amp;&amp;
    89 make install</command></userinput></screen>
     90make</command></userinput></screen>
     91
     92<para>Now, as the root user:</para>
     93
     94<screen><userinput role='root'><command>make install</command></userinput></screen>
    9095
    9196</sect2>
     
    102107<title>Configuring <application>Xpdf</application></title>
    103108
    104 <sect3><title>Config files</title>
    105 <para><filename>/etc/xpdfrc</filename>,
    106 <filename>~/.xpdfrc</filename></para></sect3>
     109<sect3 id="xpdf-config"><title>Config files</title>
     110<para><filename>/etc/xpdfrc</filename> and
     111<filename>~/.xpdfrc</filename></para>
     112<indexterm zone="xpdf xpdf-config">
     113<primary sortas="e-AA.xpdfrc">~/.xpdfrc</primary></indexterm>
     114<indexterm zone="xpdf xpdf-config">
     115<primary sortas="e-etc-xpdfrc">/etc/xpdfrc</primary></indexterm>
     116</sect3>
    107117
    108118<sect3><title>Configuration Information</title>
     
    111121find a sample <filename>xpdfrc</filename> that can be either copied to
    112122<filename>~/.xpdfrc</filename> or taken as an example to write your own
    113 configuration file.</para>
     123configuration file. Below you'll find a condensed version of the file you
     124may wish to build from.</para>
    114125
    115126<screen><userinput># Example .xpdfrc
     
    148159<title>Contents</title>
    149160
    150 <para>The <application>Xpdf</application> package contains
    151 <command>xpdf</command>, <command>pdftops</command>,
    152 <command>pdftotext</command>, <command>pdftoppm</command>,
    153 <command>pdffonts</command>, <command>pdfimages</command> and
    154 <command>pdfinfo</command>.</para>
    155 </sect2>
    156 
    157 <sect2><title>Description</title>
    158 
    159 <sect3><title>xpdf</title>
    160 <para><command>xpdf</command> displays files in <acronym>PDF</acronym>
    161 format.</para></sect3>
    162 
    163 <sect3><title>pdftops</title>
    164 <para><command>pdftops</command> converts <acronym>PDF</acronym> files to
    165 <acronym>PS</acronym> format.</para></sect3>
    166 
    167 <sect3><title>pdftotext</title>
    168 <para><command>pdftotext</command> parses <acronym>ASCII</acronym> text from
    169 <acronym>PDF</acronym> files.</para></sect3>
    170 
    171 <sect3><title>pdftoppm</title>
    172 <para><command>pdftoppm</command> converts <acronym>PDF</acronym> files to
    173 <acronym>PBM</acronym>, <acronym>PGM</acronym>, <acronym>PPM</acronym>
    174 formats.</para></sect3>
    175 
    176 <sect3><title>pdffonts</title>
    177 <para><command>pdffonts</command> lists the fonts used in a
    178 <acronym>PDF</acronym> file along with various information for each
    179 font.</para></sect3>
    180 
    181 <sect3><title>pdfimages</title>
    182 <para><command>pdfimages</command> saves images from a
    183 <acronym>PDF</acronym> file as <acronym>PPM</acronym>,
    184 <acronym>PBM</acronym>, or <acronym>JPEG</acronym> files.</para></sect3>
    185 
    186 <sect3><title>pdfinfo</title>
    187 <para><command>pdfinfo</command> prints the contents of the 'Info'
    188 dictionary (plus some other useful information) from a
    189 <acronym>PDF</acronym> file.</para></sect3>
     161<segmentedlist>
     162<segtitle>Installed Programs</segtitle>
     163<segtitle>Installed Libraries</segtitle>
     164<segtitle>Installed Directories</segtitle>
     165
     166<seglistitem>
     167<seg>pdffonts, pdfimages, pdfinfo, pdftoppm, pdftops, pdftotext and xpdf</seg>
     168<seg>None</seg>
     169<seg>None</seg>
     170</seglistitem>
     171</segmentedlist>
     172
     173<variablelist>
     174<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     175<?dbfo list-presentation="list"?>
     176
     177<varlistentry id="pdffonts">
     178<term><command>pdffonts</command></term>
     179<listitem><para>lists the fonts used in a <acronym>PDF</acronym> file along
     180with various information for each font.</para>
     181<indexterm zone="xpdf pdffonts">
     182<primary sortas="b-pdffonts">pdffonts</primary>
     183</indexterm></listitem>
     184</varlistentry>
     185
     186<varlistentry id="pdfimages">
     187<term><command>pdfimages</command></term>
     188<listitem><para>saves images from a <acronym>PDF</acronym> file as
     189<acronym>PPM</acronym>, <acronym>PBM</acronym>, or <acronym>JPEG</acronym>
     190files.</para>
     191<indexterm zone="xpdf pdfimages">
     192<primary sortas="b-pdfimages">pdfimages</primary>
     193</indexterm></listitem>
     194</varlistentry>
     195
     196<varlistentry id="pdfinfo">
     197<term><command>pdfinfo</command></term>
     198<listitem><para>prints the contents of the 'Info' dictionary (plus some
     199other useful information) from a <acronym>PDF</acronym> file.</para>
     200<indexterm zone="xpdf pdfinfo">
     201<primary sortas="b-pdfinfo">pdfinfo</primary>
     202</indexterm></listitem>
     203</varlistentry>
     204
     205<varlistentry id="pdftoppm">
     206<term><command>pdftoppm</command></term>
     207<listitem><para>converts <acronym>PDF</acronym> files to
     208<acronym>PBM</acronym>, <acronym>PGM</acronym> and <acronym>PPM</acronym>
     209formats.</para>
     210<indexterm zone="xpdf pdftoppm">
     211<primary sortas="b-pdftoppm">pdftoppm</primary>
     212</indexterm></listitem>
     213</varlistentry>
     214
     215<varlistentry id="pdftops">
     216<term><command>pdftops</command></term>
     217<listitem><para> converts <acronym>PDF</acronym> files to Postscript
     218format.</para>
     219<indexterm zone="xpdf pdftops">
     220<primary sortas="b-pdftops">pdftops</primary>
     221</indexterm></listitem>
     222</varlistentry>
     223
     224<varlistentry id="pdftotext">
     225<term><command>pdftotext</command></term>
     226<listitem><para>parses <acronym>ASCII</acronym> text from
     227<acronym>PDF</acronym> files.</para>
     228<indexterm zone="xpdf pdftotext">
     229<primary sortas="b-pdftotext">pdftotext</primary>
     230</indexterm></listitem>
     231</varlistentry>
     232
     233<varlistentry id="xpdf-prog">
     234<term><command>xpdf</command></term>
     235<listitem><para>displays files in <acronym>PDF</acronym> format.</para>
     236<indexterm zone="xpdf xpdf-prog">
     237<primary sortas="b-xpdf">xpdf</primary>
     238</indexterm></listitem>
     239</varlistentry>
     240</variablelist>
    190241
    191242</sect2>
Note: See TracChangeset for help on using the changeset viewer.