Ignore:
Timestamp:
02/04/2005 08:30:16 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8070ffce
Parents:
0dfa6f4f
Message:

Added md5sums to Emacs, Ed, nano, Vim and JOE instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3397 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/emacs.xml

    r0dfa6f4f rd4afab2  
    77  <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
    88  <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
     9  <!ENTITY emacs-md5sum    "a0bab457cbf5b4f8eb99d1d0a3ada420">
    910  <!ENTITY emacs-size      "20 MB">
    1011  <!ENTITY emacs-buildsize "92.5 MB">
     
    2324<title>Introduction to <application>Emacs</application></title>
    2425
    25 <para>The <application>Emacs</application> package contains the extensible, customizable,
    26 self-documenting real-time display editor.</para>
     26<para>The <application>Emacs</application> package contains the extensible,
     27customizable, self-documenting real-time display editor.</para>
    2728
    2829<sect3><title>Package information</title>
     
    3233<listitem><para>Download (FTP): <ulink
    3334url="&emacs-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem>
    3436<listitem><para>Download size: &emacs-size;</para></listitem>
    3537<listitem><para>Estimated disk space required:
     
    4143<sect3><title><application>Emacs</application> dependencies</title>
    4244<sect4><title>Optional</title>
    43 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="libjpeg"/>, <xref
    44 linkend="libpng"/>, <xref linkend="libtiff"/> and <xref
    45 linkend="libungif"/> or <xref linkend="giflib"/></para></sect4>
     45<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     46<xref linkend="libjpeg"/>,
     47<xref linkend="libpng"/>,
     48<xref linkend="libtiff"/> and
     49<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
     50</sect4>
    4651</sect3>
    4752
     
    5156<title>Installation of <application>Emacs</application></title>
    5257
    53 <para>Install <application>Emacs</application> by running the following commands:</para>
     58<para>Install <application>Emacs</application> by running the following
     59commands:</para>
    5460
    5561<screen><userinput><command>./configure --prefix=/usr \
     
    8288
    8389<sect3><title>b2m</title>
    84 <para><command>b2m</command> is a program to convert mail files from RMAIL format to Unix
    85 <quote>mbox</quote> format.</para></sect3>
     90<para><command>b2m</command> is a program to convert mail files from RMAIL
     91format to Unix <quote>mbox</quote> format.</para></sect3>
    8692
    8793<sect3><title>ctags</title>
    88 <para><command>ctags</command> creates cross-reference tagfile database files for source
    89 code.</para></sect3>
     94<para><command>ctags</command> creates cross-reference tagfile database files
     95for source code.</para></sect3>
    9096
    9197<sect3><title>ebrowse</title>
    92 
    9398<para><command>ebrowse</command> permits browsing of C++ class hierarchies from
    9499within emacs.</para></sect3>
    95100
    96101<sect3><title>emacsclient</title>
    97 <para><command>emacsclient</command> attaches an emacs session to an already running
    98 emacsserver instance.</para></sect3>
     102<para><command>emacsclient</command> attaches an emacs session to an already
     103running emacsserver instance.</para></sect3>
    99104
    100105<sect3><title>etags</title>
    101 <para><command>etags</command> is another program to generate source code cross-reference
    102 tagfiles.</para></sect3>
     106<para><command>etags</command> is another program to generate source code
     107cross-reference tagfiles.</para></sect3>
    103108
    104109<sect3><title>grep-changelog</title>
     
    111116
    112117<sect3><title>cvt-mail</title>
    113 <para><command>cvt-mail</command> converts old style goslings emacs mail directories into
    114 gnu-rmail format.</para></sect3>
     118<para><command>cvt-mail</command> converts old style goslings emacs mail
     119directories into gnu-rmail format.</para></sect3>
    115120
    116121<sect3><title>digest-doc</title>
    117 <para><command>digest-doc</command> is a filter to create nroff output for man pages.</para></sect3>
     122<para><command>digest-doc</command> is a filter to create nroff output for man
     123pages.</para></sect3>
    118124
    119125<sect3><title>emacsserver</title>
    120 <para><command>emacserver</command> allows other applications/shells to access an already
    121 running emacs instance and share buffers with it.</para></sect3>
     126<para><command>emacserver</command> allows other applications/shells to access
     127an already running emacs instance and share buffers with it.</para></sect3>
    122128
    123129<sect3><title>fakemail</title>
     
    126132
    127133<sect3><title>hexl</title>
    128 <para><command>hexl</command> converts files for editing with emacs hexl-mode binary file
    129 editing mode.</para></sect3>
     134<para><command>hexl</command> converts files for editing with emacs hexl-mode
     135binary file editing mode.</para></sect3>
    130136
    131137<sect3><title>movemail</title>
     
    134140
    135141<sect3><title>profile</title>
    136 <para><command>profile</command> generates periodic events for profiling of Emacs
    137 Lisp code.</para></sect3>
     142<para><command>profile</command> generates periodic events for profiling of
     143Emacs Lisp code.</para></sect3>
    138144
    139145<sect3><title>rcs2log</title>
     
    142148
    143149<sect3><title>sorted-doc</title>
    144 <para><command>sorted-doc</command> is a filter to generate texinfo files.</para></sect3>
     150<para><command>sorted-doc</command> is a filter to generate texinfo
     151files.</para></sect3>
    145152
    146153<sect3><title>vcdiff</title>
    147 <para><command>vcdiff</command> compares <acronym>SCCS</acronym> files.</para></sect3>
     154<para><command>vcdiff</command> compares <acronym>SCCS</acronym>
     155files.</para></sect3>
    148156
    149157<sect3><title>yow</title>
    150 <para><command>yow</command> prints a quotation from Zippy the Pinhead.</para></sect3>
     158<para><command>yow</command> prints a quotation from Zippy the
     159Pinhead.</para></sect3>
    151160
    152161</sect2>
Note: See TracChangeset for help on using the changeset viewer.