Changeset 64a8cf6
- Timestamp:
- 02/10/2005 10:17:44 PM (20 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f808261
- Parents:
- 28badf4
- Location:
- basicnet/netlibs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netlibs/curl.xml
r28badf4 r64a8cf6 6 6 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2"> 7 7 <!ENTITY curl-download-ftp "ftp://ftp.fu-berlin.de/pub/unix/network/curl/curl-&curl-version;.tar.bz2"> 8 <!ENTITY curl-md5sum "bdf23eef698e70749990fb3df94e78cd"> 8 9 <!ENTITY curl-size "1.8 MB"> 9 10 <!ENTITY curl-buildsize "24.6 MB"> … … 36 37 <listitem><para>Download (FTP): 37 38 <ulink url="&curl-download-ftp;"/></para></listitem> 39 <listitem><para>Download MD5 sum: &curl-md5sum;</para></listitem> 38 40 <listitem><para>Download size: &curl-size;</para></listitem> 39 41 <listitem><para>Estimated disk space required: -
basicnet/netlibs/gnet.xml
r28badf4 r64a8cf6 3 3 <!ENTITY % general-entities SYSTEM "../../general.ent"> 4 4 %general-entities; 5 5 6 6 <!ENTITY gnet-download-http "http://gnetlibrary.org/src/gnet-&gnet-version;.tar.gz"> 7 7 <!ENTITY gnet-download-ftp " "> 8 <!ENTITY gnet-md5sum "126f140618de34801933d192302ed0b9"> 8 9 <!ENTITY gnet-size "412 KB"> 9 <!ENTITY gnet-buildsize " 9.6MB">10 <!ENTITY gnet-buildsize "7.0 MB"> 10 11 <!ENTITY gnet-time "0.18 SBU"> 11 12 ]> … … 18 19 <?dbhtml filename="gnet.html"?> 19 20 <title>GNet-&gnet-version;</title> 21 <indexterm zone="gnet"> 22 <primary sortas="a-GNet">GNet</primary></indexterm> 20 23 21 24 <sect2> … … 33 36 <listitem><para>Download (FTP): <ulink 34 37 url="&gnet-download-ftp;"/></para></listitem> 38 <listitem><para>Download MD5 sum: &gnet-md5sum;</para></listitem> 35 39 <listitem><para>Download size: &gnet-size;</para></listitem> 36 40 <listitem><para>Estimated disk space required: … … 42 46 <sect3><title><application>GNet</application> dependencies</title> 43 47 <sect4><title>Required</title> 44 <para><xref linkend="glib2"/></para></sect4> 48 <para><xref linkend="GLib"/> or <xref linkend="glib2"/></para> 49 </sect4> 45 50 </sect3> 46 47 51 48 52 </sect2> … … 51 55 <title>Installation of <application>GNet</application></title> 52 56 53 <para>Install <application>GNet</application> by running the following commands:54 </para>57 <para>Install <application>GNet</application> by running the following 58 commands:</para> 55 59 56 60 <screen><userinput><command>./configure --prefix=/usr && 57 make && 58 make install</command></userinput></screen> 61 make</command></userinput></screen> 62 63 <para>Now, as the root user:</para> 64 65 <screen><userinput role='root'><command>make install</command></userinput></screen> 59 66 60 67 </sect2> … … 63 70 <title>Contents</title> 64 71 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 92 object-oriented and built upon <application>GLib</application>. It is 93 intended 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> 66 99 67 100 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.