Added md5sums to Chapter 45 package instructions; minor modification to sed command in a2ps instructions; added a sentence to GSView instructions that you can symlink /usr/bin/netscape to your preferred browser

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3475 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-02-16 04:09:14 +00:00
parent c2a37a636d
commit b3811e13d2
7 changed files with 46 additions and 27 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "15">
<!ENTITY day "16">
<!ENTITY month "02">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -22,6 +22,11 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 16th, 2005 [randy]: Added md5sums to Chapter
45 package instructions; minor modification to sed command in a2ps
instructions; added a sentence to GSView instructions that you can
symlink /usr/bin/netscape to your preferred browser.</para></listitem>
<listitem><para>February 15th, 2005 [randy]: Added md5sums to Chapter
41-44 package instructions; updated to LPRng-3.8.28.</para></listitem>

View File

@ -2,12 +2,13 @@
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY a2ps-download-http "http://ftp.gnu.org/gnu/a2ps/a2ps-&a2ps-version;.tar.gz">
<!ENTITY a2ps-download-ftp "ftp://ftp.gnu.org/gnu/a2ps/a2ps-&a2ps-version;.tar.gz">
<!ENTITY a2ps-md5sum "0c8e0c31b08c14f7a7198ce967eb3281">
<!ENTITY a2ps-size "1.9 MB">
<!ENTITY a2ps-buildsize "19.2 MB">
<!ENTITY a2ps-time "0.26 SBU">
<!ENTITY a2ps-time "0.26 SBU">
]>
<sect1 id="a2ps" xreflabel="a2ps-&a2ps-version;">
@ -32,6 +33,7 @@ appropriately to "all to PostScript".</para>
url="&a2ps-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&a2ps-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &a2ps-md5sum;</para></listitem>
<listitem><para>Download size: &a2ps-size;</para></listitem>
<listitem><para>Estimated disk space required:
&a2ps-buildsize;</para></listitem>
@ -41,15 +43,16 @@ url="&a2ps-download-ftp;"/></para></listitem>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>International fonts: <ulink
url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz"/>
</para></listitem></itemizedlist>
<listitem><para>International fonts: <ulink
url="ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz"/></para></listitem>
</itemizedlist>
</sect3>
<sect3><title><application>a2ps</application> dependencies</title>
<sect4><title>Optional</title>
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
<xref linkend="psutils"/>, <xref linkend="tex"/>,
<xref linkend="psutils"/>,
<xref linkend="tex"/>,
<xref linkend="gs"/> or <xref linkend="espgs"/>,
<ulink
url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
@ -71,7 +74,7 @@ commands:</para>
<screen><userinput><command>sed -i -e "s|emacs||" contrib/Makefile.in &amp;&amp;
sed -i -e "s|/usr/local/share|/usr/share|" configure &amp;&amp;
sed -i -e "s|char \*malloc ();|/* char *malloc (); */|" \
sed -i -e "s|char \*malloc ();|/* &amp; */|" \
lib/path-concat.c &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc/a2ps --localstatedir=/var \
@ -95,12 +98,12 @@ This command modifies the configure script to search for
<application>Ghostscript</application> fonts at the location where they were
installed by the <acronym>BLFS</acronym> instructions.</para>
<para><command>sed -i -e "s|char \*malloc ();|/* char *malloc (); */|" \
lib/path-concat.c</command>: This command fixes a build problem with
<acronym>LFS</acronym> &gt;5.1.</para>
<para><command>sed -i -e "s|char \*malloc ();|/* &amp; */|"
lib/path-concat.c</command>: This command fixes a build problem with
<application><acronym>GCC</acronym></application>-3.4.x</para>
<para><parameter>--sysconfdir=/etc/a2ps</parameter>: Configuration data
goes to <filename class="directory">/etc/a2ps</filename> instead of
is installed in <filename class="directory">/etc/a2ps</filename> instead of
<filename class="directory">/usr/etc</filename>.</para>
<para><parameter>--enable-shared</parameter>: This switch enables building

View File

@ -5,6 +5,7 @@
<!ENTITY enscript-download-http "http://www.iki.fi/mtr/genscript/enscript-&enscript-version;.tar.gz">
<!ENTITY enscript-download-ftp " ">
<!ENTITY enscript-md5sum "b5174b59e4a050fb462af5dbf28ebba3">
<!ENTITY enscript-size "1.0 MB">
<!ENTITY enscript-buildsize "10.2 MB">
<!ENTITY enscript-time "0.13 SBU">
@ -31,6 +32,7 @@ text files to PostScript, <acronym>HTML</acronym>, <acronym>RTF</acronym>,
url="&enscript-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&enscript-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &enscript-md5sum;</para></listitem>
<listitem><para>Download size: &enscript-size;</para></listitem>
<listitem><para>Estimated disk space required:
&enscript-buildsize;</para></listitem>

View File

@ -2,9 +2,10 @@
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gsview-download-http "http://gd.tuwien.ac.at/publishing/ghostscript/ghostgum/gsview-&gsview-version;.tar.gz">
<!ENTITY gsview-download-ftp "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-&gsview-version;.tar.gz">
<!ENTITY gsview-md5sum "35cb5e421faca49eb70c426354e41ba8">
<!ENTITY gsview-size "895 KB">
<!ENTITY gsview-buildsize "19 MB">
<!ENTITY gsview-time "0.19 SBU">
@ -30,6 +31,7 @@
url="&gsview-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gsview-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &gsview-md5sum;</para></listitem>
<listitem><para>Download size: &gsview-size;</para></listitem>
<listitem><para>Estimated disk space required:
&gsview-buildsize;</para></listitem>
@ -39,16 +41,19 @@ url="&gsview-download-ftp;"/></para></listitem>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
<listitem><para>Required Patch: <ulink
url="&patch-root;/gsview-&gsview-version;-pstotext-1.patch"/></para></listitem>
<listitem><para>Required Patch: <ulink
<listitem><para>Required Patch: <ulink
url="&patch-root;/gsview-&gsview-version;-lang-1.patch"/></para></listitem>
</itemizedlist></sect3>
</itemizedlist>
</sect3>
<sect3><title><application>GSview</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="GTK"/> and <xref
linkend="gs"/> or <xref linkend="espgs"/> (with libgs.so installed)</para></sect4>
<para><xref linkend="GTK"/> and
<xref linkend="gs"/> or <xref linkend="espgs"/>
(with libgs.so installed)</para>
</sect4>
</sect3>
</sect2>
@ -56,12 +61,14 @@ linkend="gs"/> or <xref linkend="espgs"/> (with libgs.so installed)</para></sect
<sect2>
<title>Installation of <application>GSview</application></title>
<para><application>GSview</application> uses <command>netscape
</command> to browse through the online help. <acronym>BLFS</acronym>
<para><application>GSview</application> uses <command>netscape</command> to
browse through the online help. <acronym>BLFS</acronym>
does not install <application>Netscape</application>, but has other
browsers from which to choose. Simply edit <filename>srcunx/gvxreg.c</filename>
using the following sed script with your browser's executable file name
substituting for <replaceable>[browser]</replaceable>:</para>
browsers from which to choose. You can create a symlink from your preferred
browser to <command>/usr/bin/netscape</command>, or simply edit
<filename>srcunx/gvxreg.c</filename> using the following <command>sed</command>
script with your browser's executable file name
substituted for <replaceable>[browser]</replaceable>:</para>
<screen><userinput><command>sed -i s/netscape/<replaceable>[browser]</replaceable>/ srcunx/gvxreg.c</command></userinput></screen>

View File

@ -5,6 +5,7 @@
<!ENTITY psutils-download-http "http://gd.tuwien.ac.at/publishing/tex/tex-utils/psutils/psutils-&psutils-version;.tar.gz">
<!ENTITY psutils-download-ftp " ">
<!ENTITY psutils-md5sum "b161522f3bd1507655326afa7db4a0ad">
<!ENTITY psutils-size "68 KB">
<!ENTITY psutils-buildsize "740 KB">
<!ENTITY psutils-time "0.01 SBU">
@ -30,6 +31,7 @@ PostScript files.</para>
url="&psutils-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&psutils-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &psutils-md5sum;</para></listitem>
<listitem><para>Download size: &psutils-size;</para></listitem>
<listitem><para>Estimated disk space required:
&psutils-buildsize;</para></listitem>
@ -52,7 +54,7 @@ make install</command></userinput></screen>
</sect2>
<sect2>
<title>Installation command explanations</title>
<title>Command explanations</title>
<para><command>cat Makefile.unix | sed -e ... &gt; Makefile</command>: This
command creates a <filename>Makefile</filename> that installs the program to

View File

@ -5,7 +5,7 @@
<!ENTITY xpdf-download-http "http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.00.tar.gz">
<!ENTITY xpdf-download-ftp "ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00.tar.gz">
<!ENTITY xpdf-md5sum "N/A">
<!ENTITY xpdf-md5sum "95294cef3031dd68e65f331e8750b2c2">
<!ENTITY xpdf-size "534 KB">
<!ENTITY xpdf-buildsize "32 MB">
<!ENTITY xpdf-time "0.36 SBU">
@ -70,8 +70,8 @@ url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>
<sect2>
<title>Installation of <application>Xpdf</application></title>
<para>Install <application>Xpdf</application> by running the following commands:
</para>
<para>Install <application>Xpdf</application> by running the following
commands:</para>
<screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch &amp;&amp;
patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch &amp;&amp;