mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Added md5sum and indexing tags to GNet
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3431 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
28badf41b0
commit
64a8cf6861
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
|
<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
|
||||||
<!ENTITY curl-download-ftp "ftp://ftp.fu-berlin.de/pub/unix/network/curl/curl-&curl-version;.tar.bz2">
|
<!ENTITY curl-download-ftp "ftp://ftp.fu-berlin.de/pub/unix/network/curl/curl-&curl-version;.tar.bz2">
|
||||||
|
<!ENTITY curl-md5sum "bdf23eef698e70749990fb3df94e78cd">
|
||||||
<!ENTITY curl-size "1.8 MB">
|
<!ENTITY curl-size "1.8 MB">
|
||||||
<!ENTITY curl-buildsize "24.6 MB">
|
<!ENTITY curl-buildsize "24.6 MB">
|
||||||
<!ENTITY curl-time "0.42 SBU (additional 2.98 SBU to run test suite w/Valgrind)">
|
<!ENTITY curl-time "0.42 SBU (additional 2.98 SBU to run test suite w/Valgrind)">
|
||||||
@ -35,6 +36,7 @@ functions like streaming media.</para>
|
|||||||
<ulink url="&curl-download-http;"/></para></listitem>
|
<ulink url="&curl-download-http;"/></para></listitem>
|
||||||
<listitem><para>Download (FTP):
|
<listitem><para>Download (FTP):
|
||||||
<ulink url="&curl-download-ftp;"/></para></listitem>
|
<ulink url="&curl-download-ftp;"/></para></listitem>
|
||||||
|
<listitem><para>Download MD5 sum: &curl-md5sum;</para></listitem>
|
||||||
<listitem><para>Download size: &curl-size;</para></listitem>
|
<listitem><para>Download size: &curl-size;</para></listitem>
|
||||||
<listitem><para>Estimated disk space required:
|
<listitem><para>Estimated disk space required:
|
||||||
&curl-buildsize;</para></listitem>
|
&curl-buildsize;</para></listitem>
|
||||||
|
@ -2,11 +2,12 @@
|
|||||||
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!ENTITY gnet-download-http "http://gnetlibrary.org/src/gnet-&gnet-version;.tar.gz">
|
<!ENTITY gnet-download-http "http://gnetlibrary.org/src/gnet-&gnet-version;.tar.gz">
|
||||||
<!ENTITY gnet-download-ftp " ">
|
<!ENTITY gnet-download-ftp " ">
|
||||||
|
<!ENTITY gnet-md5sum "126f140618de34801933d192302ed0b9">
|
||||||
<!ENTITY gnet-size "412 KB">
|
<!ENTITY gnet-size "412 KB">
|
||||||
<!ENTITY gnet-buildsize "9.6 MB">
|
<!ENTITY gnet-buildsize "7.0 MB">
|
||||||
<!ENTITY gnet-time "0.18 SBU">
|
<!ENTITY gnet-time "0.18 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -17,6 +18,8 @@
|
|||||||
</sect1info>
|
</sect1info>
|
||||||
<?dbhtml filename="gnet.html"?>
|
<?dbhtml filename="gnet.html"?>
|
||||||
<title>GNet-&gnet-version;</title>
|
<title>GNet-&gnet-version;</title>
|
||||||
|
<indexterm zone="gnet">
|
||||||
|
<primary sortas="a-GNet">GNet</primary></indexterm>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Introduction to <application>GNet</application></title>
|
<title>Introduction to <application>GNet</application></title>
|
||||||
@ -32,6 +35,7 @@ library. This is useful for supporting <acronym>TCP</acronym> sockets,
|
|||||||
url="&gnet-download-http;"/></para></listitem>
|
url="&gnet-download-http;"/></para></listitem>
|
||||||
<listitem><para>Download (FTP): <ulink
|
<listitem><para>Download (FTP): <ulink
|
||||||
url="&gnet-download-ftp;"/></para></listitem>
|
url="&gnet-download-ftp;"/></para></listitem>
|
||||||
|
<listitem><para>Download MD5 sum: &gnet-md5sum;</para></listitem>
|
||||||
<listitem><para>Download size: &gnet-size;</para></listitem>
|
<listitem><para>Download size: &gnet-size;</para></listitem>
|
||||||
<listitem><para>Estimated disk space required:
|
<listitem><para>Estimated disk space required:
|
||||||
&gnet-buildsize;</para></listitem>
|
&gnet-buildsize;</para></listitem>
|
||||||
@ -41,28 +45,57 @@ url="&gnet-download-ftp;"/></para></listitem>
|
|||||||
|
|
||||||
<sect3><title><application>GNet</application> dependencies</title>
|
<sect3><title><application>GNet</application> dependencies</title>
|
||||||
<sect4><title>Required</title>
|
<sect4><title>Required</title>
|
||||||
<para><xref linkend="glib2"/></para></sect4>
|
<para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
|
||||||
|
</sect4>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of <application>GNet</application></title>
|
<title>Installation of <application>GNet</application></title>
|
||||||
|
|
||||||
<para>Install <application>GNet</application> by running the following commands:
|
<para>Install <application>GNet</application> by running the following
|
||||||
</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr &&
|
<screen><userinput><command>./configure --prefix=/usr &&
|
||||||
make &&
|
make</command></userinput></screen>
|
||||||
make install</command></userinput></screen>
|
|
||||||
|
<para>Now, as the root user:</para>
|
||||||
|
|
||||||
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application>GNet</application> package contains <filename>libgnet</filename> libraries.</para>
|
<segmentedlist>
|
||||||
|
<segtitle>Installed Programs</segtitle>
|
||||||
|
<segtitle>Installed Library</segtitle>
|
||||||
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
|
<seglistitem>
|
||||||
|
<seg>None</seg>
|
||||||
|
<seg>libgnet-2.0.[so,a]</seg>
|
||||||
|
<seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and
|
||||||
|
/usr/share/doc/libgnet2.0-dev</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
|
|
||||||
|
<varlistentry id="libgnet">
|
||||||
|
<term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term>
|
||||||
|
<listitem><para>is a simple network library written in C. It is
|
||||||
|
object-oriented and built upon <application>GLib</application>. It is
|
||||||
|
intended to be easy to use and port.</para>
|
||||||
|
<indexterm zone="gnet libgnet">
|
||||||
|
<primary sortas="c-libgnet-2.0">libgnet-2.0.[so,a]</primary>
|
||||||
|
</indexterm></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user