Ignore:
Timestamp:
02/12/2005 04:12:38 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
7bc4c361
Parents:
0fbab6b
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/databases/postgresql.xml

    r0fbab6b rf62b122b  
    55  %general-entities;
    66
    7   <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/src/&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    8   <!ENTITY postgresql-download-ftp  "ftp://ftp.fr.postgresql.org/src/&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     7  <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     8  <!ENTITY postgresql-download-ftp  "ftp://ftp.fr.postgresql.org/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    99  <!ENTITY postgresql-md5sum        "f0ea2b372a7bdaf2613e92176ebf5e0f">
    1010  <!ENTITY postgresql-size          "10.2 MB">
     
    3131<sect3><title>Package information</title>
    3232<itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink url="&postgresql-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP): <ulink url="&postgresql-download-ftp;"/></para></listitem>
     33<listitem><para>Download (HTTP):
     34<ulink url="&postgresql-download-http;"/></para></listitem>
     35<listitem><para>Download (FTP):
     36<ulink url="&postgresql-download-ftp;"/></para></listitem>
    3537<listitem><para>Download MD5 sum: &postgresql-md5sum;</para></listitem>
    3638<listitem><para>Download size: &postgresql-size;</para></listitem>
    37 <listitem><para>Estimated disk space required: &postgresql-buildsize;</para></listitem>
    38 <listitem><para>Estimated build time: &postgresql-time;</para></listitem></itemizedlist>
     39<listitem><para>Estimated disk space required:
     40&postgresql-buildsize;</para></listitem>
     41<listitem><para>Estimated build time:
     42&postgresql-time;</para></listitem></itemizedlist>
    3943</sect3>
    4044
     
    4953dependencies</title>
    5054<sect4><title>Optional</title>
    51 <para>
    52 <xref linkend="python"/>,
     55<para><xref linkend="python"/>,
    5356<xref linkend="tcl"/>,
    5457<xref linkend="tk"/>,
     
    6265<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
    6366<xref linkend="apache-ant"/> and
    64 <ulink url="http://rendezvous.sourceforge.net/">Rendezvous</ulink>
    65 </para></sect4>
     67<ulink url="http://rendezvous.sourceforge.net/">Rendezvous</ulink></para>
     68</sect4>
    6669</sect3>
    6770
Note: See TracChangeset for help on using the changeset viewer.