Changeset 64a8cf6 for basicnet


Ignore:
Timestamp:
02/10/2005 10:17:44 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f808261
Parents:
28badf4
Message:

Added md5sum and indexing tags to GNet

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

Location:
basicnet/netlibs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    r28badf4 r64a8cf6  
    66  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    77  <!ENTITY curl-download-ftp  "ftp://ftp.fu-berlin.de/pub/unix/network/curl/curl-&curl-version;.tar.bz2">
     8  <!ENTITY curl-md5sum        "bdf23eef698e70749990fb3df94e78cd">
    89  <!ENTITY curl-size          "1.8 MB">
    910  <!ENTITY curl-buildsize     "24.6 MB">
     
    3637<listitem><para>Download (FTP):
    3738<ulink url="&curl-download-ftp;"/></para></listitem>
     39<listitem><para>Download MD5 sum: &curl-md5sum;</para></listitem>
    3840<listitem><para>Download size: &curl-size;</para></listitem>
    3941<listitem><para>Estimated disk space required:
  • basicnet/netlibs/gnet.xml

    r28badf4 r64a8cf6  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY gnet-download-http "http://gnetlibrary.org/src/gnet-&gnet-version;.tar.gz">
    77  <!ENTITY gnet-download-ftp  " ">
     8  <!ENTITY gnet-md5sum        "126f140618de34801933d192302ed0b9">
    89  <!ENTITY gnet-size          "412 KB">
    9   <!ENTITY gnet-buildsize     "9.6 MB">
     10  <!ENTITY gnet-buildsize     "7.0 MB">
    1011  <!ENTITY gnet-time          "0.18 SBU">
    1112]>
     
    1819<?dbhtml filename="gnet.html"?>
    1920<title>GNet-&gnet-version;</title>
     21<indexterm zone="gnet">
     22<primary sortas="a-GNet">GNet</primary></indexterm>
    2023
    2124<sect2>
     
    3336<listitem><para>Download (FTP): <ulink
    3437url="&gnet-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &gnet-md5sum;</para></listitem>
    3539<listitem><para>Download size: &gnet-size;</para></listitem>
    3640<listitem><para>Estimated disk space required:
     
    4246<sect3><title><application>GNet</application> dependencies</title>
    4347<sect4><title>Required</title>
    44 <para><xref linkend="glib2"/></para></sect4>
     48<para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
     49</sect4>
    4550</sect3>
    46 
    4751
    4852</sect2>
     
    5155<title>Installation of <application>GNet</application></title>
    5256
    53 <para>Install <application>GNet</application> by running the following commands:
    54 </para>
     57<para>Install <application>GNet</application> by running the following
     58commands:</para>
    5559
    5660<screen><userinput><command>./configure --prefix=/usr  &amp;&amp;
    57 make &amp;&amp;
    58 make install</command></userinput></screen>
     61make</command></userinput></screen>
     62
     63<para>Now, as the root user:</para>
     64
     65<screen><userinput role='root'><command>make install</command></userinput></screen>
    5966
    6067</sect2>
     
    6370<title>Contents</title>
    6471
    65 <para>The <application>GNet</application> package contains <filename>libgnet</filename> libraries.</para>
     72<segmentedlist>
     73<segtitle>Installed Programs</segtitle>
     74<segtitle>Installed Library</segtitle>
     75<segtitle>Installed Directories</segtitle>
     76
     77<seglistitem>
     78<seg>None</seg>
     79<seg>libgnet-2.0.[so,a]</seg>
     80<seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and
     81/usr/share/doc/libgnet2.0-dev</seg>
     82</seglistitem>
     83</segmentedlist>
     84
     85<variablelist>
     86<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     87<?dbfo list-presentation="list"?>
     88
     89<varlistentry id="libgnet">
     90<term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term>
     91<listitem><para>is a simple network library written in C. It is
     92object-oriented and built upon <application>GLib</application>. It is
     93intended to be easy to use and port.</para>
     94<indexterm zone="gnet libgnet">
     95<primary sortas="c-libgnet-2.0">libgnet-2.0.[so,a]</primary>
     96</indexterm></listitem>
     97</varlistentry>
     98</variablelist>
    6699
    67100</sect2>
Note: See TracChangeset for help on using the changeset viewer.