source: archive/gnet.xml@ 54bd123

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 54bd123 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>GNet-&gnet-version;</title>
23
24 <indexterm zone="gnet">
25 <primary sortas="a-GNet">GNet</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GNet</title>
30
31 <para>The <application>GNet</application> package contains a simple network
32 library. This is useful for supporting TCP sockets, UDP and IP multicast,
33 asynchronous DNS lookup, and more.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing='compact'>
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gnet-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gnet-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gnet-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gnet-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gnet-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gnet-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">GNet Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><!--<xref linkend="GLib"/> or--><xref linkend="glib2"/></para>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/gnet"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of GNet</title>
69
70 <para>Install <application>GNet</application> by running the following
71 commands:</para>
72
73<screen><userinput>./configure --prefix=/usr &amp;&amp;
74make</userinput></screen>
75
76 <para>This package does not come with a test suite.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role='root'><userinput>make install</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="content">
85 <title>Contents</title>
86
87 <segmentedlist>
88 <segtitle>Installed Programs</segtitle>
89 <segtitle>Installed Library</segtitle>
90 <segtitle>Installed Directories</segtitle>
91
92 <seglistitem>
93 <seg>None</seg>
94 <seg>libgnet-2.0.{so,a}</seg>
95 <seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and
96 /usr/share/doc/libgnet2.0-dev or /usr/share/gtk-doc/html/gnet</seg>
97 </seglistitem>
98 </segmentedlist>
99
100 <variablelist>
101 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
102 <?dbfo list-presentation="list"?>
103 <?dbhtml list-presentation="table"?>
104
105 <varlistentry id="libgnet">
106 <term><filename class='libraryfile'>libgnet-2.0.{so,a}</filename></term>
107 <listitem>
108 <para>is a simple network library written in C. It is
109 object-oriented and built upon <application>GLib</application>. It is
110 intended to be easy to use and port.</para>
111 <indexterm zone="gnet libgnet">
112 <primary sortas="c-libgnet-2.0">libgnet-2.0.{so,a}</primary>
113 </indexterm>
114 </listitem>
115 </varlistentry>
116
117 </variablelist>
118
119 </sect2>
120
121</sect1>
Note: See TracBrowser for help on using the repository browser.