source: archive/gnet.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnet-download-http "http://gnetlibrary.org/src/gnet-&gnet-version;.tar.gz">
8 <!ENTITY gnet-download-ftp " ">
9 <!ENTITY gnet-md5sum "3a7a40411775688fe4c42141ab007048">
10 <!ENTITY gnet-size "595 KB">
11 <!ENTITY gnet-buildsize "7.6 MB">
12 <!ENTITY gnet-time "0.2 SBU">
13]>
14
15<sect1 id="gnet" xreflabel="GNet-&gnet-version;">
16 <?dbhtml filename="gnet.html"?>
17
18
19 <title>GNet-&gnet-version;</title>
20
21 <indexterm zone="gnet">
22 <primary sortas="a-GNet">GNet</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GNet</title>
27
28 <para>The <application>GNet</application> package contains a simple network
29 library. This is useful for supporting TCP sockets, UDP and IP multicast,
30 asynchronous DNS lookup, and more.</para>
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing='compact'>
34 <listitem>
35 <para>Download (HTTP): <ulink url="&gnet-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&gnet-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &gnet-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &gnet-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &gnet-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &gnet-time;</para>
51 </listitem>
52 </itemizedlist>
53
54 <bridgehead renderas="sect3">GNet Dependencies</bridgehead>
55
56 <bridgehead renderas="sect4">Required</bridgehead>
57 <para role="required"><!--<xref linkend="GLib"/> or--><xref linkend="glib2"/></para>
58
59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/gnet"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of GNet</title>
66
67 <para>Install <application>GNet</application> by running the following
68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr &amp;&amp;
71make</userinput></screen>
72
73 <para>This package does not come with a test suite.</para>
74
75 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
76
77<screen role='root'><userinput>make install</userinput></screen>
78
79 </sect2>
80
81 <sect2 role="content">
82 <title>Contents</title>
83
84 <segmentedlist>
85 <segtitle>Installed Programs</segtitle>
86 <segtitle>Installed Library</segtitle>
87 <segtitle>Installed Directories</segtitle>
88
89 <seglistitem>
90 <seg>None</seg>
91 <seg>libgnet-2.0.{so,a}</seg>
92 <seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and
93 /usr/share/doc/libgnet2.0-dev or /usr/share/gtk-doc/html/gnet</seg>
94 </seglistitem>
95 </segmentedlist>
96
97 <variablelist>
98 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
99 <?dbfo list-presentation="list"?>
100 <?dbhtml list-presentation="table"?>
101
102 <varlistentry id="libgnet">
103 <term><filename class='libraryfile'>libgnet-2.0.{so,a}</filename></term>
104 <listitem>
105 <para>is a simple network library written in C. It is
106 object-oriented and built upon <application>GLib</application>. It is
107 intended to be easy to use and port.</para>
108 <indexterm zone="gnet libgnet">
109 <primary sortas="c-libgnet-2.0">libgnet-2.0.{so,a}</primary>
110 </indexterm>
111 </listitem>
112 </varlistentry>
113
114 </variablelist>
115
116 </sect2>
117
118</sect1>
Note: See TracBrowser for help on using the repository browser.