Changeset d78d84d for postlfs/editors


Ignore:
Timestamp:
05/11/2012 12:03:49 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
e355d777
Parents:
b5e36dd
Message:

nano 2.3.1 and unixodbc 2.3.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/nano.xml

    rb5e36dd rd78d84d  
    55  %general-entities;
    66
    7   <!ENTITY nano-download-http "http://www.nano-editor.org/dist/v2.1/nano-&nano-version;.tar.gz">
     7  <!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    88  <!ENTITY nano-download-ftp  "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    9   <!ENTITY nano-md5sum        "f55bd9efeccf9da98950b54a4b0d872e">
    10   <!ENTITY nano-size          "1.4 MB">
    11   <!ENTITY nano-buildsize     "9 MB">
    12   <!ENTITY nano-time          "less than 0.1 SBU">
     9  <!ENTITY nano-md5sum        "af09f8828744b0ea0808d6c19a2b4bfd">
     10  <!ENTITY nano-size          "1.5 MB">
     11  <!ENTITY nano-buildsize     "11 MB">
     12  <!ENTITY nano-time          "0.2 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to Nano</title>
    3131
    32     <para>The <application>nano</application> package contains a small,
    33     simple text editor which aims to replace <application>Pico</application>,
    34     the default editor in the <application>Pine</application> package.</para>
    35 
    36     &lfs65_checked;
     32    <para>
     33      The <application>Nano</application> package contains a small,
     34      simple text editor which aims to replace <application>Pico</application>,
     35      the default editor in the <application>Pine</application> package.
     36    </para>
     37
     38    &lfs70_checked;
    3739
    3840    <bridgehead renderas="sect3">Package Information</bridgehead>
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&nano-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&nano-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &nano-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &nano-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &nano-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &nano-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&nano-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&nano-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &nano-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &nano-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &nano-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &nano-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6175
    6276    <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para role="optional"><xref linkend="slang"/></para>
     77    <para role="optional">
     78      <xref linkend="slang"/>
     79    </para>
    6480
    6581    <para condition="html" role="usernotes">User Notes:
     
    7187    <title>Installation of Nano</title>
    7288
    73     <para>Install <application>nano</application> by running the following
     89    <para>Install <application>Nano</application> by running the following
    7490    commands:</para>
    7591
    76 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/nano \
    77     --enable-color --enable-multibuffer --enable-nanorc &amp;&amp;
     92<screen><userinput>./configure --prefix=/usr \
     93            --sysconfdir=/etc \
     94            --enable-utf8 &amp;&amp;
    7895make</userinput></screen>
    7996
    80     <para>This package does not come with a test suite.</para>
    81 
    82     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     97    <para>
     98      This package does not come with a test suite.
     99    </para>
     100
     101    <para>
     102      Now, as the <systemitem class="username">root</systemitem> user:
     103    </para>
    83104
    84105<screen role="root"><userinput>make install &amp;&amp;
    85 install -v -m644 -D doc/nanorc.sample /etc/nano/nanorc.sample &amp;&amp;
     106install -v -m644 doc/nanorc.sample /etc &amp;&amp;
    86107install -v -m755 -d /usr/share/doc/nano-&nano-version; &amp;&amp;
    87108install -v -m644 doc/{,man/,texinfo/}*.html /usr/share/doc/nano-&nano-version;</userinput></screen>
     
    92113    <title>Command Explanations</title>
    93114
    94     <para><option>--with-slang=/usr/lib</option>: This forces
    95     <application>Nano</application> to detect <application>S-Lang</application>.
    96     Use this if installed.</para>
     115    <para>
     116      <parameter>--with-slang=/usr</parameter>: This forces
     117      <application>Nano</application> to use <application>S-Lang</application>.
     118      Use this if installed.
     119    </para>
    97120
    98121  </sect2>
     
    104127      <title>Config Files</title>
    105128
    106       <para><filename>/etc/nano/nanorc</filename> and
     129      <para><filename>/etc/nanorc</filename> and
    107130      <filename>~/.nanorc</filename></para>
    108131
    109132      <indexterm zone="nano nano-config">
    110         <primary sortas="e-etc-nano-nanorc">/etc/nano/nanorc</primary>
     133        <primary sortas="e-etc-nanorc">/etc/nanorc</primary>
    111134      </indexterm>
    112135
     
    120143      <title>Configuration Information</title>
    121144
    122       <para>Example configuration (create as a system-wide
    123       <filename>/etc/nano/nanorc</filename> or a personal
    124       <filename>~/.nanorc</filename> file)</para>
     145      <para>
     146        Example configuration (create as a system-wide
     147        <filename>/etc/nanorc</filename> or a personal
     148        <filename>~/.nanorc</filename> file)
     149      </para>
    125150
    126151<screen><literal>set autoindent
     
    134159set suspend</literal></screen>
    135160
    136       <para>Another example is the <filename>nanorc.sample</filename> file
    137       in the <filename class="directory">/etc/nano</filename> directory.
    138       It includes color configurations and has some documentation included
    139       in the comments.</para>
     161      <para>
     162        Another example is the <filename>nanorc.sample</filename> file
     163        in the <filename class="directory">/etc</filename> directory.
     164        It includes color configurations and has some documentation included
     165        in the comments.
     166      </para>
    140167
    141168    </sect3>
     
    148175    <segmentedlist>
    149176      <segtitle>Installed Programs</segtitle>
    150       <segtitle>Installed Libraries</segtitle>
    151177      <segtitle>Installed Directories</segtitle>
    152178
    153179      <seglistitem>
    154         <seg>nano and rnano</seg>
    155         <seg>None</seg>
    156         <seg>/etc/nano, /usr/share/nano and
    157         /usr/share/doc/nano-&nano-version;</seg>
     180        <seg>
     181          nano and rnano
     182        </seg>
     183        <seg>
     184          /usr/share/nano and
     185          /usr/share/doc/nano-&nano-version;
     186        </seg>
    158187      </seglistitem>
    159188    </segmentedlist>
     
    167196        <term><command>nano</command></term>
    168197        <listitem>
    169           <para>is a small, simple text editor which aims to replace
    170           <application>Pico</application>, the default editor in the
    171           <application>Pine</application> package.</para>
     198          <para>
     199            is a small, simple text editor which aims to replace
     200            <application>Pico</application>, the default editor in the
     201            <application>Pine</application> package.
     202          </para>
    172203          <indexterm zone="nano nano-prog">
    173204            <primary sortas="b-nano">nano</primary>
     
    179210        <term><command>rnano</command></term>
    180211        <listitem>
    181           <para>is a restricted mode for <command>nano</command>.</para>
     212          <para>
     213            is a restricted mode for <command>nano</command>.
     214          </para>
    182215          <indexterm zone="nano rnano-prog">
    183216            <primary sortas="b-rnano">rnano</primary>
Note: See TracChangeset for help on using the changeset viewer.