diff --git a/general.ent b/general.ent index 25a621bcef..9db8b1ae1a 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index c486c14fa9..49094e0652 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,6 +22,11 @@ who wrote what. +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. + February 15th, 2005 [randy]: Added md5sums to Chapter 41-44 package instructions; updated to LPRng-3.8.28. diff --git a/pst/ps/a2ps.xml b/pst/ps/a2ps.xml index f5457f194f..cff4cf74cb 100644 --- a/pst/ps/a2ps.xml +++ b/pst/ps/a2ps.xml @@ -2,12 +2,13 @@ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ %general-entities; - + + - + ]> @@ -32,6 +33,7 @@ appropriately to "all to PostScript". url="&a2ps-download-http;"/> Download (FTP): +Download MD5 sum: &a2ps-md5sum; Download size: &a2ps-size; Estimated disk space required: &a2ps-buildsize; @@ -41,15 +43,16 @@ url="&a2ps-download-ftp;"/> Additional downloads -International fonts: - +International fonts: + <application>a2ps</application> dependencies Optional X ( or ), -, , +, +, or , libpaper, @@ -71,7 +74,7 @@ commands: sed -i -e "s|emacs||" contrib/Makefile.in && sed -i -e "s|/usr/local/share|/usr/share|" configure && -sed -i -e "s|char \*malloc ();|/* char *malloc (); */|" \ +sed -i -e "s|char \*malloc ();|/* & */|" \ lib/path-concat.c && ./configure --prefix=/usr \ --sysconfdir=/etc/a2ps --localstatedir=/var \ @@ -95,12 +98,12 @@ This command modifies the configure script to search for Ghostscript fonts at the location where they were installed by the BLFS instructions. -sed -i -e "s|char \*malloc ();|/* char *malloc (); */|" \ - lib/path-concat.c: This command fixes a build problem with -LFS >5.1. +sed -i -e "s|char \*malloc ();|/* & */|" +lib/path-concat.c: This command fixes a build problem with +GCC-3.4.x --sysconfdir=/etc/a2ps: Configuration data -goes to /etc/a2ps instead of +is installed in /etc/a2ps instead of /usr/etc. --enable-shared: This switch enables building diff --git a/pst/ps/enscript.xml b/pst/ps/enscript.xml index 4aa47f689f..4ed6392ed2 100644 --- a/pst/ps/enscript.xml +++ b/pst/ps/enscript.xml @@ -5,6 +5,7 @@ + @@ -31,6 +32,7 @@ text files to PostScript, HTML, RTF, url="&enscript-download-http;"/> Download (FTP): +Download MD5 sum: &enscript-md5sum; Download size: &enscript-size; Estimated disk space required: &enscript-buildsize; diff --git a/pst/ps/gsview.xml b/pst/ps/gsview.xml index c0eb04aa0b..c5cc60c100 100644 --- a/pst/ps/gsview.xml +++ b/pst/ps/gsview.xml @@ -2,9 +2,10 @@ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ %general-entities; - + + @@ -30,6 +31,7 @@ url="&gsview-download-http;"/> Download (FTP): +Download MD5 sum: &gsview-md5sum; Download size: &gsview-size; Estimated disk space required: &gsview-buildsize; @@ -39,16 +41,19 @@ url="&gsview-download-ftp;"/> Additional downloads -Required Patch: Required Patch: -Required Patch: Required Patch: - + + <application>GSview</application> dependencies Required - and or (with libgs.so installed) + and + or +(with libgs.so installed) + @@ -56,12 +61,14 @@ linkend="gs"/> or (with libgs.so installed) Installation of <application>GSview</application> -GSview uses netscape - to browse through the online help. BLFS +GSview uses netscape to +browse through the online help. BLFS does not install Netscape, but has other -browsers from which to choose. Simply edit srcunx/gvxreg.c -using the following sed script with your browser's executable file name -substituting for [browser]: +browsers from which to choose. You can create a symlink from your preferred +browser to /usr/bin/netscape, or simply edit +srcunx/gvxreg.c using the following sed +script with your browser's executable file name +substituted for [browser]: sed -i s/netscape/[browser]/ srcunx/gvxreg.c diff --git a/pst/ps/psutils.xml b/pst/ps/psutils.xml index 546d48024e..abd43ecf31 100644 --- a/pst/ps/psutils.xml +++ b/pst/ps/psutils.xml @@ -5,6 +5,7 @@ + @@ -30,6 +31,7 @@ PostScript files. url="&psutils-download-http;"/> Download (FTP): +Download MD5 sum: &psutils-md5sum; Download size: &psutils-size; Estimated disk space required: &psutils-buildsize; @@ -52,7 +54,7 @@ make install -Installation command explanations +Command explanations cat Makefile.unix | sed -e ... > Makefile: This command creates a Makefile that installs the program to diff --git a/pst/ps/xpdf.xml b/pst/ps/xpdf.xml index fff939f7bb..414282cd4a 100644 --- a/pst/ps/xpdf.xml +++ b/pst/ps/xpdf.xml @@ -5,7 +5,7 @@ - + @@ -70,8 +70,8 @@ url="http://packages.debian.org/unstable/source/libpaper">libpaper Installation of <application>Xpdf</application> -Install Xpdf by running the following commands: - +Install Xpdf by running the following +commands: patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch && patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch &&