Changeset 07dd360 for general


Ignore:
Timestamp:
10/25/2012 07:50:23 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:
f506904
Parents:
0760f1d
Message:

ISO Codes 3.39, Nouveau 1.0.3, Transmission 2.73 and Check 0.9.9.

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/iso-codes.xml

    r0760f1d r07dd360  
    77  <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
    88  <!ENTITY iso-codes-download-ftp  " ">
    9   <!ENTITY iso-codes-md5sum        "df8dacc718116dae3db453a4d85c018a">
     9  <!ENTITY iso-codes-md5sum        "e46104db588f56e56cc6954df162bc9b">
    1010  <!ENTITY iso-codes-size          "3.5 MB">
    1111  <!ENTITY iso-codes-buildsize     "110 MB">
  • general/prog/check.xml

    r0760f1d r07dd360  
    55  %general-entities;
    66
    7   <!ENTITY check-download-http "&sourceforge-repo2;/projects/check/files/check/&check-version;/check-&check-version;.tar.gz">
     7  <!ENTITY check-download-http "&sourceforge-repo;/check/check-&check-version;.tar.gz">
    88  <!ENTITY check-download-ftp  " ">
    9   <!ENTITY check-md5sum        "5d75e9a6027cde79d2c339ef261e7470">
    10   <!ENTITY check-size          "552 KB">
    11   <!ENTITY check-buildsize     "6.5 MB">
    12   <!ENTITY check-time          "3.4 SBU (including about 3 SBU for the test suite)">
     9  <!ENTITY check-md5sum        "f3702f2fcfc19ce3f62dca66c241a168">
     10  <!ENTITY check-size          "592 KB">
     11  <!ENTITY check-buildsize     "6.7 MB">
     12  <!ENTITY check-time          "0.1 SBU">
    1313]>
    1414
    15 <sect1 id="check" xreflabel="check-&check-version;">
     15<sect1 id="check" xreflabel="Check-&check-version;">
    1616  <?dbhtml filename="check.html"?>
    1717
     
    2424
    2525  <indexterm zone="check">
    26     <primary sortas="a-check">check</primary>
     26    <primary sortas="a-Check">Check</primary>
    2727  </indexterm>
    2828
     
    3030    <title>Introduction to Check</title>
    3131
    32     <para><application>Check</application> is a unit testing framework for C.
    33     It was installed by LFS in the temprary /tools directory.  These
    34     instructions install it permanently.</para>
     32    <para>
     33      <application>Check</application> is a unit testing framework for C.
     34      It was installed by LFS in the temprary /tools directory. These
     35      instructions install it permanently.
     36    </para>
    3537
    36     &lfs71_checked;
     38    &lfs72_checked;
    3739
    3840    <bridgehead renderas="sect3">Package Information</bridgehead>
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&check-download-http;"/></para>
    42       </listitem>
    43       <!--<listitem>
    44         <para>Download (FTP): <ulink url="&check-download-ftp;"/></para>
    45       </listitem>-->
    46       <listitem>
    47         <para>Download MD5 sum: &check-md5sum;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&check-download-http;"/>
     45        </para>
    4846      </listitem>
    4947      <listitem>
    50         <para>Download size: &check-size;</para>
     48        <para>
     49          Download (FTP): <ulink url="&check-download-ftp;"/>
     50        </para>
    5151      </listitem>
    5252      <listitem>
    53         <para>Estimated disk space required: &check-buildsize;</para>
     53        <para>
     54          Download MD5 sum: &check-md5sum;
     55        </para>
    5456      </listitem>
    5557      <listitem>
    56         <para>Estimated build time: &check-time;</para>
     58        <para>
     59          Download size: &check-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &check-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &check-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
    5973
    60     <!--
    61     <bridgehead renderas="sect3">Check Dependencies</bridgehead>
    62 
    63     <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="???"/></para>
    65 
    66     <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="???"/></para>
    68     -->
    69 
    7074    <para condition="html" role="usernotes">User Notes:
    71     <ulink url="&blfs-wiki;/check"/></para>
    72 
     75      <ulink url="&blfs-wiki;/check"/>
     76    </para>
    7377  </sect2>
    7478
     
    7680    <title>Installation of Check</title>
    7781
    78     <para>Install <application>Check</application> by running the following
    79     commands:</para>
     82    <para>
     83      Install <application>Check</application> by running the following
     84      commands:
     85    </para>
    8086
    81 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8288make</userinput></screen>
    8389
    84     <para>To test the installation, issue <userinput>make check</userinput>.</para>
     90    <para>
     91      To test the installation, issue <userinput>make check</userinput>.
     92    </para>
    8593
    86     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     94    <para>
     95      Now, as the <systemitem class="username">root</systemitem> user:
     96    </para>
    8797
    8898<screen role="root"><userinput>make docdir=/usr/share/doc/check-&check-version; install</userinput></screen>
     99
     100  </sect2>
     101
     102  <sect2 role="commands">
     103    <title>Command Explanations</title>
     104
     105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     106      href="../../xincludes/static-libraries.xml"/>
    89107
    90108  </sect2>
     
    94112
    95113    <segmentedlist>
    96       <segtitle>Installed Programs</segtitle>
    97       <segtitle>Installed Libraries</segtitle>
    98       <segtitle>Installed Directories</segtitle>
     114      <segtitle>Installed Program</segtitle>
     115      <segtitle>Installed Library</segtitle>
     116      <segtitle>Installed Directory</segtitle>
    99117
    100118      <seglistitem>
    101         <seg>None</seg>
    102         <seg>libcheck.{so,a}</seg>
    103         <seg>None</seg>
     119        <seg>
     120          checkmk
     121        </seg>
     122        <seg>
     123          libcheck.so
     124        </seg>
     125        <seg>
     126          /usr/share/doc/check-&check-version;
     127        </seg>
    104128      </seglistitem>
    105129    </segmentedlist>
     
    110134      <?dbhtml list-presentation="table"?>
    111135
     136      <varlistentry id="checkmk">
     137        <term><command>checkmk</command></term>
     138        <listitem>
     139          <para>
     140            is an <application>Awk</application> script used for
     141            generating C unit tests for use with the
     142            <application>Check</application> unit testing framework.
     143          </para>
     144          <indexterm zone="check checkmk">
     145            <primary sortas="b-checkmk">checkmk</primary>
     146          </indexterm>
     147        </listitem>
     148      </varlistentry>
     149
    112150      <varlistentry id="libcheck">
    113         <term><filename class='libraryfile'>libcheck.{so,a}</filename></term>
     151        <term><filename class="libraryfile">libcheck.so</filename></term>
    114152        <listitem>
    115           <para>contains the <application>Check</application> API functions.</para>
     153          <para>
     154            contains the <application>Check</application> API functions.
     155          </para>
    116156          <indexterm zone="check libcheck">
    117             <primary sortas="c-libcheck">libcheck.{so,a}</primary>
     157            <primary sortas="c-libcheck">libcheck.so</primary>
    118158          </indexterm>
    119159        </listitem>
Note: See TracChangeset for help on using the changeset viewer.