source: archive/pan.xml@ 45ab6c7

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