Changeset f3429309 for general/prog


Ignore:
Timestamp:
11/13/2015 02:24:57 PM (8 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.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:
9fd7f516
Parents:
6c91a92a
Message:
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

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

Location:
general/prog
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    r6c91a92a rf3429309  
    3131
    3232    <para>The <application>Apache Ant</application> package is a
    33     <application>Java</application>-based build tool. In theory, it is 
     33    <application>Java</application>-based build tool. In theory, it is
    3434    like the <command>make</command> command, but without <command>make</command>'s
    3535    wrinkles. <application>Ant</application> is different. Instead of a model
     
    108108      <application>Apache Ant</application>. Review the table at
    109109      <ulink url="http://ant.apache.org/manual/install.html#librarydependencies"/>
    110       for any prerequisite libraries you may need. Place any needed libraries 
     110      for any prerequisite libraries you may need. Place any needed libraries
    111111      in <filename>lib/optional</filename>.</para>
    112112    </note>
  • general/prog/clisp.xml

    r6c91a92a rf3429309  
    125125    </para>
    126126
    127 <screen role="root"><userinput>make install</userinput></screen> 
     127<screen role="root"><userinput>make install</userinput></screen>
    128128  </sect2>
    129129
  • general/prog/elfutils.xml

    r6c91a92a rf3429309  
    197197        </listitem>
    198198      </varlistentry>
    199  
     199
    200200      <varlistentry id="eu-elflint">
    201201        <term><command>eu-elflint</command></term>
     
    214214        <listitem>
    215215          <para>
    216             locate source of text relocations in FILEs (a.out by default).           
     216            locate source of text relocations in FILEs (a.out by default).
    217217          </para>
    218218          <indexterm zone="elfutils eu-findtextrel">
     
    245245        </listitem>
    246246      </varlistentry>
    247  
     247
    248248      <varlistentry id="eu-objdump">
    249249        <term><command>eu-objdump</command></term>
     
    293293        </listitem>
    294294      </varlistentry>
    295  
     295
    296296      <varlistentry id="eu-stack">
    297297        <term><command>eu-stack</command></term>
  • general/prog/java.xml

    r6c91a92a rf3429309  
    3636    <para>Java is different from most of the packages in LFS and BLFS. It
    3737    is a programming language that works with files of byte codes to obtain
    38     instructions and executes then in a Java Virtual Machine (JVM). An 
     38    instructions and executes then in a Java Virtual Machine (JVM). An
    3939    introductory java program looks like:</para>
    4040
    41 <screen><literal>public class HelloWorld 
     41<screen><literal>public class HelloWorld
    4242{
    43     public static void main(String[] args) 
     43    public static void main(String[] args)
    4444    {
    4545        System.out.println("Hello, World");
     
    6565    jar files. This is a standard list of colon-separated directory names
    6666    similar to the <envar>PATH</envar> environment variable.</para>
    67  
     67
    6868  </sect2>
    6969
     
    7373    <para>Creating a JVM from source requires a set of circular dependencies.
    7474    The first thing that's needed is a set of programs called a Java Development
    75     Kit (JDK).  This set of programs includes <command>java</command>, 
    76     <command>javac</command>, <command>jar</command>, and several others. It 
     75    Kit (JDK).  This set of programs includes <command>java</command>,
     76    <command>javac</command>, <command>jar</command>, and several others. It
    7777    also includes several base <emphasis>jar</emphasis> files.</para>
    7878
  • general/prog/junit.xml

    r6c91a92a rf3429309  
    3838    </para>
    3939
    40     &lfs78_checked; 
     40    &lfs78_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6666      <listitem>
    6767        <para>
    68           Required file: <ulink 
     68          Required file: <ulink
    6969             url="http://hamcrest.googlecode.com/files/hamcrest-&hamcrest-version;.tgz">
    7070                  http://hamcrest.googlecode.com/files/hamcrest-&hamcrest-version;.tgz </ulink>
     
    7272      </listitem>
    7373    </itemizedlist>
    74  
     74
    7575    <bridgehead renderas="sect3">JUnit Dependencies</bridgehead>
    7676
     
    117117      <systemitem class="username">root</systemitem> user:
    118118    </para>
    119    
     119
    120120<screen role="root"><userinput>install -v -m755 -d /usr/share/{doc,java}/junit-&junit-version; &amp;&amp;
    121121chown -R root:root .                                 &amp;&amp;
     
    124124cp -v junit*/junit*.jar               /usr/share/java/junit-&junit-version; &amp;&amp;
    125125cp -v hamcrest-&hamcrest-version;/hamcrest-core*.jar /usr/share/java/junit-&junit-version;</userinput></screen>
    126    
     126
    127127    <para>
    128128      If you have followed the instructions in <xref linkend="ojdk-conf"/>,
  • general/prog/lua.xml

    r6c91a92a rf3429309  
    140140Description: An Extensible Extension Language
    141141Version: ${R}
    142 Requires: 
     142Requires:
    143143Libs: -L${libdir} -llua -lm
    144144Cflags: -I${includedir}</literal>
  • general/prog/npapi-sdk.xml

    r6c91a92a rf3429309  
    9090
    9191    <para>
    92       This package does not come with a test suite. 
     92      This package does not come with a test suite.
    9393    </para>
    9494
  • general/prog/python2.xml

    r6c91a92a rf3429309  
    114114      even old maintained versions, so do not xref openssl here -->
    115115        If you are building <xref linkend="thunderbird"/> or
    116         <xref linkend="firefox"/> 
     116        <xref linkend="firefox"/>
    117117        you must install <application>openssl</application> before you build
    118118        <application>Python 2</application>.
     
    181181    <para>
    182182      <option>--with-system-expat</option>: This switch enables linking against
    183       system version of <application>Expat</application>. 
     183      system version of <application>Expat</application>.
    184184    </para>
    185185
  • general/prog/slang.xml

    r6c91a92a rf3429309  
    7676    <title>Installation of S-Lang</title>
    7777
    78     <note>                                                                                                                                                                                                                   
     78    <note>
    7979      <para>
    8080        This package does not support parallel build.
    8181      </para>
    8282    </note>
    83    
     83
    8484    <para>Install <application>S-Lang</application> by running the following
    8585    commands:</para>
  • general/prog/valgrind.xml

    r6c91a92a rf3429309  
    3535      automatically detect many memory management and threading bugs, and
    3636      profile programs in detail. Valgrind can also be used to build new
    37       tools. 
     37      tools.
    3838    </para>
    3939
     
    7979    <para role="optional">
    8080      <xref linkend="boost"/>,
    81       <xref linkend="llvm"/> (with Clang), 
     81      <xref linkend="llvm"/> (with Clang),
    8282      <xref linkend="gdb"/> (for tests), and
    8383      <ulink url="http://www.openmp.org">OpenMP</ulink>
     
    8686    <bridgehead renderas="sect4">Optional for regenerating the documentation</bridgehead>
    8787    <para role="optional">
    88       <xref linkend="libxslt"/> and 
     88      <xref linkend="libxslt"/> and
    8989      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    9090    </para>
     
    148148      <seglistitem>
    149149        <seg>
    150           callgrind_annotate, 
    151           callgrind_control, 
    152           cg_annotate, 
    153           cg_diff, 
    154           cg_merge, 
    155           ms_print, 
    156           valgrind, 
     150          callgrind_annotate,
     151          callgrind_control,
     152          cg_annotate,
     153          cg_diff,
     154          cg_merge,
     155          ms_print,
     156          valgrind,
    157157          valgrind-di-server,
    158           valgrind-listener, and 
     158          valgrind-listener, and
    159159          vgdb
    160160        </seg>
     
    175175        <seg>
    176176          /usr/lib/valgrind,
    177           /usr/include/valgrind, and 
     177          /usr/include/valgrind, and
    178178          /usr/share/doc/valgrind-&valgrind-version;
    179179        </seg>
     
    216216        <listitem>
    217217          <para>
    218             controls programs being run by the <application>Valgrind</application> 
     218            controls programs being run by the <application>Valgrind</application>
    219219            tool Callgrind.
    220220          </para>
     
    229229        <listitem>
    230230          <para>
    231             is a post-processing tool for the <application>Valgrind</application> 
     231            is a post-processing tool for the <application>Valgrind</application>
    232232            tool Cachegrind.
    233233          </para>
     
    279279        <listitem>
    280280          <para>
    281             is a server that reads debuginfo from objects stored on a 
     281            is a server that reads debuginfo from objects stored on a
    282282            different machine.
    283283          </para>
Note: See TracChangeset for help on using the changeset viewer.