Ignore:
Timestamp:
01/24/2016 02:04:18 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
83f6c770
Parents:
295ca00
Message:

Update to LVM-2.02.420 (merged from trunk r16816).
Update to fuse-2.9.5 (merged from trunk r16814).
Update to gptfdisk-1.0.1 (merged from trunk r16553).
Update to xfsprogs-4.3.0 (merged from trunk r16376).
Update to JOE-4.1 (merged from trunk r16385).
Update to nano-2.5.1 (merged from trunk r16799).
Update to tcsh-6.19.00 (merged from trunk r16332).
Update to zsh-5.2 (merged from trunk r16706).
Update to qemu-2.5.0 (merged from trunk r16773).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16834 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/joe.xml

    r295ca00 r54789f3  
    77  <!ENTITY joe-download-http "&sourceforge-repo;/joe-editor/joe-&joe-version;.tar.gz">
    88  <!ENTITY joe-download-ftp  "&gentoo-ftp-repo;/joe-&joe-version;.tar.gz">
    9   <!ENTITY joe-md5sum        "3c3b6d5089a29ddc746ee89bab59286e">
    10   <!ENTITY joe-size          "820 KB">
    11   <!ENTITY joe-buildsize     "12 MB">
     9  <!ENTITY joe-md5sum        "b8c9ab4295e3208ddbbaa9c1141564f9">
     10  <!ENTITY joe-size          "1.3 MB">
     11  <!ENTITY joe-buildsize     "20 MB">
    1212  <!ENTITY joe-time          "0.2 SBU">
    1313]>
     
    7878    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7979
    80 <screen role="root"><userinput>make install</userinput></screen>
     80<screen role="root"><userinput>make install &amp;&amp;
     81
     82install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin &amp;&amp;
     83install -vdm755 /usr/share/joe/util &amp;&amp;
     84install -vm 644 joe/util/{*.txt,README} /usr/share/joe/util</userinput></screen>
    8185
    8286  </sect2>
     
    134138             jpico,
    135139             jstar,
    136              rjoe, and
    137              termidx</seg>
     140             rjoe,
     141             stringify,
     142             termidx, and
     143             uniproc</seg>
    138144        <seg>None</seg>
    139145        <seg>/etc/joe,
    140146             /usr/share/joe, and
    141              /usr/share/doc/joe</seg>
     147             /usr/share/doc/joe-&joe-version;</seg>
    142148      </seglistitem>
    143149    </segmentedlist>
     
    205211      </varlistentry>
    206212
     213      <varlistentry id="stringify">
     214        <term><command>stringify</command></term>
     215        <listitem>
     216          <para>is a program used by <command>joe</command> to convert rc and
     217          .jsf files into a C file (see /usr/share/joe/util/README).</para>
     218          <indexterm zone="joe stringify">
     219            <primary sortas="b-stringify">stringify</primary>
     220          </indexterm>
     221        </listitem>
     222      </varlistentry>
     223
    207224      <varlistentry id="termidx">
    208225        <term><command>termidx</command></term>
    209226        <listitem>
    210227          <para>is a program used by <command>joe</command> to generate the
    211           termcap index file.</para>
     228          termcap index file (see /usr/share/joe/util/README).</para>
    212229          <indexterm zone="joe termidx">
    213230            <primary sortas="b-termidx">termidx</primary>
     
    216233      </varlistentry>
    217234
     235      <varlistentry id="uniproc">
     236        <term><command>uniproc</command></term>
     237        <listitem>
     238          <para>is a program used by <command>joe</command> to generate joe's
     239          unicode database file unicat.c from Blocks.txt, CaseFolding.txt,
     240          EastAsianWidth.txt, and UnicodeData.txt (find them at
     241          /usr/share/joe/util; see /usr/share/joe/util/README).</para>
     242          <indexterm zone="joe uniproc">
     243            <primary sortas="b-uniproc">uniproc</primary>
     244          </indexterm>
     245        </listitem>
     246      </varlistentry>
    218247    </variablelist>
    219248
Note: See TracChangeset for help on using the changeset viewer.