mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added md5sum to db instructions; fixed broken download URL's in PostgreSQL instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3451 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0fbab6b627
commit
f62b122b45
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY db-download-http " ">
|
||||
<!ENTITY db-download-ftp "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz">
|
||||
<!ENTITY db-md5sum "fcc481d52c3b80e20a328f8c0cb042bd">
|
||||
<!ENTITY db-size "5.7 MB">
|
||||
<!ENTITY db-buildsize "68 MB">
|
||||
<!ENTITY db-time "1.23 SBU">
|
||||
@ -32,6 +33,7 @@ functions.</para>
|
||||
url="&db-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&db-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &db-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &db-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&db-buildsize;</para></listitem>
|
||||
@ -41,8 +43,8 @@ url="&db-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application>Berkeley DB</application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="tcl"/> and <xref linkend="j2sdk"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="tcl"/> and <xref linkend="j2sdk"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/src/&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
|
||||
<!ENTITY postgresql-download-ftp "ftp://ftp.fr.postgresql.org/src/&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
|
||||
<!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
|
||||
<!ENTITY postgresql-download-ftp "ftp://ftp.fr.postgresql.org/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
|
||||
<!ENTITY postgresql-md5sum "f0ea2b372a7bdaf2613e92176ebf5e0f">
|
||||
<!ENTITY postgresql-size "10.2 MB">
|
||||
<!ENTITY postgresql-buildsize "236 MB">
|
||||
@ -30,12 +30,16 @@ derived from the Berkeley Postgres database management system.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink url="&postgresql-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink url="&postgresql-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download (HTTP):
|
||||
<ulink url="&postgresql-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url="&postgresql-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &postgresql-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &postgresql-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required: &postgresql-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time: &postgresql-time;</para></listitem></itemizedlist>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&postgresql-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&postgresql-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional downloads</title>
|
||||
@ -48,8 +52,7 @@ url="&patch-root;/postgresql-&postgresql-version;-dsssl_fix-1.patch"/></para>
|
||||
<sect3><title><application>Postgre<acronym>SQL</acronym></application>
|
||||
dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="python"/>,
|
||||
<para><xref linkend="python"/>,
|
||||
<xref linkend="tcl"/>,
|
||||
<xref linkend="tk"/>,
|
||||
<xref linkend="openssl"/>,
|
||||
@ -61,8 +64,8 @@ dependencies</title>
|
||||
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
|
||||
<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
|
||||
<xref linkend="apache-ant"/> and
|
||||
<ulink url="http://rendezvous.sourceforge.net/">Rendezvous</ulink>
|
||||
</para></sect4>
|
||||
<ulink url="http://rendezvous.sourceforge.net/">Rendezvous</ulink></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -23,7 +23,8 @@ who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22
|
||||
package instructions.</para></listitem>
|
||||
package instructions; added md5sum to db instructions; fixed download URL's
|
||||
in PostgreSQL instructions.</para></listitem>
|
||||
|
||||
<listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user