Changeset a2d48f4
- Timestamp:
- 08/31/2003 04:57:51 PM (21 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8f847979
- Parents:
- 46cef72
- Files:
-
- 1 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netlibs/wvstreams.xml
r46cef72 ra2d48f4 5 5 &wvstreams-intro; 6 6 &wvstreams-inst; 7 &wvstreams-exp; 7 8 &wvstreams-config; 8 9 &wvstreams-desc; -
basicnet/netlibs/wvstreams/wvstreams-desc.xml
r46cef72 ra2d48f4 3 3 4 4 <para>The wvstreams package contains the 5 <filename >libwvcrypto</filename> libraries,6 <filename >libwvstreams</filename> librariesand7 <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> 8 8 9 9 </sect2> … … 12 12 13 13 <sect3><title>wvcrypto</title> 14 <para>No description is currently available.</para></sect3> 14 <para><filename class="libraryfile">libwvcrypto</filename> defines 15 streams with built-in cryptography.</para></sect3> 15 16 16 17 <sect3><title>wvstreams</title> 17 <para>No description is currently available.</para></sect3> 18 <para><filename class="libraryfile">libwvstreams</filename> defines the 19 basic properties of a stream.</para></sect3> 18 20 19 21 <sect3><title>wvutils</title> 20 <para>No description is currently available.</para></sect3> 22 <para><filename class="libraryfile">libwvutils</filename> contains 23 fundamental support utilites.</para></sect3> 21 24 22 25 </sect2> -
basicnet/netlibs/wvstreams/wvstreams-inst.xml
r46cef72 ra2d48f4 1 1 <sect2> 2 <title>Installation of wvstreams</title>2 <title>Installation of <application>wvstreams</application></title> 3 3 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> 7 5 8 <para>Install wvstreams by running the following commands:</para> 9 10 <para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-wvcrypto.patch && 6 <screen><userinput><command>patch -Np1 -i ../wvstreams-3.70-wvcrypto.patch && 11 7 patch -Np1 -i ../wvstreams-3.70-wvresolver.patch && 12 8 make PREFIX=/usr LDFLAGS="-lcrypt" && 13 make PREFIX=/usr install</ userinput></screen></para>9 make PREFIX=/usr install</command></userinput></screen> 14 10 15 11 </sect2> -
basicnet/netlibs/wvstreams/wvstreams-intro.xml
r46cef72 ra2d48f4 1 1 <sect2> 2 <title>Introduction to wvstreams</title>2 <title>Introduction to <application>wvstreams</application></title> 3 3 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 5 network programming libraries. These are needed to compile wvdial.</para> 9 6 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> 12 15 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 19 url="&hfile-root;/wvstreams-&wvstreams-version;-wvcrypto.patch"/></para></listitem> 20 <listitem><para>Required Patch: <ulink 21 url="&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> 15 29 16 30 </sect2> -
basicnet/netlibs/wvstreams/wvstreams.ent
r46cef72 ra2d48f4 2 2 <!ENTITY wvstreams-intro SYSTEM "wvstreams-intro.xml"> 3 3 <!ENTITY wvstreams-inst SYSTEM "wvstreams-inst.xml"> 4 <!ENTITY wvstreams-exp SYSTEM "wvstreams-exp.xml"> 4 5 <!ENTITY wvstreams-desc SYSTEM "wvstreams-desc.xml"> 5 6 <!ENTITY wvstreams-config SYSTEM "wvstreams-config.xml"> 6 <!ENTITY wvstreams-buildsize " 9.6MB">7 <!ENTITY wvstreams-buildsize "11.5 MB"> 7 8 <!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"> 9 11 <!ENTITY wvstreams-download-ftp ""> 10 12 <!ENTITY wvstreams-size "178 KB"> 13 <!ENTITY wvstreams-time "0.17 SBU"> -
basicnet/textweb/links/links.ent
r46cef72 ra2d48f4 8 8 <!ENTITY Links-version "2.1pre11"> 9 9 <!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"> 11 11 <!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"> 13 13 <!ENTITY Links-size "3.6 MB"> 14 14 <!ENTITY Links-time "0.57 SBU"> -
connect/dialup/wvdial/wvdial-config.xml
r46cef72 ra2d48f4 4 4 <sect3><title>Config files</title> 5 5 <para><filename>/etc/wvdial.conf</filename>, 6 <filename>/etc/ppp/ *</filename></para></sect3>6 <filename>/etc/ppp/peers/*</filename></para></sect3> 7 7 8 8 <sect3><title>Configuration Information</title> 9 9 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 && 11 wvdialconf /etc/wvdial.conf</command></userinput></screen> 12 <command>wvdialconf</command> will test that you have a working modem 13 and 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 14 15 <filename>/etc/wvdial.conf</filename> file.</para> 15 16 16 17 <para>You then start wvdial with: 17 <screen><userinput> wvdial</userinput>.</screen></para>18 <screen><userinput><command>wvdial</command></userinput>.</screen></para> 18 19 19 20 <para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para> -
connect/dialup/wvdial/wvdial-desc.xml
r46cef72 ra2d48f4 2 2 <title>Contents</title> 3 3 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> 5 and <command>wvdialconf</command> programs.</para> 6 6 7 7 </sect2> -
connect/dialup/wvdial/wvdial-inst.xml
r46cef72 ra2d48f4 1 1 <sect2> 2 <title>Installation of wvdial</title>2 <title>Installation of <application>wvdial</application></title> 3 3 4 <para>Install wvdialby running the following commands:</para>4 <para>Install <application>wvdial</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>make PREFIX=/usr &&7 make PREFIX=/usr install &&</userinput></screen></para>6 <screen><userinput><command>make PREFIX=/usr && 7 make PREFIX=/usr install</command></userinput></screen> 8 8 9 9 </sect2> -
connect/dialup/wvdial/wvdial-intro.xml
r46cef72 ra2d48f4 1 1 <sect2> 2 <title>Introduction to wvdial</title>2 <title>Introduction to <application>wvdial</application></title> 3 3 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 5 alternative to chat and pppd scripts. If you simply want to dial a modem 12 6 without the fuss and hassle of chat issues, then you'll want this.</para> 13 7 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> 16 22 17 23 </sect2> -
connect/dialup/wvdial/wvdial.ent
r46cef72 ra2d48f4 4 4 <!ENTITY wvdial-desc SYSTEM "wvdial-desc.xml"> 5 5 <!ENTITY wvdial-config SYSTEM "wvdial-config.xml"> 6 <!ENTITY wvdial-buildsize "2. 5MB">6 <!ENTITY wvdial-buildsize "2.3 MB"> 7 7 <!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"> 9 10 <!ENTITY wvdial-download-ftp ""> 10 11 <!ENTITY wvdial-size "66 KB"> 12 <!ENTITY wvdial-time "0.06 SBU"> -
general/graphlib/svgalib/svgalib-exp.xml
r46cef72 ra2d48f4 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>cd doc & & fordir in man?; do for file in $dir/*; do4 <para><userinput>cd doc && dir in man?; do for file in $dir/*; do 5 5 gunzip /usr/share/man/$file; done; done</userinput> : SVGAlib installs its man 6 6 pages in compressed format so we uncompress them.</para> -
introduction/welcome/changelog.xml
r46cef72 ra2d48f4 11 11 <itemizedlist> 12 12 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 14 wvstreams submitted by Igor.</para></listitem> 15 16 <listitem><para>August 31st, 2003 [larry]: server: added rsync-2.5.6 14 17 submitted by Daniel Baumann.</para></listitem> 15 18 16 <listitem><para>August 31 , 2003 [larry]: multimedia: update to19 <listitem><para>August 31st, 2003 [larry]: multimedia: update to 17 20 cdrtools-2.00.3 submitted by Igor.</para></listitem> 18 21 19 <listitem><para>August 30 , 2003 [larry]: postlfs: update intro section22 <listitem><para>August 30th, 2003 [larry]: postlfs: update intro section 20 23 of tcsh, zsh, joe, nano and emacs.</para></listitem> 21 24 22 <listitem><para>August 30 , 2003 [larry]: general: update to gcc-3.3.125 <listitem><para>August 30th, 2003 [larry]: general: update to gcc-3.3.1 23 26 and gnat-3.15p.</para></listitem> 24 27 25 <listitem><para>August 29 , 2003 [larry]: pst: updated intro to sgml-dtd28 <listitem><para>August 29th, 2003 [larry]: pst: updated intro to sgml-dtd 26 29 V3.1 and V4.2.</para></listitem> 27 30 28 <listitem><para>August 29 , 2003 [larry]: Xsoft: updated to31 <listitem><para>August 29th, 2003 [larry]: Xsoft: updated to 29 32 dillo-0.7.3.</para></listitem> 30 33 31 <listitem><para>August 29 , 2003 [larry]: Basicnet: updated to curl34 <listitem><para>August 29th, 2003 [larry]: Basicnet: updated to curl 32 35 7.10.7 submitted by Igor Zivkovic.</para></listitem> 33 36 34 <listitem><para>August 29 , 2003 [larry]: Gnome: updated intro for orbit237 <listitem><para>August 29th, 2003 [larry]: Gnome: updated intro for orbit2 35 38 and updated to bonobo-activation-2.2.3.</para></listitem> 36 39 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, 38 41 Pango-1.2.5, ATK-1.2.4 and GTK+-2.2.3.</para></listitem> 39 42 40 <listitem><para>August 28 , 2003 [larry]: updated to intro of gtk-doc and43 <listitem><para>August 28th, 2003 [larry]: updated to intro of gtk-doc and 41 44 openjade. Typos.</para></listitem> 42 45 43 <listitem><para>August 28 , 2003 [larry]: updated to46 <listitem><para>August 28th, 2003 [larry]: updated to 44 47 ruby-1.8.0</para></listitem> 45 48
Note:
See TracChangeset
for help on using the changeset viewer.