Changeset bb317ce1 for pst/ps


Ignore:
Timestamp:
04/04/2008 07:01:19 PM (16 years ago)
Author:
Richard Downing <richard@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
5efe329
Parents:
5128518
Message:

updated to a2ps-4.14, added 2008 to Copyright

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/a2ps.xml

    r5128518 rbb317ce1  
    77  <!ENTITY a2ps-download-http "http://ftp.gnu.org/gnu/a2ps/a2ps-&a2ps-version;.tar.gz">
    88  <!ENTITY a2ps-download-ftp  "ftp://ftp.gnu.org/gnu/a2ps/a2ps-&a2ps-version;.tar.gz">
    9   <!ENTITY a2ps-md5sum        "0c8e0c31b08c14f7a7198ce967eb3281">
    10   <!ENTITY a2ps-size          "1.9 MB">
    11   <!ENTITY a2ps-buildsize     "20.7 MB">
    12   <!ENTITY a2ps-time          "0.26 SBU">
     9  <!ENTITY a2ps-md5sum        "781ac3d9b213fa3e1ed0d79f986dc8c7">
     10  <!ENTITY a2ps-size          "2.6 MB">
     11  <!ENTITY a2ps-buildsize     "21.9 MB">
     12  <!ENTITY a2ps-time          "0.31 SBU">
    1313
    1414  <!ENTITY i18n-fonts-version "0.1">
     
    8080
    8181    <bridgehead renderas="sect4">Recommended</bridgehead>
    82     <para role="recommended"><xref linkend="cups"/> or <xref linkend="LPRng"/>
     82    <para role="recommended"><xref linkend="psutils"/>, <xref linkend="cups"/> or <xref linkend="LPRng"/>
    8383    (otherwise, <application>a2ps</application> will use the
    8484    <command>cat &gt;/dev/lp0</command> command instead of <command>lpr</command>
    8585    for sending its output to the printer)</para>
    86 
     86   
    8787    <bridgehead renderas="sect4">Optional</bridgehead>
    8888    <para role="optional"><xref linkend="x-window-system"/>,
    89     <xref linkend="psutils"/>,
    9089    <xref linkend="tetex"/>,
    9190    <xref linkend="gs"/> or <xref linkend="espgs"/>,
     
    9594    Reader</ulink>, and
    9695    <ulink
    97     url="http://www.gnu.org/software/ghostview/ghostview.html">Ghostview</ulink></para>
     96    url="http://www.gnu.org/software/ghostview/ghostview.html">Ghostview</ulink>
     97    </para>
    9898
    9999    <para condition="html" role="usernotes">User Notes:
     
    108108    commands:</para>
    109109
    110 <screen><userinput>sed -i "s|emacs||" contrib/Makefile.in &amp;&amp;
    111 sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh &amp;&amp;
     110<screen><userinput>sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh &amp;&amp;
    112111sed -i "s|/usr/local/share|/usr/share|" configure &amp;&amp;
    113 sed -i "s|char \*malloc ();|/* &amp; */|" \
    114     lib/path-concat.c &amp;&amp;
    115112./configure --prefix=/usr \
    116     --sysconfdir=/etc/a2ps --localstatedir=/var \
    117     --enable-shared --with-medium=letter &amp;&amp;
     113    --sysconfdir=/etc/a2ps \
     114    --enable-shared \
     115    --with-medium=letter &amp;&amp;
    118116make</userinput></screen>
    119117
    120118    <para>To test the results, issue: <command>make check</command>.
    121119    The <filename>printers.tst</filename> test will fail, as there is no default
    122     test printer.</para>
     120    test printer.  The <filename>styles.tst</filename> also may fail, and the tests report
     121    some inconsistencies between the generated postscript and the reference sets, at
     122    the moment there is no explanation of this, but the failures do not appear to
     123    affect the operation of the program.</para>
    123124
    124125    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    141142    <title>Command Explanations</title>
    142143
    143     <para><command>sed -i -e "s|emacs||" contrib/Makefile.in</command>:
    144     This command eliminates the compiling and installing of the
    145     <application>Emacs</application> script files. If you have substituted
    146     <application>Emacs</application> for <application>Vi</application> as your
    147     primary editor, skip this step.</para>
    148 
    149144    <para><command>sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh</command>:
    150     The make_fonts_map.sh script to uses an option that is invalid with the
     145    The <filename>make_fonts_map.sh</filename> script uses an option that is invalid with the
    151146    version of sort installed as part of
    152147    <application>Coreutils-&lfs-coreutils-version;</application>.
     
    159154    installed by the BLFS instructions.</para>
    160155
    161     <para><command>sed -i -e "s|char \*malloc ();|/* &amp; */|"
    162     lib/path-concat.c</command>: This command fixes a build problem with
    163     <application>GCC</application>-3.4.x</para>
    164 
    165156    <para><parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data
    166157    is installed in <filename class="directory">/etc/a2ps</filename> instead of
     
    170161    the dynamic <filename class='libraryfile'>liba2ps</filename> library.</para>
    171162
    172     <para><parameter>--with-medium=letter</parameter>: This switch changes
    173     the default paper format of A4 to letter. Installations that utilize A4
    174     would eliminate this switch.</para>
     163    <para><parameter>--with-medium=letter</parameter>: This switch changes the
     164    default paper format to US letter. It can either be given here or set
     165    in <filename>/etc/a2ps/a2ps-site.cfg</filename> after installation. The
     166    default is A4, but there are several other options, in particular: A4dj or letterdj are good
     167    settings for HP Deskjet and other printers that need wider paper-handling
     168    margins. See <filename>/etc/a2ps/a2ps.cfg</filename> after installation.</para>
    175169
    176170  </sect2>
Note: See TracChangeset for help on using the changeset viewer.