source: archive/pan.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 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.9 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 pan-download-http "http://pan.rebelbase.com/download/releases/&pan-version;/source/pan-&pan-version;.tar.bz2">
8 <!ENTITY pan-download-ftp " ">
9 <!ENTITY pan-md5sum "ca165da8557605d89d327cff78891b89">
10 <!ENTITY pan-size "1.4 MB">
11 <!ENTITY pan-buildsize "178 MB">
12 <!ENTITY pan-time "2.3 SBU">
13]>
14
15<sect1 id="pan" xreflabel="Pan-&pan-version;">
16 <?dbhtml filename="pan.html" ?>
17
18
19 <title>Pan-&pan-version;</title>
20
21 <indexterm zone="pan">
22 <primary sortas="a-Pan">Pan</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Pan</title>
27
28 <para>The <application>Pan</application> package contains a graphical
29 newsreader. This is useful for reading and writing news, threading
30 articles and replying via email.</para>
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>Download (HTTP): <ulink url="&pan-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&pan-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &pan-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &pan-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &pan-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &pan-time;</para>
51 </listitem>
52 </itemizedlist>
53
54 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>Required patch: <ulink
58 url="&patch-root;/pan-&pan-version;-gmime_gcc-1.patch"/></para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Pan Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="gtk2"/>,
66 <xref linkend="gmime"/>,
67 <xref linkend="pcre"/>, and
68 <xref linkend="intltool"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><ulink url="http://sf.net/projects/gtkspell">GtkSpell</ulink></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/pan"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Pan</title>
80
81 <para>Install <application>Pan</application> by running the following
82 commands:</para>
83
84<screen><userinput>patch -Np1 -i ../pan-&pan-version;-gmime_gcc-1.patch &amp;&amp;
85./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
88 <para>To test the results, issue <command>make check</command>.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role='root'><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Program</segtitle>
101 <segtitle>Installed Libraries</segtitle>
102 <segtitle>Installed Directories</segtitle>
103
104 <seglistitem>
105 <seg>pan</seg>
106 <seg>None</seg>
107 <seg>None</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="pan-prog">
117 <term><command>pan</command></term>
118 <listitem>
119 <para>is a graphical newsreader.</para>
120 <indexterm zone="pan pan-prog">
121 <primary sortas="b-pan">pan</primary>
122 </indexterm>
123 </listitem>
124 </varlistentry>
125
126 </variablelist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.