Changeset 197d9d4
- Timestamp:
- 01/26/2005 06:08:44 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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:
- 8d09223
- Parents:
- caae7a2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcaae7a2 r197d9d4 1 <!ENTITY day "2 5">1 <!ENTITY day "26"> 2 2 <!ENTITY month "01"> 3 3 <!ENTITY year "2005"> -
general/genlib/popt.xml
rcaae7a2 r197d9d4 13 13 14 14 <sect1 id="popt" xreflabel="popt-&popt-version;-5"> 15 15 16 <sect1info> 16 <othername>$LastChangedBy$</othername>17 <date>$Date$</date>17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 18 19 </sect1info> 20 19 21 <?dbhtml filename="popt.html"?> 22 20 23 <title><application>popt</application>-&popt-version;-5</title> 24 21 25 <indexterm zone="popt"> 22 <primary sortas="a-popt">Popt</primary></indexterm> 26 <primary sortas="a-popt">Popt</primary> 27 </indexterm> 23 28 24 29 <sect2> … … 31 36 <sect3><title>Package information</title> 32 37 <itemizedlist spacing='compact'> 33 <listitem><para>Download (HTTP): 34 <ulink url="&popt-download-http;"/></para></listitem> 35 <listitem><para>Download (FTP): 36 <ulink url="&popt-download-ftp;"/></para></listitem> 37 <listitem><para>Download size: &popt-size;</para></listitem> 38 <listitem><para>Estimated disk space required: 39 &popt-buildsize;</para></listitem> 40 <listitem><para>Estimated build time: 41 &popt-time;</para></listitem></itemizedlist> 38 <listitem><para>Download (HTTP): 39 <ulink url="&popt-download-http;"/></para></listitem> 40 <listitem><para>Download (FTP): 41 <ulink url="&popt-download-ftp;"/></para></listitem> 42 <listitem><para>Download size: &popt-size;</para></listitem> 43 <listitem><para>Estimated disk space required: 44 &popt-buildsize;</para></listitem> 45 <listitem><para>Estimated build time: 46 &popt-time;</para></listitem> 47 </itemizedlist> 42 48 </sect3> 43 49 44 50 <sect3><title>Additional downloads</title> 45 51 <itemizedlist spacing='compact'> 46 <listitem><para>Patch level upgrade: <ulink 47 url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para></listitem> 52 <listitem><para>Patch level upgrade: <ulink 53 url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para> 54 </listitem> 48 55 </itemizedlist> 49 56 </sect3> … … 70 77 71 78 <para><command>cp configure.in configure.ac</command>: 72 Because we updated <filename>configure.in</filename>with the patch,73 we need to create this filefor <command>make</command> to work properly.</para>79 Because <filename>configure.in</filename> is updated with the patch, 80 this file is needed for <command>make</command> to work properly.</para> 74 81 75 82 <para><command>touch configure.in configure.ac</command>: … … 82 89 83 90 <segmentedlist> 84 <!-- <segtitle>Installed Program</segtitle> --> 85 <segtitle>Installed Library</segtitle> 86 <!-- <segtitle>Installed Directories</segtitle> --> 87 <seglistitem> 88 <!-- <seg>tclsh</seg> --> 89 <seg>libpopt</seg> 90 <!-- <seg>/usr/lib/tcl8.4 and /usr/include/tcl8.4</seg> --> 91 </seglistitem> 91 <segtitle>Installed Library</segtitle> 92 <seglistitem> 93 <seg>libpopt</seg> 94 </seglistitem> 92 95 </segmentedlist> 93 96 94 97 <variablelist> 95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>96 <?dbfo list-presentation="list"?>98 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 99 <?dbfo list-presentation="list"?> 97 100 98 <varlistentry id="libpopt"> 99 <term><filename role='library'>libpopt.so</filename></term> 100 <listitem><para> is used to parse command-line options.</para> 101 <indexterm zone="popt libpopt"> 102 <primary sortas="c-libpopt">libpopt</primary></indexterm> 103 </listitem> 104 </varlistentry> 101 <varlistentry id="libpopt"> 102 <term><filename role='library'>libpopt.so</filename></term> 103 <listitem> 104 <para> is used to parse command-line options.</para> 105 <indexterm zone="popt libpopt"> 106 <primary sortas="c-libpopt">libpopt</primary> 107 </indexterm> 108 </listitem> 109 </varlistentry> 105 110 </variablelist> 106 111 -
introduction/welcome/changelog.xml
rcaae7a2 r197d9d4 22 22 23 23 <itemizedlist> 24 25 <listitem><para>January 26th, 2005 [bdubbs]: Added directory reference 26 for xorg downloads.</para></listitem> 27 28 <listitem><para>January 26th, 2005 [bdubbs]: Fixed policy command line in 29 tripwire.</para></listitem> 24 30 25 31 <listitem><para>January 25th, 2005 [randy]: Modified dependency list and added -
postlfs/security/tripwire.xml
rcaae7a2 r197d9d4 120 120 configuration steps:</para> 121 121 122 <screen><userinput><command>twadmin --create-polfile --site-keyfile =/etc/tripwiresite.key \122 <screen><userinput><command>twadmin --create-polfile --site-keyfile /etc/tripwire/site.key \ 123 123 /etc/tripwire/twpol.txt && 124 124 tripwire --init</command></userinput></screen> -
template/template.xml
rcaae7a2 r197d9d4 18 18 19 19 <sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;"> 20 20 21 <sect1info> 21 <othername>$LastChangedBy$</othername>22 <date>$Date$</date>22 <othername>$LastChangedBy$</othername> 23 <date>$Date$</date> 23 24 </sect1info> 25 24 26 <?dbhtml filename="TEMPLATE.html"?> 25 27 <title><application>TEMPLATE</application>-&TEMPLATE-version;</title> 26 28 <indexterm zone="TEMPLATE"> 27 <primary sortas="a-TEMPLATE">TEMPLATE</primary></indexterm> 29 <primary sortas="a-TEMPLATE">TEMPLATE</primary> 30 </indexterm> 28 31 29 32 <sect2> … … 35 38 <sect3><title>Package information</title> 36 39 <itemizedlist spacing="compact"> 37 <listitem><para>Download (HTTP): 38 <ulink url="&TEMPLATE-download-http;"/></para></listitem> 39 <listitem><para>Download (FTP): 40 <ulink url="&TEMPLATE-download-ftp;"/></para></listitem> 41 <listitem><para>Download MD5 sum: 42 &TEMPLATE-md5sum;</para></listitem> 43 <listitem><para>Download size: 44 &TEMPLATE-size;</para></listitem> 45 <listitem><para>Estimated disk space required: 46 &TEMPLATE-buildsize;</para></listitem> 47 <listitem><para>Estimated build time: 48 &TEMPLATE-time;</para></listitem></itemizedlist> 49 </sect3> 50 51 <sect3><title>Additional downloads</title> 52 <itemizedlist spacing="compact"> 53 <listitem><para>Required patch: <ulink 54 url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para> 55 </listitem></itemizedlist> 40 <listitem><para>Download (HTTP): 41 <ulink url="&TEMPLATE-download-http;"/></para></listitem> 42 <listitem><para>Download (FTP): 43 <ulink url="&TEMPLATE-download-ftp;"/></para></listitem> 44 <listitem><para>Download MD5 sum: 45 &TEMPLATE-md5sum;</para></listitem> 46 <listitem><para>Download size: 47 &TEMPLATE-size;</para></listitem> 48 <listitem><para>Estimated disk space required: 49 &TEMPLATE-buildsize;</para></listitem> 50 <listitem><para>Estimated build time: 51 &TEMPLATE-time;</para></listitem></itemizedlist> 52 </sect3> 53 54 <sect3> 55 <title>Additional downloads</title> 56 <itemizedlist spacing="compact"> 57 <listitem><para>Required patch: <ulink 58 url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para> 59 </listitem> 60 </itemizedlist> 56 61 </sect3> 57 62 58 63 <sect3><title><application>TEMPLATE</application> dependencies</title> 59 <sect4><title>Required</title>60 <para><xref linkend="BLFS DEPENDENCY"/></para>61 </sect4>62 63 <sect4><title>Optional</title>64 <para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>65 </sect4>64 <sect4><title>Required</title> 65 <para><xref linkend="BLFS DEPENDENCY"/></para> 66 </sect4> 67 68 <sect4><title>Optional</title> 69 <para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para> 70 </sect4> 66 71 </sect3> 67 72 … … 99 104 <title>Configuring <application>TEMPLATE</application></title> 100 105 101 <sect3 id="TEMPLATE-config"><title>Config files</title> 102 <para><filename>~/.Configfilename1</filename> and 103 <filename>/etc/path/Configfilename2</filename></para> 104 105 <indexterm zone="TEMPLATE TEMPLATE-config"> 106 <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary> 107 </indexterm> 108 <indexterm zone="TEMPLATE TEMPLATE-config"> 109 <primary sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary> 110 </indexterm> 106 <sect3 id="TEMPLATE-config"> 107 <title>Config files</title> 108 <para><filename>~/.Configfilename1</filename> and 109 <filename>/etc/path/Configfilename2</filename></para> 110 111 <indexterm zone="TEMPLATE TEMPLATE-config"> 112 <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary> 113 </indexterm> 114 115 <indexterm zone="TEMPLATE TEMPLATE-config"> 116 <primary sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary> 117 </indexterm> 111 118 </sect3> 112 119 113 120 <sect3><title>Configuration information</title> 114 121 115 <para><userinput role='root'>USERINPUT GOES HERE</userinput> Blah blah blah 116 about config.</para> 117 118 <para id="TEMPLATE-init">To automatically start the 119 <command>TEMPLATE</command> daemon when the system is rebooted, install the 120 <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the 121 <xref linkend="intro-important-bootscripts"/> package.</para> 122 <indexterm zone="TEMPLATE TEMPLATE-init"> 123 <primary sortas="f-TEMPLATE">TEMPLATE</primary></indexterm> 122 <para><userinput role='root'>USERINPUT GOES HERE</userinput> Blah blah blah 123 about config.</para> 124 125 <para id="TEMPLATE-init">To automatically start the 126 <command>TEMPLATE</command> daemon when the system is rebooted, install the 127 <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the 128 <xref linkend="intro-important-bootscripts"/> package.</para> 129 130 <indexterm zone="TEMPLATE TEMPLATE-init"> 131 <primary sortas="f-TEMPLATE">TEMPLATE</primary> 132 </indexterm> 124 133 125 134 <screen><userinput role='root'><command>make install-TEMPLATE</command></userinput></screen> … … 132 141 133 142 <segmentedlist> 134 <segtitle>Installed Program(s)</segtitle> 135 <segtitle>Installed Librar(y,ies)</segtitle> 136 <segtitle>Installed Director(y,ies)</segtitle> 137 <seglistitem> 138 <seg>PROGRAM1, PROGRAM2 and PROGRAM3</seg> 139 <seg>libLIBRARY1, libLIBRARY2 and libLIBRARY3</seg> 140 <seg>/etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE, 141 /usr/share/TEMPLATE-&TEMPLATE-version;, 142 /usr/share/doc/TEMPLATE-&TEMPLATE-version; and 143 /var/lib/TEMPLATE</seg> 144 </seglistitem> 143 <segtitle>Installed Program(s)</segtitle> 144 <segtitle>Installed Librar(y,ies)</segtitle> 145 <segtitle>Installed Director(y,ies)</segtitle> 146 147 <seglistitem> 148 <seg>PROGRAM1, PROGRAM2 and PROGRAM3</seg> 149 <seg>libLIBRARY1, libLIBRARY2 and libLIBRARY3</seg> 150 <seg>/etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE, 151 /usr/share/TEMPLATE-&TEMPLATE-version;, 152 /usr/share/doc/TEMPLATE-&TEMPLATE-version; and 153 /var/lib/TEMPLATE</seg> 154 </seglistitem> 145 155 </segmentedlist> 146 156 147 157 <variablelist> 148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>149 <?dbfo list-presentation="list"?>158 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 159 <?dbfo list-presentation="list"?> 150 160 151 161 <!-- If the program or library name conflicts (is the same) as the … … 154 164 155 165 <varlistentry id="PROGRAM1"> 156 <term><command>PROGRAM1</command></term> 157 <listitem><para>does this .....</para> 158 <indexterm zone="TEMPLATE PROGRAM1"> 159 <primary sortas="b-PROGRAM1">PROGRAM1</primary></indexterm> 160 </listitem> 166 <term><command>PROGRAM1</command></term> 167 <listitem> 168 <para>does this .....</para> 169 <indexterm zone="TEMPLATE PROGRAM1"> 170 <primary sortas="b-PROGRAM1">PROGRAM1</primary> 171 </indexterm> 172 </listitem> 161 173 </varlistentry> 162 174 163 175 <varlistentry id="PROGRAM2"> 164 <term><command>PROGRAM2</command></term> 165 <listitem><para>does this .....</para> 166 <indexterm zone="TEMPLATE PROGRAM2"> 167 <primary sortas="b-PROGRAM2">PROGRAM2</primary></indexterm> 168 </listitem> 176 <term><command>PROGRAM2</command></term> 177 <listitem> 178 <para>does this .....</para> 179 <indexterm zone="TEMPLATE PROGRAM2"> 180 <primary sortas="b-PROGRAM2">PROGRAM2</primary> 181 </indexterm> 182 </listitem> 169 183 </varlistentry> 170 184 171 185 <varlistentry id="libLIBRARY1"> 172 <term><filename class='libraryfile'>libLIBRARY1.[so,a]</filename></term> 173 <listitem><para>contains functions that .....</para> 174 <indexterm zone="TEMPLATE libLIBRARY1"> 175 <primary sortas="c-libLIBRARY1">libLIBRARY1.[so,a]</primary></indexterm> 176 </listitem> 186 <term><filename class='libraryfile'>libLIBRARY1.[so,a]</filename></term> 187 <listitem> 188 <para>contains functions that .....</para> 189 <indexterm zone="TEMPLATE libLIBRARY1"> 190 <primary sortas="c-libLIBRARY1">libLIBRARY1.[so,a]</primary> 191 </indexterm> 192 </listitem> 177 193 </varlistentry> 194 178 195 </variablelist> 179 196 -
x/installing/xorg.xml
rcaae7a2 r197d9d4 5 5 %general-entities; 6 6 7 <!ENTITY xorg-download-http " http://freedesktop.org/~xorg/X11R&xorg-version;/src-single/X11R&xorg-version;-src.tar.bz2">8 <!ENTITY xorg-download-ftp " 7 <!ENTITY xorg-download-http ""> 8 <!ENTITY xorg-download-ftp "ftp://ftp.opengroup.org/pub/x.org/pub/X11R&xorg-version;/src-single/X11R&xorg-version;-src.tar.bz2"> 9 9 <!ENTITY xorg-size "41 MB"> 10 10 <!ENTITY xorg-buildsize "645 MB"> … … 87 87 <para>As an alternative to downloading the entire source tree in a single 88 88 file, there are several files that need to be fetched from the download 89 location :</para>89 location (directory /pub/x.org/pub/X11R&xorg-version;/src/):</para> 90 90 91 91 <itemizedlist spacing='compact'>
Note:
See TracChangeset
for help on using the changeset viewer.