Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/redland.xml

    r4a83293 rac38e9dc  
    3030    <title>Introduction to Redland</title>
    3131
    32     <para><application>Redland</application> is a set of free software C libraries
    33     that provide support for the Resource Description Framework (RDF). It is
    34     required by <application>Soprano</application> to build
    35     <application>Nepomuk</application>.</para>
     32    <para>
     33      <application>Redland</application> is a set of free software C libraries
     34      that provide support for the Resource Description Framework (RDF).
     35    </para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
    4040    <itemizedlist spacing="compact">
    4141      <listitem>
    42         <para>Download (HTTP): <ulink url="&redland-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&redland-download-http;"/>
     44        </para>
    4345      </listitem>
    4446      <listitem>
    45         <para>Download (FTP): <ulink url="&redland-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&redland-download-ftp;"/>
     49        </para>
    4650      </listitem>
    4751      <listitem>
    48         <para>Download MD5 sum: &redland-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &redland-md5sum;
     54        </para>
    4955      </listitem>
    5056      <listitem>
    51         <para>Download size: &redland-size;</para>
     57        <para>
     58          Download size: &redland-size;
     59        </para>
    5260      </listitem>
    5361      <listitem>
    54         <para>Estimated disk space required: &redland-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &redland-buildsize;
     64        </para>
    5565      </listitem>
    5666      <listitem>
    57         <para>Estimated build time: &redland-time;</para>
     67        <para>
     68          Estimated build time: &redland-time;
     69        </para>
    5870      </listitem>
    5971    </itemizedlist>
     
    6981    <para role="optional">
    7082      <xref linkend="db"/>,
    71       <xref linkend="libiodbc"/>,
     83      <xref linkend="mariadb"/>,
     84      <xref linkend="postgresql"/>,
    7285      <xref linkend="sqlite"/>,
    73       <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    74       <xref linkend="postgresql"/>,
    75       <ulink url="&sourceforge-repo;/virtuoso/">virtuoso</ulink>, and
    76       <ulink url="http://sourceforge.net/projects/threestore/">3store</ulink>
     86      <ulink url="&sourceforge-repo;/threestore/">3store</ulink>,
     87      <ulink url="&sourceforge-repo;/iodbc/">libiodbc</ulink> and
     88      <ulink url="&sourceforge-repo;/virtuoso/">Virtuoso</ulink>
    7789    </para>
    7890
     
    8597    <title>Installation of Redland</title>
    8698
    87     <para>Install <application>Redland</application> by running the following
    88     commands:</para>
     99    <para>
     100      Install <application>Redland</application> by running the following
     101      commands:
     102    </para>
    89103
    90104<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    91105make</userinput></screen>
    92106
    93     <para>To test the results, issue <command>make check</command>.</para>
     107    <para>
     108      To test the results, issue <command>make check</command>.
     109    </para>
    94110
    95     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     111    <para>
     112      Now, as the <systemitem class="username">root</systemitem> user:
     113    </para>
    96114
    97115<screen role="root"><userinput>make install</userinput></screen>
     
    116134
    117135      <seglistitem>
    118         <seg>rdfproc, redland-config and redland-db-upgrade</seg>
    119         <seg>librdf.so and /usr/lib/redland/librdf_storage_*.so</seg>
    120         <seg>/usr/lib/redland, /usr/share/gtk-doc/html/redland and
    121         /usr/share/redland</seg>
     136        <seg>
     137          rdfproc, redland-config and redland-db-upgrade
     138        </seg>
     139        <seg>
     140          librdf.so
     141        </seg>
     142        <seg>
     143          /usr/lib/redland,
     144          /usr/share/gtk-doc/html/redland and
     145          /usr/share/redland
     146        </seg>
    122147      </seglistitem>
    123148    </segmentedlist>
     
    131156        <term><command>rdfproc</command></term>
    132157        <listitem>
    133           <para>is the Redland RDF processor utility.</para>
     158          <para>
     159            is the Redland RDF processor utility.
     160          </para>
    134161          <indexterm zone="redland rdfproc">
    135162            <primary sortas="b-rdfproc">rdfproc</primary>
     
    141168        <term><command>redland-config</command></term>
    142169        <listitem>
    143           <para>is a script to get information about the installed version
    144           of Redland.</para>
     170          <para>
     171            is a script to get information about the installed
     172            version of Redland.
     173          </para>
    145174          <indexterm zone="redland redland-config">
    146175            <primary sortas="b-redland-config">redland-config</primary>
     
    152181        <term><command>redland-db-upgrade</command></term>
    153182        <listitem>
    154           <para>upgrades older Redland databases to 0.9.12 format.</para>
     183          <para>
     184            upgrades older Redland databases to 0.9.12 format.
     185          </para>
    155186          <indexterm zone="redland redland-db-upgrade">
    156187            <primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
Note: See TracChangeset for help on using the changeset viewer.