source: general/genlib/log4cplus.xml@ 49d7e8d

trunk
Last change on this file since 49d7e8d was 0e16b36, checked in by Bruce Dubbs <bdubbs@…>, 3 weeks ago

Archive qt5.

There are a large number of packages that needed to be changed to
remove qt5, but most are harmless. One package that is affected
is vlc where the gui interface is no longer available. Videos
can still be played from the command line and the kf6 dependency
on vlc is still satisfied.

If necessary qt5 can be restored for vlc.

Also three other files are archived that are no longer needed.

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[c2ab6f4]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 log4cplus-download-http "https://github.com/log4cplus/log4cplus/releases/download/REL_&log4cplus-release;/log4cplus-&log4cplus-version;.tar.xz">
8 <!ENTITY log4cplus-download-ftp " ">
[bc99c9d]9 <!ENTITY log4cplus-md5sum "6ee2555be39cd269086cc871c834e43f">
[c2ab6f4]10 <!ENTITY log4cplus-size "919 KB">
[bc99c9d]11 <!ENTITY log4cplus-buildsize "73 MB">
12 <!ENTITY log4cplus-time "0.3 SBU (Using parallelism=4; add 0.5 SBU for tests)">
[c2ab6f4]13]>
14
15<sect1 id="log4cplus" xreflabel="log4cplus-&log4cplus-version;">
16 <?dbhtml filename="log4cplus.html"?>
17
18
19 <title>log4cplus-&log4cplus-version;</title>
20
21 <indexterm zone="log4cplus">
22 <primary sortas="a-log4cplus">log4cplus</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to log4cplus</title>
27
28 <para>
[e556b03]29 <application>log4cplus</application> is an easy to use C++20
30 logging API providing thread-safe, flexible, and arbitrarily
[c2ab6f4]31 granular control over log management and configuration. It is
32 modeled after the Java log4j API.
33 </para>
34
[3d6c1859]35 &lfs122_checked;
[c2ab6f4]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&log4cplus-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&log4cplus-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &log4cplus-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &log4cplus-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &log4cplus-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &log4cplus-time;
67 </para>
68 </listitem>
69 </itemizedlist>
[0e16b36]70<!--
[adc2dbf6]71 <bridgehead renderas="sect3">log4cplus Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 </para>
[0e16b36]76-->
[c2ab6f4]77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of log4cplus</title>
81
82 <para>
83 Build <application>log4cplus</application> by running the following
84 command:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 To test the results, issue: <command>make check</command>.
92 </para>
93
94 <para>
95 Now, install the package as the
96 <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Library</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>
113 None
114 </seg>
115 <seg>
116 log4cplus.so
117 </seg>
118 <seg>
119 None
120 </seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="log4cplus-lib">
130 <term><filename class="libraryfile">log4cplus.so</filename></term>
131 <listitem>
132 <para>
133 is the log4cplus library
134 </para>
135 <indexterm zone="log4cplus log4cplus-lib">
136 <primary sortas="c-log4cplus">log4cplus.so</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 </variablelist>
142
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.