Changeset 7f5a588


Ignore:
Timestamp:
10/17/2013 12:18:51 PM (11 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:
87dcccc4
Parents:
8530229
Message:

restore and update clucene to 2.3.3.4

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

Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r8530229 r7f5a588  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 16th, &year;">
     9<!ENTITY releasedate  "October 17th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    206206<!ENTITY boost-dl-version             "&boost-major;_&boost-minor;_&boost-patch;">
    207207
     208<!ENTITY clucene-version              "2.3.3.4">
    208209<!ENTITY dbus-glib-version            "0.100.2">
    209210<!ENTITY enchant-version              "1.6.0">
  • general/genlib/clucene.xml

    r8530229 r7f5a588  
    55  %general-entities;
    66
    7   <!ENTITY clucene-download-http "&sourceforge-repo;/clucene/clucene-core-&clucene-version;.tar.bz2">
     7  <!ENTITY clucene-download-http " ">
    88  <!ENTITY clucene-download-ftp  " ">
    9   <!ENTITY clucene-md5sum        "ba1a8f764a2ca19c66ad907dddd88352">
    10   <!ENTITY clucene-size          "1.5 MB">
    11   <!ENTITY clucene-buildsize     "45 MB">
    12   <!ENTITY clucene-time          "1 SBU">
     9  <!ENTITY clucene-md5sum        " ">
     10  <!ENTITY clucene-size          "19 MB">
     11  <!ENTITY clucene-buildsize     "86 MB">
     12  <!ENTITY clucene-time          "0.8 SBU">
    1313]>
    1414
    15 <sect1 id="clucene" xreflabel="clucene-&clucene-version;">
     15<sect1 id="clucene" xreflabel="CLucene-&clucene-version;">
    1616  <?dbhtml filename="clucene.html"?>
    1717
     
    3333    high performance text search engine.</para>
    3434
    35     &lfs67_checked;
     35    &lfs74_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    4343        <para>Download (FTP): <ulink url="&clucene-download-ftp;"/></para>
    4444      </listitem>
     45<!--
    4546      <listitem>
    4647        <para>Download MD5 sum: &clucene-md5sum;</para>
    4748      </listitem>
     49-->
    4850      <listitem>
    4951        <para>Download size: &clucene-size;</para>
     
    5759    </itemizedlist>
    5860
    59 <!--
    6061    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6162    <itemizedlist spacing='compact'>
    6263      <listitem>
    6364        <para>Required patch: <ulink
    64         url="&patch-root;/clucene-&clucene-version;-fixes-1.patch"/></para>
     65        url="&patch-root;/clucene-&clucene-version;-contribs_lib-1.patch"/></para>
    6566      </listitem>
    6667    </itemizedlist>
    6768
    68     <bridgehead renderas="sect3">clucene Dependencies</bridgehead>
     69    <bridgehead renderas="sect3">CLucene Dependencies</bridgehead>
    6970
    7071    <bridgehead renderas="sect4">Required</bridgehead>
    7172    <para role="required">
    72     <xref linkend="net-tools"/>
     73      <xref linkend="git"/> and
     74      <xref linkend="cmake"/>
    7375    </para>
    74 -->
     76
     77    <bridgehead renderas="sect4">Recommended</bridgehead>
     78    <para role="recommended">
     79      <xref linkend="boost"/>
     80    </para>
    7581
    7682    <para condition="html" role="usernotes">User Notes:
     
    8288    <title>Installation of CLucene</title>
    8389
    84     <para>Install <application>clucene</application> by running the following
     90    <para>
     91      Since <application>CLucene</application> developers haven't released any
     92      tarballs yet, to obtain the source code first clone
     93      <application>CLucene</application> git repository then checkout the
     94      &clucene-version; version:
     95    </para>
     96
     97<screen><userinput>git clone git://clucene.git.sourceforge.net/gitroot/clucene/clucene &amp;&amp;
     98cd clucene &amp;&amp;
     99git checkout tags/clucene-src-&clucene-version;</userinput></screen>
     100
     101    <para>Install <application>CLucene</application> by running the following
    85102    commands:</para>
    86103
    87 <screen><userinput>./configure prefix=/usr &amp;&amp;
     104<screen><userinput>patch -Np1 -i ../clucene-&clucene-version;-contribs_lib-1.patch &amp;&amp;
     105mkdir build &amp;&amp;
     106cd build &amp;&amp;
     107cmake -DCMAKE_INSTALL_PREFIX=/usr \
     108      -DBUILD_CONTRIBS_LIB=ON .. &amp;&amp;
    88109make</userinput></screen>
    89110
     
    93114
    94115  </sect2>
    95 <!--
     116
    96117  <sect2 role="commands">
    97118    <title>Command Explanations</title>
    98119
    99     <para><option>- -xyz</option>: This option is set for ...</para>
     120    <para>
     121      <parameter>-DBUILD_CONTRIBS_LIB=ON</parameter>: This cmake variable
     122      enables building the CLucene contribs library necessary for running
     123      applications that use language specific text analyzers like LibreOffice
     124      for example.
     125    </para>
    100126
    101127  </sect2>
    102 -->
     128
    103129  <sect2 role="content">
    104130    <title>Contents</title>
    105131
    106132    <segmentedlist>
    107       <segtitle>Installed Program</segtitle>
     133      <segtitle>Installed Programs</segtitle>
    108134      <segtitle>Installed Libraries</segtitle>
    109       <segtitle>Installed Directory</segtitle>
     135      <segtitle>Installed Directories</segtitle>
    110136
    111137      <seglistitem>
    112138        <seg>None</seg>
    113         <seg>libclucene.{so,a}</seg>
    114         <seg>None</seg>
     139        <seg>
     140          libclucene-contribs-lib.so,
     141          libclucene-core.so, and
     142          libclucene-shared.so
     143        </seg>
     144        <seg>
     145          /usr/include/CLucene and
     146          /usr/lib/CLuceneConfig.cmake
     147        </seg>
    115148      </seglistitem>
    116149    </segmentedlist>
    117 <!--
    118     <variablelist>
    119       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    120       <?dbfo list-presentation="list"?>
    121       <?dbhtml list-presentation="table"?>
    122150
    123       <varlistentry id="a-automoc4">
    124         <term><command>automoc4</command></term>
    125         <listitem>
    126           <para>is a testing utility for clucene-generated build trees.</para>
    127           <indexterm zone="a-automoc4 automoc4">
    128             <primary sortas="b-automoc4">automoc4</primary>
    129           </indexterm>
    130         </listitem>
    131       </varlistentry>
    132 
    133     </variablelist>
    134 -->
    135151  </sect2>
    136152
  • general/genlib/genlib.xml

    r8530229 r7f5a588  
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aspell.xml"/>
    4949  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="boost.xml"/>
     50  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clucene.xml"/>
    5051  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-glib.xml"/>
    5152  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="enchant.xml"/>
  • general/sysutils/strigi.xml

    r8530229 r7f5a588  
    7575    <xref linkend="ffmpeg"/>,
    7676    <xref linkend="exiv2"/>,
    77     <ulink url="http://sourceforge.net/projects/clucene/">CLucene</ulink> and
     77    <xref linkend="clucene"/>, and
    7878    <ulink url="http://logging.apache.org/log4cxx/">log4cxx</ulink>
    7979    </para>
  • introduction/welcome/changelog.xml

    r8530229 r7f5a588  
    4545-->
    4646    <listitem>
     47      <para>October 17th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Restore from archive and update to
     51          clucene-2.3.3.4.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>October 16th, 2013</para>
    4858      <itemizedlist>
  • server/other/soprano.xml

    r8530229 r7f5a588  
    101101    <para role="optional">
    102102      <xref linkend="doxygen"/> (to build the documentation),
    103       <ulink url="http://sourceforge.net/projects/clucene/">CLucene</ulink>
    104       (no longer required to use Soprano in KDE), and
     103      <xref linkend="clucene"/>, and
    105104      <ulink url="http://www.openrdf.org/">Sesame2</ulink>
    106105    </para>
  • xsoft/office/libreoffice.xml

    r8530229 r7f5a588  
    156156    <para role="recommended">
    157157      <xref linkend="boost"/>,
     158      <xref linkend="clucene"/>,
    158159      <xref linkend="cups"/>,
    159160      <xref linkend="curl"/>,
     
    196197      <ulink url="http://www.freedesktop.org/wiki/Software/libvisio/">libvisio</ulink>,
    197198      <ulink url="http://sourceforge.net/projects/libcmis/">libcmis</ulink>,
    198       <ulink url="http://clucene.sourceforge.net/">CLucene</ulink>,
    199199      <ulink url="http://www.freedesktop.org/wiki/Software/libexttextcat/">libexttextcat</ulink>,
    200200      <ulink url="http://tagoh.bitbucket.org/liblangtag/">liblangtag</ulink>,
     
    321321             --enable-python=system     \
    322322             --with-system-boost        \
     323             --with-system-clucene      \
    323324             --with-system-cairo        \
    324325             --with-system-curl         \
Note: See TracChangeset for help on using the changeset viewer.