Changeset 3a25433c for postlfs


Ignore:
Timestamp:
04/03/2003 03:13:56 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c7ab2480
Parents:
6e983613
Message:

update to emacs-21.3 and nano-1.2.0

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

Location:
postlfs
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/emacs/emacs-desc.xml

    r6e983613 r3a25433c  
    3838<sect3><title>etags</title>
    3939<para>etags is another program to generate source code cross reference
    40 tagfiles</para></sect3>
     40tagfiles.</para></sect3>
    4141
    4242<sect3><title>grep-changelog</title>
     
    4545
    4646<sect3><title>rcs-checkin</title>
    47 <para>rcs-checkin is a shell script used to check files into RCS</para></sect3>
     47<para>rcs-checkin is a shell script used to check files into RCS.</para></sect3>
    4848
    4949<sect3><title>cvt-mail</title>
  • postlfs/editors/emacs/emacs-intro.xml

    r6e983613 r3a25433c  
    66Version used:                   &emacs-version;
    77Package size:                   &emacs-size;
    8 Estimated Disk space required:  &emacs-buildsize;</screen>
     8Estimated Disk space required:  &emacs-buildsize;
     9Estimated build time:           &emacs-time;</screen>
    910
    1011<para>The emacs package contains emacs, the extensible, customizable,
    1112self-documenting real-time display editor.</para>
    1213
     14<screen>emacs will utilize:
     15<xref linkend="xfree86"/>, <xref linkend="libjpeg"/>, <xref linkend="libpng"/>, <xref linkend="libtiff"/> and <xref linkend="libungif"/></screen>
     16
    1317</sect2>
  • postlfs/editors/emacs/emacs.ent

    r6e983613 r3a25433c  
    33<!ENTITY emacs-inst SYSTEM "emacs-inst.xml">
    44<!ENTITY emacs-desc SYSTEM "emacs-desc.xml">
    5 <!ENTITY emacs-buildsize "65 MB">
    6 <!ENTITY emacs-version "21.2">
    7 <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-21.2.tar.gz">
    8 <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.2.tar.gz">
     5<!ENTITY emacs-buildsize "92.5 MB">
     6<!ENTITY emacs-version "21.3">
     7<!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
     8<!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
    99<!ENTITY emacs-size "20 MB">
     10<!ENTITY emacs-time "8.40 SBU">
  • postlfs/editors/joe/joe.ent

    r6e983613 r3a25433c  
    44<!ENTITY joe-desc SYSTEM "joe-desc.xml">
    55<!ENTITY joe-config SYSTEM "joe-config.xml">
    6 <!ENTITY joe-buildsize "4 MB">
     6<!ENTITY joe-buildsize "2.2 MB">
    77<!ENTITY joe-version "2.9.7">
    8 <!ENTITY joe-download-http
    9 "http://unc.dl.sourceforge.net/sourceforge/joe-editor/joe-2.9.7.tgz">
     8<!ENTITY joe-download-http "http://unc.dl.sourceforge.net/sourceforge/joe-editor/joe-2.9.7.tgz">
    109<!ENTITY joe-download-ftp "">
    11 <!ENTITY joe-size "265 KB">
     10<!ENTITY joe-size "272 KB">
     11<!ENTITY joe-time "0.26 SBU">
  • postlfs/editors/nano/nano-intro.xml

    r6e983613 r3a25433c  
    66Version used:                   &nano-version;
    77Package size:                   &nano-size;
    8 Estimated Disk space required:  &nano-buildsize;</screen>
     8Estimated Disk space required:  &nano-buildsize;
     9Estimated build time:           &nano-time;</screen>
    910
    1011<para>The nano package contains nano, a small, simple text editor which
  • postlfs/editors/nano/nano.ent

    r6e983613 r3a25433c  
    33<!ENTITY nano-inst SYSTEM "nano-inst.xml">
    44<!ENTITY nano-desc SYSTEM "nano-desc.xml">
    5 <!ENTITY nano-buildsize "2 MB">
    6 <!ENTITY nano-version "1.0.9">
    7 <!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-1.0.9.tar.gz">
    8 <!ENTITY nano-download-ftp "ftp://ftp.gnu.org/gnu/nano/nano-1.0.9.tar.gz">
    9 <!ENTITY nano-size "441 KB">
     5<!ENTITY nano-buildsize "3.8 MB">
     6<!ENTITY nano-version "1.2.0">
     7<!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
     8<!ENTITY nano-download-ftp "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
     9<!ENTITY nano-size "880 KB">
     10<!ENTITY nano-time "0.13 SBU">
  • postlfs/editors/vim.xml

    r6e983613 r3a25433c  
    11<sect1 id="postlfs-editors-vim">
    22<?dbhtml filename="vim.html" dir="postlfs"?>
    3 <title>vim-&vim-version; (post-X)</title>
     3<title>vim-&vim-version;</title>
    44
    55&vim-intro;
  • postlfs/editors/vim/vim-intro.xml

    r6e983613 r3a25433c  
    22<title>Introduction to Vim</title>
    33
    4 <screen>Download location (HTTP:        <ulink url="&vim-download-http;"/>
     4<screen>Download location (HTTP):       <ulink url="&vim-download-http;"/>
    55Download location (FTP):        <ulink url="&vim-download-ftp;"/>
    66Version used:                   &vim-version;
    77Package size:                   &vim-size;
    8 Estimated Disk space required:  &vim-buildsize;</screen>
     8Estimated Disk space required:  &vim-buildsize;
     9Estimated build time:           &vim-time;</screen>
    910
    1011<para>The vim package, which is an abbreviation for VI IMproved, contains a vi
  • postlfs/editors/vim/vim.ent

    r6e983613 r3a25433c  
    99<!ENTITY vim-download-ftp "ftp://ftp.nluug.nl/pub/editors/vim/unix/vim-&vim-version;.tar.bz2">
    1010<!ENTITY vim-size "2.8 MB">
     11<!ENTITY vim-time "1.93 SBU">
  • postlfs/shells/shells.xml

    r6e983613 r3a25433c  
    33<title>Shells</title>
    44
    5 <para>Intro goes here</para>
     5<para>We are all familiar with the Bourne Again shell, but there are two
     6other user interfaces that are considered useful modern shells -- the
     7Berkeley UNIX C shell and the korn shell.  This chapter installs
     8packages compatible with these additional shell types.</para>
    69
    710&tcsh;
  • postlfs/shells/tcsh/tcsh-exp.xml

    r6e983613 r3a25433c  
    22<title>Command explanations</title>
    33
    4 <para><userinput>cp tcsh.man /usr/share/man/man1/tcsh.1
    5 :</userinput>tcsh doesn't install its man-page correctly, so we do it
    6 manually.</para>
     4<para><userinput>cp tcsh.man /usr/share/man/man1/tcsh.1</userinput> : tcsh doesn't install its man-page correctly, so we do it manually.</para>
    75
    8 <para><userinput>ln -s /usr/bin/tcsh /bin/csh :</userinput> The FHS states that
     6<para><userinput>ln -s /usr/bin/tcsh /bin/csh</userinput> : The FHS states that
    97if there is a C shell installed, there should be a symlink from
    108<filename>/bin/csh</filename> to it.  This creates that symlink.</para>
Note: See TracChangeset for help on using the changeset viewer.