glfs/networking/netlibs/uhttpmock.xml
Douglas R. Reno 69a16457da (systemd/gnome merge staging) Update to libpeas-1.18.0
(systemd/gnome merge staging) Update to libgweather-3.20.1
(systemd/gnome merge staging) Update to libgtop-2.34.0
(systemd/gnome merge staging) Update to libgdata-0.17.5
(systemd/gnome merge staging) Update to libchamplain-0.12.13
(systemd/gnome merge staging) Update to gtkhtml-4.10.0
(systemd/gnome merge staging) Update to grilo-0.3.1
(systemd/gnome merge) Greenlighted libgtop and libpeas
(systemd/gnome merge) Moved grilo, gtkhtml, libchamplain, libgdata, libgee, libgweather, and libwacom over to trunk
Added libwacom as an optional dependency to libinput on systemd systems
Merged switches and dependencies for Clutter from systemd branch (for systemd systems)
Tags
Added DJ's name in the changelog for his recent commit

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17564 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-07-07 03:54:52 +00:00

174 lines
4.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY uhttpmock-download-http "http://tecnocode.co.uk/downloads/uhttpmock/uhttpmock-&uhttpmock-version;.tar.xz">
<!ENTITY uhttpmock-download-ftp " ">
<!ENTITY uhttpmock-md5sum "ebc54cbbe9b6695282a178af223fe374">
<!ENTITY uhttpmock-size "292 KB">
<!ENTITY uhttpmock-buildsize "3.8 MB">
<!ENTITY uhttpmock-time "less than 0.1 SBU">
]>
<sect1 id="uhttpmock" xreflabel="uhttpmock-&uhttpmock-version;" revision="systemd">
<?dbhtml filename="uhttpmock.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>uhttpmock-&uhttpmock-version;</title>
<indexterm zone="uhttpmock">
<primary sortas="a-uhttpmock">uhttpmock</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to uhttpmock</title>
<para>
The <application>uhttpmock</application> package contains a library
for mocking web service APIs which use HTTP or HTTPS.
</para>
&lfs79_checked;&gcc6_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&uhttpmock-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&uhttpmock-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &uhttpmock-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &uhttpmock-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &uhttpmock-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &uhttpmock-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">uhttpmock Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="libsoup"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/> and
<xref linkend="vala"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/uhttpmock"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of uhttpmock</title>
<para>
Install <application>uhttpmock</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libuhttpmock-0.0.so
</seg>
<seg>
/usr/include/libuhttpmock-0.0 and
/usr/share/gtk-doc/html/libuhttpmock-0.0
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libuhttpmock-0.0">
<term><filename class="libraryfile">libuhttpmock-0.0.so</filename></term>
<listitem>
<para>
contains the <application>uhttpmock</application> API functions.
</para>
<indexterm zone="uhttpmock libuhttpmock-0.0">
<primary sortas="c-libuhttpmock-0.0">libuhttpmock-0.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>