Changeset a2d48f4


Ignore:
Timestamp:
08/31/2003 04:57:51 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f847979
Parents:
46cef72
Message:

intro change in wvstreams and wvdial

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1010 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
13 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/wvstreams.xml

    r46cef72 ra2d48f4  
    55&wvstreams-intro;
    66&wvstreams-inst;
     7&wvstreams-exp;
    78&wvstreams-config;
    89&wvstreams-desc;
  • basicnet/netlibs/wvstreams/wvstreams-desc.xml

    r46cef72 ra2d48f4  
    33
    44<para>The wvstreams package contains the
    5 <filename>libwvcrypto</filename> libraries,
    6 <filename>libwvstreams</filename> libraries and
    7 <filename>libwvutils</filename> libraries.</para>
     5<filename class="libraryfile">libwvcrypto</filename>,
     6<filename class="libraryfile">libwvstreams</filename> and
     7<filename class="libraryfile">libwvutils</filename> libraries.</para>
    88
    99</sect2>
     
    1212
    1313<sect3><title>wvcrypto</title>
    14 <para>No description is currently available.</para></sect3>
     14<para><filename class="libraryfile">libwvcrypto</filename> defines
     15streams with built-in cryptography.</para></sect3>
    1516
    1617<sect3><title>wvstreams</title>
    17 <para>No description is currently available.</para></sect3>
     18<para><filename class="libraryfile">libwvstreams</filename> defines the
     19basic properties of a stream.</para></sect3>
    1820
    1921<sect3><title>wvutils</title>
    20 <para>No description is currently available.</para></sect3>
     22<para><filename class="libraryfile">libwvutils</filename> contains
     23fundamental support utilites.</para></sect3>
    2124
    2225</sect2>
  • basicnet/netlibs/wvstreams/wvstreams-inst.xml

    r46cef72 ra2d48f4  
    11<sect2>
    2 <title>Installation of wvstreams</title>
     2<title>Installation of <application>wvstreams</application></title>
    33
    4 <para>Download the wvstreams patches from <ulink url="&hfile-root;"/>.
    5 The wvcrypto patch is only necessary for
    6 <application>openssl-0.9.7</application> or greater.</para>
     4<para>Install <application>wvstreams</application> by running the following commands:</para>
    75
    8 <para>Install wvstreams by running the following commands:</para>
    9 
    10 <para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-wvcrypto.patch &amp;&amp;
     6<screen><userinput><command>patch -Np1 -i ../wvstreams-3.70-wvcrypto.patch &amp;&amp;
    117patch -Np1 -i ../wvstreams-3.70-wvresolver.patch &amp;&amp;
    128make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
    13 make PREFIX=/usr install</userinput></screen></para>
     9make PREFIX=/usr install</command></userinput></screen>
    1410
    1511</sect2>
  • basicnet/netlibs/wvstreams/wvstreams-intro.xml

    r46cef72 ra2d48f4  
    11<sect2>
    2 <title>Introduction to wvstreams</title>
     2<title>Introduction to <application>wvstreams</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&wvstreams-download-http;"/>
    5 Download location (FTP):        <ulink url="&wvstreams-download-ftp;"/>
    6 Version used:                   &wvstreams-version;
    7 Package size:                   &wvstreams-size;
    8 Estimated Disk space required:  &wvstreams-buildsize;</screen>
     4<para>The <application>wvstreams</application> package contains the
     5network programming libraries. These are needed to compile wvdial.</para>
    96
    10 <para>The wvstreams package contains the libwvutils, libwvstreams and
    11 libwvcrypto libraries.  These are needed to compile wvdial.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&wvstreams-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&wvstreams-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &wvstreams-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &wvstreams-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &wvstreams-time;</para></listitem></itemizedlist>
     14</sect3>
    1215
    13 <screen>wvstreams depends on:
    14 <xref linkend="openssl"/> to build the wvcrypto library</screen>
     16<sect3><title>Additional downloads</title>
     17<itemizedlist spacing='compact'>
     18<listitem><para>Required Patch: <ulink
     19url="&hfile-root;/wvstreams-&wvstreams-version;-wvcrypto.patch"/></para></listitem>
     20<listitem><para>Required Patch: <ulink
     21url="&hfile-root;/wvstreams-&wvstreams-version;-wvresolver.patch"/></para></listitem>
     22</itemizedlist></sect3>
     23
     24<sect3><title><application>wvstreams</application> dependencies</title>
     25<sect4><title>Required</title>
     26<para><xref linkend="openssl"/>
     27</para></sect4>
     28</sect3>
    1529
    1630</sect2>
  • basicnet/netlibs/wvstreams/wvstreams.ent

    r46cef72 ra2d48f4  
    22<!ENTITY wvstreams-intro SYSTEM "wvstreams-intro.xml">
    33<!ENTITY wvstreams-inst SYSTEM "wvstreams-inst.xml">
     4<!ENTITY wvstreams-exp SYSTEM "wvstreams-exp.xml">
    45<!ENTITY wvstreams-desc SYSTEM "wvstreams-desc.xml">
    56<!ENTITY wvstreams-config SYSTEM "wvstreams-config.xml">
    6 <!ENTITY wvstreams-buildsize "9.6 MB">
     7<!ENTITY wvstreams-buildsize "11.5 MB">
    78<!ENTITY wvstreams-version "3.70">
    8 <!ENTITY wvstreams-download-http "http://open.nit.ca/download/wvstreams-3.70.tar.gz">
     9<!ENTITY wvstreams-download-http
     10"http://open.nit.ca/download/wvstreams-&wvstreams-version;.tar.gz">
    911<!ENTITY wvstreams-download-ftp "">
    1012<!ENTITY wvstreams-size "178 KB">
     13<!ENTITY wvstreams-time "0.17 SBU">
  • basicnet/textweb/links/links.ent

    r46cef72 ra2d48f4  
    88<!ENTITY Links-version "2.1pre11">
    99<!ENTITY Links-download-http
    10 "http://atrey.karlin.mff.cuni.cz/~clock/twibright/Links/download/links-&Links-version;.tar.bz2">
     10"http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-&Links-version;.tar.bz2">
    1111<!ENTITY Links-download-ftp
    12 "ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/Links/links-&Links-version;.tar.bz2">
     12"ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/links-&Links-version;.tar.bz2">
    1313<!ENTITY Links-size "3.6 MB">
    1414<!ENTITY Links-time "0.57 SBU">
  • connect/dialup/wvdial/wvdial-config.xml

    r46cef72 ra2d48f4  
    44<sect3><title>Config files</title>
    55<para><filename>/etc/wvdial.conf</filename>,
    6 <filename>/etc/ppp/*</filename></para></sect3>
     6<filename>/etc/ppp/peers/*</filename></para></sect3>
    77
    88<sect3><title>Configuration Information</title>
    99
    10 <para><screen><userinput>wvdialconf /etc/wvdial.conf</userinput></screen>
    11 wvdialconf will test that you have a working modem, try and determine
    12 its exact setup and then ask you some questions regarding your ISP's phone
    13 number etc.  You will then need to enter that information into the
     10<para><screen><userinput><command>touch /etc/wvdial.conf &amp;&amp;
     11wvdialconf /etc/wvdial.conf</command></userinput></screen>
     12<command>wvdialconf</command> will test that you have a working modem
     13and try to determine it's exact setup. You will then need to enter your
     14<acronym>ISP</acronym>'s phone number, login name and password into the
    1415<filename>/etc/wvdial.conf</filename> file.</para>
    1516
    1617<para>You then start wvdial with:
    17 <screen><userinput>wvdial</userinput>.</screen></para>
     18<screen><userinput><command>wvdial</command></userinput>.</screen></para>
    1819
    1920<para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
  • connect/dialup/wvdial/wvdial-desc.xml

    r46cef72 ra2d48f4  
    22<title>Contents</title>
    33
    4 <para>The wvdial package contains the <userinput>wvdial</userinput>
    5 and <userinput>wvdialconf</userinput> programs.</para>
     4<para>The wvdial package contains the <command>wvdial</command>
     5and <command>wvdialconf</command> programs.</para>
    66
    77</sect2>
  • connect/dialup/wvdial/wvdial-inst.xml

    r46cef72 ra2d48f4  
    11<sect2>
    2 <title>Installation of wvdial</title>
     2<title>Installation of <application>wvdial</application></title>
    33
    4 <para>Install wvdial by running the following commands:</para>
     4<para>Install <application>wvdial</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>make PREFIX=/usr &amp;&amp;
    7 make PREFIX=/usr install &amp;&amp;</userinput></screen></para>
     6<screen><userinput><command>make PREFIX=/usr &amp;&amp;
     7make PREFIX=/usr install</command></userinput></screen>
    88
    99</sect2>
  • connect/dialup/wvdial/wvdial-intro.xml

    r46cef72 ra2d48f4  
    11<sect2>
    2 <title>Introduction to wvdial</title>
     2<title>Introduction to <application>wvdial</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&wvdial-download-http;"/>
    5 Download location (FTP):        <ulink url="&wvdial-download-ftp;"/>
    6 Version used:                   &wvdial-version;
    7 Package size:                   &wvdial-size;
    8 Estimated Disk space required:  &wvdial-buildsize;</screen>
    9 
    10 <para>The wvdial package contains a no nonsense, quick and easy to use
    11 alternative to chat and pppd scripts.  If you simply want to dial a modem
     4<para>The <application>wvdial</application> package contains a no nonsense, quick and easy to use
     5alternative to chat and pppd scripts. If you simply want to dial a modem
    126without the fuss and hassle of chat issues, then you'll want this.</para>
    137
    14 <screen>wvdial depends on:
    15 <xref linkend="wvstreams"/> and <xref linkend="ppp"/></screen>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink url="&wvdial-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&wvdial-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &wvdial-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &wvdial-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &wvdial-time;</para></listitem></itemizedlist>
     15</sect3>
     16
     17<sect3><title><application>wvdial</application> dependencies</title>
     18<sect4><title>Required</title>
     19<para><xref linkend="wvstreams"/> and <xref linkend="ppp"/>
     20</para></sect4>
     21</sect3>
    1622
    1723</sect2>
  • connect/dialup/wvdial/wvdial.ent

    r46cef72 ra2d48f4  
    44<!ENTITY wvdial-desc SYSTEM "wvdial-desc.xml">
    55<!ENTITY wvdial-config SYSTEM "wvdial-config.xml">
    6 <!ENTITY wvdial-buildsize "2.5 MB">
     6<!ENTITY wvdial-buildsize "2.3 MB">
    77<!ENTITY wvdial-version "1.53">
    8 <!ENTITY wvdial-download-http "http://open.nit.ca/download/wvdial-1.53.tar.gz">
     8<!ENTITY wvdial-download-http
     9"http://open.nit.ca/download/wvdial-&wvdial-version;.tar.gz">
    910<!ENTITY wvdial-download-ftp "">
    1011<!ENTITY wvdial-size "66 KB">
     12<!ENTITY wvdial-time "0.06 SBU">
  • general/graphlib/svgalib/svgalib-exp.xml

    r46cef72 ra2d48f4  
    22<title>Command explanations</title>
    33
    4 <para><userinput>cd doc && for dir in man?; do for file in $dir/*; do
     4<para><userinput>cd doc &amp;&amp; dir in man?; do for file in $dir/*; do
    55gunzip /usr/share/man/$file; done; done</userinput> : SVGAlib installs its man
    66pages in compressed format so we uncompress them.</para>
  • introduction/welcome/changelog.xml

    r46cef72 ra2d48f4  
    1111<itemizedlist>
    1212
    13 <listitem><para>August 31, 2003 [larry]: server: added rsync-2.5.6
     13<listitem><para>August 31st, 2003 [larry]: updated into of wvdial and
     14wvstreams submitted by Igor.</para></listitem>
     15
     16<listitem><para>August 31st, 2003 [larry]: server: added rsync-2.5.6
    1417submitted by Daniel Baumann.</para></listitem>
    1518
    16 <listitem><para>August 31, 2003 [larry]: multimedia: update to
     19<listitem><para>August 31st, 2003 [larry]: multimedia: update to
    1720cdrtools-2.00.3 submitted by Igor.</para></listitem>
    1821
    19 <listitem><para>August 30, 2003 [larry]: postlfs: update intro section
     22<listitem><para>August 30th, 2003 [larry]: postlfs: update intro section
    2023of tcsh, zsh, joe, nano and emacs.</para></listitem>
    2124
    22 <listitem><para>August 30, 2003 [larry]: general: update to gcc-3.3.1
     25<listitem><para>August 30th, 2003 [larry]: general: update to gcc-3.3.1
    2326and gnat-3.15p.</para></listitem>
    2427
    25 <listitem><para>August 29, 2003 [larry]: pst: updated intro to sgml-dtd
     28<listitem><para>August 29th, 2003 [larry]: pst: updated intro to sgml-dtd
    2629V3.1 and V4.2.</para></listitem>
    2730
    28 <listitem><para>August 29, 2003 [larry]: Xsoft: updated to
     31<listitem><para>August 29th, 2003 [larry]: Xsoft: updated to
    2932dillo-0.7.3.</para></listitem>
    3033
    31 <listitem><para>August 29, 2003 [larry]: Basicnet: updated to curl
     34<listitem><para>August 29th, 2003 [larry]: Basicnet: updated to curl
    32357.10.7 submitted by Igor Zivkovic.</para></listitem>
    3336
    34 <listitem><para>August 29, 2003 [larry]: Gnome: updated intro for orbit2
     37<listitem><para>August 29th, 2003 [larry]: Gnome: updated intro for orbit2
    3538and updated to bonobo-activation-2.2.3.</para></listitem>
    3639
    37 <listitem><para>August 28, 2003 [larry]: updated to GLib-2.2.3,
     40<listitem><para>August 28th, 2003 [larry]: updated to GLib-2.2.3,
    3841Pango-1.2.5, ATK-1.2.4 and GTK+-2.2.3.</para></listitem>
    3942
    40 <listitem><para>August 28, 2003 [larry]: updated to intro of gtk-doc and
     43<listitem><para>August 28th, 2003 [larry]: updated to intro of gtk-doc and
    4144openjade. Typos.</para></listitem>
    4245
    43 <listitem><para>August 28, 2003  [larry]: updated to
     46<listitem><para>August 28th, 2003  [larry]: updated to
    4447ruby-1.8.0</para></listitem>
    4548
Note: See TracChangeset for help on using the changeset viewer.