mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
added qpopper
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@162 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
60497e6424
commit
aaba28e9c1
@ -10,7 +10,9 @@ Estimated Disk space required: &gdk-buildsize;</screen>
|
||||
<para>The gdk-pixbuf package is the GTK+ pixbuf library</para>
|
||||
|
||||
<screen>gdk depends on:
|
||||
<xref linkend="GLib"/>, <xref linkend="GTK"/>, <xref linkend="libpng"/>, <xref linkend="zlib"/>,
|
||||
<xref linkend="libjpeg"/>, <xref linkend="libtiff"/></screen>
|
||||
<xref linkend="GLib"/>, <xref linkend="GTK"/>, <xref linkend="libpng"/>,
|
||||
<xref linkend="libjpeg"/> and <xref linkend="libtiff"/>
|
||||
gkd will utilize:
|
||||
gtk-doc</screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -32,23 +32,35 @@ MANPATH /opt/gnome2/man
|
||||
# END gnome addition to man.conf
|
||||
<userinput>EOF</userinput></screen></para>
|
||||
|
||||
<para><screen>This section will contain:
|
||||
List of needed packages from elsewhere in the book
|
||||
<para><screen>List of needed packages from elsewhere in the book:
|
||||
<xref linkend="libxml"/>
|
||||
<xref linkend="libxml2"/>
|
||||
<xref linkend="libxslt"/>
|
||||
<xref linkend="DocBook"/>
|
||||
openjade
|
||||
<xref linkend="pkgconfig"/>
|
||||
<xref linkend="audiofile"/>
|
||||
<xref linkend="esound"/>
|
||||
<xref linkend="GLib"/>
|
||||
<xref linkend="GLib2"/>
|
||||
<xref linkend="ATK"/>
|
||||
<xref linkend="Pango"/>
|
||||
<xref linkend="GTK"/>
|
||||
<xref linkend="GTK2"/>
|
||||
gtk-engine
|
||||
oaf
|
||||
GConf
|
||||
gnome-mime-data
|
||||
gnome-vfs
|
||||
libgtop
|
||||
xml-i18n-tools
|
||||
libghttp
|
||||
</screen></para>
|
||||
|
||||
&gdk;
|
||||
&intltool;
|
||||
&scrollkeeper;
|
||||
&ORBit;
|
||||
&gnome-libs;
|
||||
&gdk;
|
||||
&libglade;
|
||||
|
||||
</chapter>
|
||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>August 27th, 2002 [larry]: Server: added
|
||||
qpopper-4.0.4.</para></listitem>
|
||||
|
||||
<listitem><para>August 27th, 2002 [larry]: Cleaned up reference to gnome
|
||||
in package dependencies, removed chain dependencies (usually zlib, if
|
||||
package looks for libpng).</para></listitem>
|
||||
|
@ -91,7 +91,8 @@ Bauman</emphasis></para></listitem>
|
||||
<listitem><para>db and lcms: <emphasis>Jeremy Jones and Mark
|
||||
Hymers</emphasis></para></listitem>
|
||||
|
||||
<listitem><para>bind, cvs server, emacs, exim, leafnode, libfam, pine, qmail, PostgreSQL, Samba, sendmail, slrn, tex and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
|
||||
<listitem><para>bind, cvs server, emacs, exim, leafnode, libfam, pine,
|
||||
qmail, qpopper, PostgreSQL, Samba, sendmail, slrn, tex and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
|
||||
|
||||
<listitem><para>fetchmail and wvdial: <emphasis>Paul
|
||||
Campbell</emphasis></para></listitem>
|
||||
|
@ -1,8 +1,11 @@
|
||||
<sect1 id="qpopper" xreflabel="qpopper">
|
||||
<sect1 id="qpopper" xreflabel="qpopper-&qpopper-version;">
|
||||
<?dbhtml filename="qpopper.html" dir="server"?>
|
||||
<title>qpopper</title>
|
||||
<title>qpopper-&qpopper-version;</title>
|
||||
|
||||
<para>TO BE DONE</para>
|
||||
&qpopper-intro;
|
||||
&qpopper-inst;
|
||||
&qpopper-config;
|
||||
&qpopper-desc;
|
||||
|
||||
</sect1>
|
||||
|
||||
|
20
server/mail/qpopper/qpopper-config.xml
Normal file
20
server/mail/qpopper/qpopper-config.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<sect2>
|
||||
<title>Configuring qpopper</title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<para><userinput>/etc/inetd.conf</userinput> and
|
||||
<userinput>/etc/syslogd.conf</userinput></para>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Configuring qpopper</title>
|
||||
<para><screen><userinput>
|
||||
echo "pop stream tcp nowait root /usr/sbin/popper popper" >> \
|
||||
/etc/inetd.conf &&
|
||||
echo "pop 110/tcp" >> /etc/services &&
|
||||
killall inetd || inetd &&
|
||||
echo "local0.notice;local0.debug /var/log/POP.log" >> \
|
||||
/etc/syslog.conf &&
|
||||
killall -HUP syslogd
|
||||
</userinput></screen></para>
|
||||
</sect3>
|
||||
</sect2>
|
13
server/mail/qpopper/qpopper-desc.xml
Normal file
13
server/mail/qpopper/qpopper-desc.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The qpopper package contains
|
||||
<userinput>qpopper</userinput>.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2><title>Description</title>
|
||||
<sect3><title>popper</title>
|
||||
<para>popper is the POP 3 server daemon.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
12
server/mail/qpopper/qpopper-inst.xml
Normal file
12
server/mail/qpopper/qpopper-inst.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<sect2>
|
||||
<title>Installation of qpopper</title>
|
||||
|
||||
<para>Install qpopper with the following commands:</para>
|
||||
<para><screen><userinput>
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install
|
||||
</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
18
server/mail/qpopper/qpopper-intro.xml
Normal file
18
server/mail/qpopper/qpopper-intro.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<sect2>
|
||||
<title>Introduction to qpopper</title>
|
||||
|
||||
<screen>
|
||||
Download location (FTP): <ulink url="&qpopper-download-ftp;"/>
|
||||
Version used: &qpopper-version;
|
||||
Package size: &qpopper-size;
|
||||
Estimated Disk space required: &qpopper-buildsize;</screen>
|
||||
|
||||
<para>The qpopper package contains a POP 3 mail server. </para>
|
||||
|
||||
|
||||
<screen>qpopper depends on:
|
||||
<xref linkend="sendmail"/></screen>
|
||||
|
||||
<note><para>Other MTA's may be used instead of Sendmail.</para></note>
|
||||
|
||||
</sect2>
|
@ -1 +1,10 @@
|
||||
<!ENTITY qpopper SYSTEM "../qpopper.xml">
|
||||
<!ENTITY qpopper-intro SYSTEM "qpopper-intro.xml">
|
||||
<!ENTITY qpopper-inst SYSTEM "qpopper-inst.xml">
|
||||
<!ENTITY qpopper-desc SYSTEM "qpopper-desc.xml">
|
||||
<!ENTITY qpopper-config SYSTEM "qpopper-config.xml">
|
||||
<!ENTITY qpopper-buildsize "6.7 MB">
|
||||
<!ENTITY qpopper-version "4.0.4">
|
||||
<!ENTITY qpopper-download-ftp
|
||||
"ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper4.0.4.tar.gz">
|
||||
<!ENTITY qpopper-size "2.3 MB">
|
||||
|
Loading…
Reference in New Issue
Block a user