Changeset e73c45ef
- Timestamp:
- 04/03/2005 02:43:23 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fbb8b9ec
- Parents:
- b52d2005
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
book/bookinfo.xml
rb52d2005 re73c45ef 44 44 <revhistory> 45 45 <revision> 46 <revnumber>&version;</revnumber> 47 <date>&pubdate;</date> 48 <revremark>Development Release</revremark> 49 </revision> 50 51 <revision> 52 <revnumber>&version;</revnumber> 53 <date>2005-03-17</date> 54 <revremark>Fourth release (Candidate 1)</revremark> 46 <revnumber>6.0</revnumber> 47 <date>2005-04-02</date> 48 <revremark>Fourth release</revremark> 55 49 </revision> 56 50 57 51 <revision> 58 52 <revnumber>5.1</revnumber> 59 <date>2004- 6-05</date>53 <date>2004-06-05</date> 60 54 <revremark>Third release</revremark> 61 55 </revision> -
general.ent
rb52d2005 re73c45ef 2 2 <!ENTITY month "04"> 3 3 <!ENTITY year "2005"> 4 <!ENTITY version " svn-&year;&month;&day;">4 <!ENTITY version "6.0"> 5 5 <!ENTITY releasedate "April &day;nd, &year;"> 6 6 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 7 <!ENTITY blfs-version " cvs"> <!-- cvs|[release #] -->7 <!ENTITY blfs-version "6.0"> <!-- cvs|[release #] --> 8 8 <!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] --> 9 9 <!ENTITY last-commit "$Date$"> <!-- Automatic update --> … … 13 13 <!ENTITY maintainer-address "bdubbs@linuxfromscratch.org"> 14 14 15 <!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/ svn">15 <!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/6.0"> 16 16 <!ENTITY downloads-project "http://downloads.linuxfromscratch.org"> 17 17 <!ENTITY hints-root "http://www.linuxfromscratch.org/hints"> 18 <!ENTITY patch-root "http://www.linuxfromscratch.org/blfs/downloads/ svn">18 <!ENTITY patch-root "http://www.linuxfromscratch.org/blfs/downloads/6.0"> 19 19 <!-- <!ENTITY lfs-root "http://www.linuxfromscratch.org/lfs/view/&lfs-version;"> --> 20 20 <!ENTITY lfs-root "../../../../lfs/view/&lfs-version;"> … … 22 22 23 23 24 <!ENTITY blfs-bootscripts-version " 20050313">24 <!ENTITY blfs-bootscripts-version "6.0"> 25 25 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 26 26 -
introduction/welcome/changelog.xml
rb52d2005 re73c45ef 23 23 <itemizedlist> 24 24 25 <listitem><para>April 2nd, 2005 [bdubbs]: 6.0 Release.</para></listitem> 26 27 <listitem><para>April 2nd, 2005 [bdubbs]: Updated emacs to 21.4a.</para></listitem> 28 29 <listitem><para>April 2nd, 2005 [bdubbs]: Updated iptables to add 30 bootscript installation.</para></listitem> 31 32 <listitem><para>April 2nd, 2005 [bdubbs]: Updated 6.0 branch with 33 vim security patch from SVN (randy).</para></listitem> 34 25 35 <listitem><para>April 2nd, 2005 [randy]: Added which as a required dependency 26 36 of DocBook-utils, reported by Andrew Benton.</para></listitem> 27 37 38 <listitem><para>March 17th, 2005 [randy]: Changed cracklib from a required 39 dependency to recommended in the Linux-Pam instructions; updated to Zip-2.31 40 and CUPS-1.1.23; added the creation of an 'lp' user to the CUPS 41 instructions.</para></listitem> 42 ======= 28 43 <listitem><para>April 1st, 2005 [randy]: Updated to DocBook XML DTD-4.4 and 29 44 DocBook XSL Stylesheets-1.68.1.</para></listitem> 45 >>>>>>> .r3640 30 46 31 47 <listitem><para>March 31st, 2005 [bdubbs]: Updated the install instructions -
postlfs/editors/emacs.xml
rb52d2005 re73c45ef 7 7 <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz"> 8 8 <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz"> 9 <!ENTITY emacs-md5sum " 5ec2c01f7604cf207628de0e82181647">9 <!ENTITY emacs-md5sum "8f9d97cbd126121bd5d97e5e31168a87"> 10 10 <!ENTITY emacs-size "20 MB"> 11 11 <!ENTITY emacs-buildsize "96.8 MB"> … … 15 15 <sect1 id="emacs" xreflabel="Emacs-&emacs-version;"> 16 16 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 19 </sect1info> 20 20 21 <?dbhtml filename="emacs.html"?> 21 22 <title>Emacs-&emacs-version;</title> 22 <indexterm zone="emacs"><primary 23 sortas="a-Emacs">Emacs</primary></indexterm> 23 24 <indexterm zone="emacs"> 25 <primary sortas="a-Emacs">Emacs</primary> 26 </indexterm> 24 27 25 28 <sect2> … … 31 34 <sect3><title>Package information</title> 32 35 <itemizedlist spacing='compact'> 33 <listitem><para>Download (HTTP): <ulink 34 url="&emacs-download-http;"/></para></listitem> 35 <listitem><para>Download (FTP): <ulink 36 url="&emacs-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem> 38 <listitem><para>Download size: &emacs-size;</para></listitem> 39 <listitem><para>Estimated disk space required: 40 &emacs-buildsize;</para></listitem> 41 <listitem><para>Estimated build time: 42 &emacs-time;</para></listitem></itemizedlist> 36 <listitem><para>Download (HTTP): <ulink url="&emacs-download-http;"/></para></listitem> 37 <listitem><para>Download (FTP): <ulink url="&emacs-download-ftp;"/></para></listitem> 38 <listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem> 39 <listitem><para>Download size: &emacs-size;</para></listitem> 40 <listitem><para>Estimated disk space required: &emacs-buildsize;</para></listitem> 41 <listitem><para>Estimated build time: &emacs-time;</para></listitem> 42 </itemizedlist> 43 43 </sect3> 44 44 45 <sect3><title><application>Emacs</application> dependencies</title> 46 <sect4><title>Optional</title> 45 <sect3> 46 <title><application>Emacs</application> dependencies</title> 47 48 <sect4> 49 <title>Optional</title> 50 47 51 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), 48 <xref linkend="libjpeg"/>,49 <xref linkend="libpng"/>,50 <xref linkend="libtiff"/> and51 <xref linkend="libungif"/> or <xref linkend="giflib"/></para>52 <xref linkend="libjpeg"/>, 53 <xref linkend="libpng"/>, 54 <xref linkend="libtiff"/> and 55 <xref linkend="libungif"/> or <xref linkend="giflib"/></para> 52 56 </sect4> 53 57 </sect3> … … 61 65 commands:</para> 62 66 63 <screen><userinput><command>./configure --prefix=/usr \ 64 --libexecdir=/usr/sbin && 67 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin && 65 68 make bootstrap</command></userinput></screen> 66 69
Note:
See TracChangeset
for help on using the changeset viewer.