diff --git a/general/graphlib/aalib.xml b/general/graphlib/aalib.xml
index e5b6156673..6ad92ee262 100644
--- a/general/graphlib/aalib.xml
+++ b/general/graphlib/aalib.xml
@@ -14,24 +14,24 @@
-
+
$LastChangedBy$$Date$
-
+
AAlib-&aalib-version;
-
+
AAlibIntroduction to AAlib
-
+
AAlib is a library to render any graphic into
ASCII Art.
-
+
Package Information
@@ -53,16 +53,16 @@
Estimated build time: &aalib-time;
-
+
AAlib Dependencies
-
+
OptionalX ( or ),
and
-
+
-
+
Installation of AAlib
@@ -72,29 +72,29 @@
./configure --prefix=/usr &&
make &&
make install
-
+
-
+
Contents
-
+
Installed ProgramsInstalled LibraryInstalled Directories
-
+
aafire, aainfo, aalib-config, aasavefont, and aatestlibaa.[so,a]Not determined at this time
-
+
Short Descriptions
-
+
aafire
@@ -105,7 +105,7 @@ make install
-
+
aainfo
@@ -116,7 +116,7 @@ make install
-
+
aalib-config
@@ -126,18 +126,18 @@ make install
-
+
aatest
- shows the abilities of AAlib
+ shows the abilities of AAlib
in a little test.aatest
-
+
libaa.[so,a]
@@ -150,9 +150,9 @@ make install
-
+
-
+
-
+
diff --git a/general/graphlib/freetype2.xml b/general/graphlib/freetype2.xml
index d676bc5a57..aac367234f 100644
--- a/general/graphlib/freetype2.xml
+++ b/general/graphlib/freetype2.xml
@@ -118,7 +118,7 @@ make
libfreetype.[so,a]
- contains functions to add TrueType
+ contains functions to add TrueType
font capabilities to the X Window system.libfreetype.[so,a]
diff --git a/general/graphlib/libmng.xml b/general/graphlib/libmng.xml
index ba6cca543f..7965c11ae3 100644
--- a/general/graphlib/libmng.xml
+++ b/general/graphlib/libmng.xml
@@ -85,7 +85,7 @@ install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-&libmng-version;Command Explanations
cp makefiles/makefile.linux Makefile: There are no
- autotools shipped with this package. The Linux makefile
+ autotools shipped with this package. The Linux makefile
is copied to the root of the source tree, facilitating the installation.install ...: The documentation files are not
diff --git a/general/graphlib/librsvg.xml b/general/graphlib/librsvg.xml
index e630f78661..ace9a6c3a0 100644
--- a/general/graphlib/librsvg.xml
+++ b/general/graphlib/librsvg.xml
@@ -94,7 +94,7 @@ make
Command Explanations--disable-gtk-doc: This option prevents
- the rebuilding of documentation during the make
+ the rebuilding of documentation during the make
command.
@@ -134,7 +134,7 @@ make
rsvg-view
- is used to view an SVG file in an X
+ is used to view an SVG file in an X
window.rsvg-view
diff --git a/general/prog/doxygen.xml b/general/prog/doxygen.xml
index 21def01c92..282fb8f86f 100644
--- a/general/prog/doxygen.xml
+++ b/general/prog/doxygen.xml
@@ -94,7 +94,7 @@ make
If you wish to generate and install the package documentation (which
includes the man pages), ensure the Python,
- TeX and GraphViz
+ TeX and GraphViz
packages are installed, then substitute the following commands for the
make install command above:
@@ -125,7 +125,7 @@ make install_docs
man pages and HTML documentation.make pdf: This command builds a
- PDF version of the Doxygen
+ PDF version of the Doxygen
Manual.install ...: These commands install some files
diff --git a/general/prog/gcc.xml b/general/prog/gcc.xml
index 0a0a823f44..a890688083 100644
--- a/general/prog/gcc.xml
+++ b/general/prog/gcc.xml
@@ -92,7 +92,7 @@
If you plan to compile Ada, you will need to install
GNAT temporarily to satisfy the circular
- dependency when you recompile GCC
+ dependency when you recompile GCC
to include Ada.
@@ -135,7 +135,7 @@
the system gcc, the package will be installed in a separate
directory, that can later be removed from the system.
- In response to the questions asked by the doconfig
+ In response to the questions asked by the doconfig
script, enter 3 in response to the first question
and /opt/gnat in response to the second question.
@@ -148,7 +148,7 @@
invoked by executing the gcc binary installed
by the above script.
- You may now remove the GNAT
+ You may now remove the GNAT
source directory:cd .. &&
@@ -173,8 +173,8 @@ export PATH=/opt/gnat/bin:$PATHThe installation process may overwrite your existing
GCC compiler and libraries. It
is highly recommended that you have the Tcl,
- Expect and DejaGnu
- packages installed, as well as unpacking the GCC
+ Expect and DejaGnu
+ packages installed, as well as unpacking the GCC
testsuite tarball before beginning the build.Do not continue with the make install command
@@ -195,7 +195,7 @@ export PATH=/opt/gnat/bin:$PATH
GCC package but you wish to use the programs
from the JDK as the defaults, ensure
$JAVA_HOME/bin is listed before
- /usr/bin in your PATH
+ /usr/bin in your PATH
variable after the GCC installation is complete.
@@ -294,7 +294,7 @@ unset PATH_HOLD
ln -sf gcc /usr/bin/cc; ln -sf g77 /usr/bin/f77:
These links are created as some packages refer to the C and Fortran compilers
- using an alternate name.
+ using an alternate name.chown -R root:root /usr/lib/gcc/i686-pc-linux-gnu/...:
If the package is built by a user other than root, the ownership of the
@@ -384,7 +384,7 @@ unset PATH_HOLD
gcjh
- generates header files from Java
+ generates header files from Java
class files.gcjh
@@ -395,7 +395,7 @@ unset PATH_HOLD
gij
- is the GNU interpreter for Java
+ is the GNU interpreter for Java
bytecode.gij
@@ -585,7 +585,7 @@ unset PATH_HOLD
jcf-dump
- prints information about Java
+ prints information about Java
class files.jcf-dump
@@ -606,7 +606,7 @@ unset PATH_HOLD
jv-scan
- prints information about Java
+ prints information about Java
source files.jv-scan
diff --git a/general/prog/gcc2.xml b/general/prog/gcc2.xml
index 45c783aa4e..867c03e4e2 100644
--- a/general/prog/gcc2.xml
+++ b/general/prog/gcc2.xml
@@ -110,7 +110,7 @@ ln -sf $IL /usr/lib/libstdc++-libc6.3-2.so.3
Configuration Information
-
+The instructions given above make compatibility symlinks that pre-compiled
packages in BLFS require. You may create additional
diff --git a/general/prog/gcc3.xml b/general/prog/gcc3.xml
index 046ed894ff..3936ebefa2 100644
--- a/general/prog/gcc3.xml
+++ b/general/prog/gcc3.xml
@@ -31,7 +31,7 @@
The reason for installing
GCC-&gcc3-version; is that
- some BLFS packages (such as compiled Java
+ some BLFS packages (such as compiled Java
and OpenOffice) have not been updated to be
compilable by GCC-&gcc-version;. Additionally,
some pre-compiled packages may require the
@@ -95,7 +95,7 @@ make bootstrap
If desired, run the test suite using the following commands. The
test_summary commands create log files which can be
compared to known good results located at
+ url="http://linuxfromscratch.org/~randy/gcc-334-lfs-6.0-test_summary.log"/>
and .
diff --git a/general/prog/guile.xml b/general/prog/guile.xml
index d880504764..bb1183851a 100644
--- a/general/prog/guile.xml
+++ b/general/prog/guile.xml
@@ -123,7 +123,7 @@ make
guile-snarfis a script to parse declarations in your
- C code for Scheme
+ C code for Scheme
visible C functions, i
Scheme objects to be used by
C code, etc.
diff --git a/general/prog/jdk.xml b/general/prog/jdk.xml
index 6b40922ac2..a2a648c6d3 100644
--- a/general/prog/jdk.xml
+++ b/general/prog/jdk.xml
@@ -128,7 +128,7 @@
(Forces dynamic linking to gcc libs)
+ url="&patch-root;/jdk-&jdk-src-version;-xorg-6.8.1-1.patch"/>
(Only required if building agianst )
@@ -357,7 +357,7 @@ EOF
The plugin must be a symlink for it to work. If not, the browsers
- just crash when you attempt to load a Java
+ just crash when you attempt to load a Java
application.
@@ -420,12 +420,12 @@ EOF
idlj
-
+ jar
- combines multiple files into a single JAR
+ combines multiple files into a single JAR
archive file.jar
diff --git a/general/prog/pdl.xml b/general/prog/pdl.xml
index a0872d9551..303abe2fc6 100644
--- a/general/prog/pdl.xml
+++ b/general/prog/pdl.xml
@@ -34,7 +34,7 @@
and quickly manipulate the large N-dimensional data arrays common to
scientific computing. PDL turns
Perl into an array-oriented, numerical language
- similar to such commerical packages as IDL
+ similar to such commerical packages as IDL
and MatLab. One can write simple
Perl expressions to manipulate entire numerical
arrays all at once.
@@ -81,9 +81,9 @@
DEPENDENCIES file, found in the package source tree.PDL::NiceSlice
-
+
The PDL::NiceSlice module is used to
- enhance PDL's slice syntax. Slicing
+ enhance PDL's slice syntax. Slicing
is a term used in the process of creating a cross-section, or slice, of a
PDL object (piddle).
@@ -146,7 +146,7 @@
The PDL::Graphics::PGPLOT module is a
convenience interface to the PGPLOT commands,
- implemented using the object oriented PGPLOT
+ implemented using the object oriented PGPLOT
plotting package in the PDL::Graphics::PGPLOT::Window
module.
@@ -214,7 +214,7 @@
PDL::Graphics::IISThe PDL::Graphics::IIS
- module provides an interface to any image display device
+ module provides an interface to any image display device
which supports the IIS protocol.
@@ -267,7 +267,7 @@
The PDL::IO::Pic module implements I/O
for a number of popular image formats by exploiting the
- xxxtopnm and pnmtoxxx
+ xxxtopnm and pnmtoxxx
converters from the Netpbm package and the
cjpeg and djpeg converters.
It also contains the routine wmpeg to write MPEG movies from piddles
@@ -306,7 +306,7 @@
PDL::GSL
- The PDL::GSL
+ The PDL::GSL
module is an interface to the functions provided by the Gnu Scientific Library.
@@ -317,7 +317,7 @@
PDL::FFTW
- The PDL::FFTW
+ The PDL::FFTW
module is a means to interface PDL with the
FFTW library. It's similar to the standard FFT
routine but it's usually faster and has support for real transforms. It works
@@ -460,7 +460,7 @@ make test
Configuration InformationSee
+ url="http://pdl.sourceforge.net/PDLdocs/perldl.html#the startup file ~/.perldlrc"/>
for information about configuring perldl to suit your
needs.
@@ -525,7 +525,7 @@ make test
pptemplate
- is a script to generate Makefile.PL
+ is a script to generate Makefile.PL
and PP file skeletons.pptemplate
diff --git a/general/prog/php.xml b/general/prog/php.xml
index 89b0daf46d..5bb492674f 100644
--- a/general/prog/php.xml
+++ b/general/prog/php.xml
@@ -203,7 +203,7 @@ cp -v php.ini-recommended /etc/php.ini
Configuration Information
- To enable PHP support in the Apache
+ To enable PHP support in the Apache
web server, a new LoadModule (which should be handled automatically by the
make install command) and AddType directives
must be added to the httpd.conf file:
@@ -216,7 +216,7 @@ AddType application/x-httpd-php .php
httpd.conf file.You'll need to restart the Apache web server
- after making any modifications to the httpd.conf
+ after making any modifications to the httpd.conf
file.
diff --git a/general/prog/python.xml b/general/prog/python.xml
index 52f645b7a7..a0c7ce9957 100644
--- a/general/prog/python.xml
+++ b/general/prog/python.xml
@@ -159,7 +159,7 @@ make
python2.4
- is a version-specific name for the python
+ is a version-specific name for the python
program.python2.4
diff --git a/general/prog/tcl.xml b/general/prog/tcl.xml
index 3977ee5ab4..c8d3472b94 100644
--- a/general/prog/tcl.xml
+++ b/general/prog/tcl.xml
@@ -157,7 +157,7 @@ unset DIR
tclsh
- is a symlink to the tclsh8.4
+ is a symlink to the tclsh8.4
program.tclsh
diff --git a/general/sysutils/apache-ant.xml b/general/sysutils/apache-ant.xml
index bc9f88b192..4a285fa900 100644
--- a/general/sysutils/apache-ant.xml
+++ b/general/sysutils/apache-ant.xml
@@ -82,7 +82,7 @@
You may need additional libraries to satisify the build
requirements of various packages installed using
Apache Ant. Review the table at
-
+
for any prerequisite libraries you may need. One such library is the
JUnit testing framework library. Many Ant-installed
packages will use this library to perform the unit tests during the build
@@ -192,7 +192,7 @@ export ANT_HOME=/opt/ant
antis a Java based build tool used by
- many packages instead of the conventional make
+ many packages instead of the conventional make
program.ant
@@ -203,7 +203,7 @@ export ANT_HOME=/opt/ant
antRun
- is a support script used to start ant
+ is a support script used to start ant
build scripts in a given directory.antRun
@@ -226,7 +226,7 @@ export ANT_HOME=/opt/ant
complete-ant-cmd.plis a Perl script that allows
- Bash to complete an ant
+ Bash to complete an ant
command-line.complete-ant-cmd.pl
@@ -259,7 +259,7 @@ export ANT_HOME=/opt/ant
ant-*.jar
- files are the Apache Ant
+ files are the Apache AntJava class libraries.ant-*.jar
diff --git a/general/sysutils/fcron.xml b/general/sysutils/fcron.xml
index b94093623e..138dc7ff7c 100644
--- a/general/sysutils/fcron.xml
+++ b/general/sysutils/fcron.xml
@@ -121,13 +121,13 @@ make
Fcron will use an installed MTA
to email you the results of the fcron script. Omit the
switch and use
-
+
if you wish to utilize this feature.--with-answer-all=no: After the files are
installed, the make install script enters into a
configuration routine. The first test will be whether to install a boot
- script in the /etc/rc.d/init.d
+ script in the /etc/rc.d/init.d
directory with the appropriate symbolic links in run levels 2, 3, 4, and 5.
The second is to stop any current fcron processes
and start a new one. Since this is probably your first install and a boot script
@@ -170,7 +170,7 @@ make
fcrontab. Refer to the fcrontab man
page for proper parameters to address your situation.
- If Linux-PAM
+ If Linux-PAM
is installed, two PAM configuration files are installed in
/etc/pam.d. Alternatively if
/etc/pam.d is not used, the installation
@@ -191,8 +191,8 @@ make
Boot Script
- Install the /etc/rc.d/init.d/fcron
- init script from the
+ Install the /etc/rc.d/init.d/fcron
+ init script from the
package.
diff --git a/general/sysutils/mc.xml b/general/sysutils/mc.xml
index ed86b13818..c65b2aa438 100644
--- a/general/sysutils/mc.xml
+++ b/general/sysutils/mc.xml
@@ -104,8 +104,8 @@ make install
The ~/.mc directory and
its contents are created when you start mc for the
- first time. Then you can edit the main ~/.mc/ini
- configuration file manually or through the MC
+ first time. Then you can edit the main ~/.mc/ini
+ configuration file manually or through the MC
shell. Consult the mc(1) man page for details.
diff --git a/general/sysutils/pkgconfig.xml b/general/sysutils/pkgconfig.xml
index 2803511354..46594c15fb 100644
--- a/general/sysutils/pkgconfig.xml
+++ b/general/sysutils/pkgconfig.xml
@@ -80,7 +80,7 @@ make
The default setting for PKG_CONFIG_PATH is
/usr/lib/pkgconfig because of the prefix used to
install pkgconfig. You may add to PKG_CONFIG_PATH by exporting
- additional paths on your system where pkgconfig
+ additional paths on your system where pkgconfig
files are installed. Note that PKG_CONFIG_PATH is only needed
when compiling packages, not during run-time.
diff --git a/general/sysutils/unzip.xml b/general/sysutils/unzip.xml
index 4ed3ccd0ca..4b8b510dff 100644
--- a/general/sysutils/unzip.xml
+++ b/general/sysutils/unzip.xml
@@ -31,7 +31,7 @@
The UnZip package contains
ZIP extraction utilities. These are useful for extracting
- files from ZIP archives. ZIP
+ files from ZIP archives. ZIP
archives are created with PKZIP or
Info-ZIP utilities primarily in a DOS
environment.
@@ -152,7 +152,7 @@ cp -v -d libunzip.so* /usr/lib
unzip
- lists, tests or extracts files from a ZIP
+ lists, tests or extracts files from a ZIP
archive.unzip
diff --git a/general/sysutils/zip.xml b/general/sysutils/zip.xml
index 9d22f1c49f..9b442c89e7 100644
--- a/general/sysutils/zip.xml
+++ b/general/sysutils/zip.xml
@@ -137,7 +137,7 @@ make prefix=/usr -f unix/Makefile generic_gcc
zipnote
- reads or writes comments stored in a ZIP
+ reads or writes comments stored in a ZIP
file.zipnote