Changeset f62b122b
- Timestamp:
- 02/12/2005 04:12:38 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7bc4c361
- Parents:
- 0fbab6b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/db.xml
r0fbab6b rf62b122b 7 7 <!ENTITY db-download-http " "> 8 8 <!ENTITY db-download-ftp "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz"> 9 <!ENTITY db-md5sum "fcc481d52c3b80e20a328f8c0cb042bd"> 9 10 <!ENTITY db-size "5.7 MB"> 10 11 <!ENTITY db-buildsize "68 MB"> … … 33 34 <listitem><para>Download (FTP): <ulink 34 35 url="&db-download-ftp;"/></para></listitem> 36 <listitem><para>Download MD5 sum: &db-md5sum;</para></listitem> 35 37 <listitem><para>Download size: &db-size;</para></listitem> 36 38 <listitem><para>Estimated disk space required: … … 42 44 <sect3><title><application>Berkeley DB</application> dependencies</title> 43 45 <sect4><title>Optional</title> 44 <para><xref linkend="tcl"/> and <xref linkend="j2sdk"/> 45 </ para></sect4>46 <para><xref linkend="tcl"/> and <xref linkend="j2sdk"/></para> 47 </sect4> 46 48 </sect3> 47 49 -
content/databases/postgresql.xml
r0fbab6b rf62b122b 5 5 %general-entities; 6 6 7 <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/s rc/&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">8 <!ENTITY postgresql-download-ftp "ftp://ftp.fr.postgresql.org/s rc/&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"> 9 9 <!ENTITY postgresql-md5sum "f0ea2b372a7bdaf2613e92176ebf5e0f"> 10 10 <!ENTITY postgresql-size "10.2 MB"> … … 31 31 <sect3><title>Package information</title> 32 32 <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> 35 37 <listitem><para>Download MD5 sum: &postgresql-md5sum;</para></listitem> 36 38 <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> 39 43 </sect3> 40 44 … … 49 53 dependencies</title> 50 54 <sect4><title>Optional</title> 51 <para> 52 <xref linkend="python"/>, 55 <para><xref linkend="python"/>, 53 56 <xref linkend="tcl"/>, 54 57 <xref linkend="tk"/>, … … 62 65 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>, 63 66 <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> 66 69 </sect3> 67 70 -
introduction/welcome/changelog.xml
r0fbab6b rf62b122b 24 24 25 25 <listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22 26 package instructions.</para></listitem> 26 package instructions; added md5sum to db instructions; fixed download URL's 27 in PostgreSQL instructions.</para></listitem> 27 28 28 29 <listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para>
Note:
See TracChangeset
for help on using the changeset viewer.