Changeset d2bd92f


Ignore:
Timestamp:
12/09/2013 12:00:04 PM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
6c52b1a
Parents:
27dc3aed
Message:

added liblinear-1.94

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

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r27dc3aed rd2bd92f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 8th, &year;">
     9<!ENTITY releasedate  "December 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    247247<!ENTITY libiodbc-version             "3.52.8">
    248248<!ENTITY libksba-version              "1.3.0">
     249<!ENTITY liblinear-version            "1.94">
    249250<!ENTITY libsigc-version              "2.3.1">
    250251<!ENTITY libtasn1-version             "3.3">
  • general/genlib/genlib.xml

    r27dc3aed rd2bd92f  
    8383  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libiodbc.xml"/>
    8484  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libksba.xml"/>
     85  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liblinear.xml"/>
    8586  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsigc++.xml"/>
    8687  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/>
  • general/sysutils/mc.xml

    r27dc3aed rd2bd92f  
    7373    <bridgehead renderas="sect4">Recommended</bridgehead>
    7474    <para role="recommended">
    75       <xref linkend="slang"/>,
     75      <xref linkend="slang"/>
    7676    </para>
    7777
  • introduction/welcome/changelog.xml

    r27dc3aed rd2bd92f  
    4545-->
    4646    <listitem>
     47      <para>December 9th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Added liblinear-1.94. Fixes
     51          <ulink url="&blfs-ticket-root;4226">#4226</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>December 8th, 2013</para>
    4858      <itemizedlist>
  • networking/netutils/nmap.xml

    r27dc3aed rd2bd92f  
    7171    <para role="recommended">
    7272      <xref linkend="libpcap"/>,
    73       <xref linkend="lua"/>, and
    74       <xref linkend="pcre"/>
    75 <!--
    76       <ulink url="http://www.csie.ntu.edu.tw/~cjlin/liblinear/">liblinear</ulink>
    77 -->
     73      <xref linkend="lua"/>,
     74      <xref linkend="pcre"/>, and
     75      <xref linkend="liblinear"/>
    7876<!-- This is not recommended, see: http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
    7977      <ulink url="http://code.google.com/p/libdnet/">libdnet</ulink>
     
    9795    <title>Installation of Nmap</title>
    9896
     97    <note>
     98      <para>
     99        This package does not support parallel build.
     100      </para>
     101    </note>
     102
    99103    <para>Install <application>Nmap</application> by running the following
    100104    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.