Ignore:
Timestamp:
09/10/2015 11:09:47 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a14f8e11
Parents:
7b273030
Message:
  • Update to x264-snapshot-20150908-2245.
  • Update to mplayer-SVN-r37520.
  • Remove "CVS-1.11.23" and "Running a CVS Server".
  • Update to joe-4.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/joe.xml

    r7b273030 rd1c51434  
    66
    77  <!ENTITY joe-download-http "&sourceforge-repo;/joe-editor/joe-&joe-version;.tar.gz">
    8   <!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">
     8  <!--<!ENTITY joe-download-ftp  "&gentoo-ftp-repo;/joe-&joe-version;.tar.gz">-->
     9  <!ENTITY joe-download-ftp  " ">
     10  <!ENTITY joe-md5sum        "b8c9ab4295e3208ddbbaa9c1141564f9">
     11  <!ENTITY joe-size          "1.3 MB">
     12  <!ENTITY joe-buildsize     "20 MB">
    1213  <!ENTITY joe-time          "0.2 SBU">
    1314]>
     
    7879    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7980
    80 <screen role="root"><userinput>make install</userinput></screen>
     81<screen role="root"><userinput>make install &amp;&amp;
     82
     83install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin &amp;&amp;
     84
     85install -vdm755 /usr/share/joe/util &amp;&amp;
     86install -vm 644 joe/util/{*.txt,README} /usr/share/joe/util</userinput></screen>
    8187
    8288  </sect2>
     
    130136
    131137      <seglistitem>
    132         <seg>jmacs,
    133              joe,
    134              jpico,
    135              jstar,
    136              rjoe, and
    137              termidx</seg>
    138         <seg>None</seg>
    139         <seg>/etc/joe,
    140              /usr/share/joe, and
    141              /usr/share/doc/joe</seg>
     138        <seg>
     139          jmacs,
     140          joe,
     141          jpico,
     142          jstar,
     143          rjoe,
     144          stringify,
     145          termidx, and
     146          uniproc
     147        </seg>
     148        <seg>
     149          None
     150        </seg>
     151        <seg>
     152          /{etc,/usr/share}/joe and
     153          /usr/share/doc/joe-&joe-version;
     154        </seg>
    142155      </seglistitem>
    143156    </segmentedlist>
     
    205218      </varlistentry>
    206219
     220      <varlistentry id="stringify">
     221        <term><command>stringify</command></term>
     222        <listitem>
     223          <para>is a program used by <command>joe</command> to convert rc and
     224          .jsf files into a C file (see /usr/share/joe/util/README).</para>
     225          <indexterm zone="joe stringify">
     226            <primary sortas="b-stringify">stringify</primary>
     227          </indexterm>
     228        </listitem>
     229      </varlistentry>
     230
    207231      <varlistentry id="termidx">
    208232        <term><command>termidx</command></term>
    209233        <listitem>
    210234          <para>is a program used by <command>joe</command> to generate the
    211           termcap index file.</para>
     235          termcap index file (see /usr/share/joe/util/README).</para>
    212236          <indexterm zone="joe termidx">
    213237            <primary sortas="b-termidx">termidx</primary>
     
    216240      </varlistentry>
    217241
     242      <varlistentry id="uniproc">
     243        <term><command>uniproc</command></term>
     244        <listitem>
     245          <para>is a program used by <command>joe</command> to generate joe's
     246          unicode database file unicat.c from Blocks.txt CaseFolding.txt
     247          EastAsianWidth.txt and UnicodeData.txt (find them at
     248          /usr/share/joe/util; see /usr/share/joe/util/README).</para>
     249          <indexterm zone="joe uniproc">
     250            <primary sortas="b-uniproc">uniproc</primary>
     251          </indexterm>
     252        </listitem>
     253      </varlistentry>
     254
    218255    </variablelist>
    219256
Note: See TracChangeset for help on using the changeset viewer.