Author: wblaszcz
Date: 2009-07-26 00:17:47 -0600 (Sun, 26 Jul 2009)
New Revision: 7869
Added:
trunk/BOOK/server/databases/sqlite.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/liboil.xml
trunk/BOOK/general/genlib/libtasn1.xml
trunk/BOOK/general/prog/php.xml
trunk/BOOK/general/prog/python.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/audioutils/amarok.xml
trunk/BOOK/postlfs/security/cyrus-sasl.xml
trunk/BOOK/server/databases/databases.xml
trunk/BOOK/server/mail/exim.xml
trunk/BOOK/server/major/apache.xml
trunk/BOOK/x/lib/qt.xml
trunk/BOOK/x/lib/qt4.xml
trunk/BOOK/x/lib/xulrunner.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
trunk/BOOK/xsoft/other/balsa.xml
trunk/BOOK/xsoft/other/pidgin.xml
Log:
Added new package sqlite and updated libtasn1 version
Modified: trunk/BOOK/general/genlib/liboil.xml
===================================================================
--- trunk/BOOK/general/genlib/liboil.xml 2009-07-25 20:35:43 UTC (rev
7868)
+++ trunk/BOOK/general/genlib/liboil.xml 2009-07-26 06:17:47 UTC (rev
7869)
@@ -71,15 +71,6 @@
<para>Install <application>liboil</application> by running the following
commands:</para>
-<!-- <screen><userinput>CONFIGPARMS="- -prefix=/usr"</userinput></screen>
-
- <para>If you wish to rebuild the API documentation, run
- the following command:</para>
-
-<screen><userinput>CONFIGPARMS="$CONFIGPARMS -
-enable-gtk-doc"</userinput></screen>
-
- <para>Run the following commands:</para> -->
-
<screen><userinput>./configure --prefix=/usr &&
make</userinput></screen>
Modified: trunk/BOOK/general/genlib/libtasn1.xml
===================================================================
--- trunk/BOOK/general/genlib/libtasn1.xml 2009-07-25 20:35:43 UTC (rev
7868)
+++ trunk/BOOK/general/genlib/libtasn1.xml 2009-07-26 06:17:47 UTC (rev
7869)
@@ -6,10 +6,10 @@
<!ENTITY libtasn1-download-http
"http://mirrors.kernel.org/gnu/gnutls/libtasn1-&libtasn1-version;.tar.gz">
<!ENTITY libtasn1-download-ftp
"ftp://ftp.gnu.org/pub/gnu/gnutls/libtasn1-&libtasn1-version;.tar.gz">
- <!ENTITY libtasn1-md5sum "9c6869cca08b7392415c7939ffd2bbae">
- <!ENTITY libtasn1-size "1.5 MB">
- <!ENTITY libtasn1-buildsize "8.2 MB">
- <!ENTITY libtasn1-time "0.2 SBU">
+ <!ENTITY libtasn1-md5sum "14cc361500d2e768a8a6ec538ce3fecb">
+ <!ENTITY libtasn1-size "1.6 MB">
+ <!ENTITY libtasn1-buildsize "8.4 MB">
+ <!ENTITY libtasn1-time "0.1 SBU">
]>
<sect1 id="libtasn1" xreflabel="libtasn1-&libtasn1-version;">
Modified: trunk/BOOK/general/prog/php.xml
===================================================================
--- trunk/BOOK/general/prog/php.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/general/prog/php.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -121,9 +121,9 @@
<xref linkend="mysql"/>,
<xref linkend="postgresql"/>,
<xref linkend="unixodbc"/>,
+ <xref linkend="sqlite"/>,
<ulink url="http://qdbm.sourceforge.net/">QDBM</ulink>,
<ulink url="http://cr.yp.to/cdb.html">cdb</ulink>,
- <ulink url="http://www.sqlite.org/">SQLite</ulink>,
<ulink url="http://www.hughes.com.au/products/msql/">Mini SQL</ulink>,
<ulink url="http://www.empress.com/">Empress</ulink>,
<ulink url="http://www.birdstep.com/">Birdstep</ulink>,
Modified: trunk/BOOK/general/prog/python.xml
===================================================================
--- trunk/BOOK/general/prog/python.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/general/prog/python.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -98,7 +98,7 @@
<xref linkend="tk"/>,
<xref linkend="db"/>, and
<!-- <xref linkend="gdbm"/>, and -->
- <ulink url="http://sqlite.org/">SQLite 3</ulink></para>
+ <xref linkend="sqlite"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/Python"/></para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/general.ent 2009-07-26 06:17:47 UTC (rev 7869)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "25"> <!-- Always 2 digits -->
+<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
@@ -136,7 +136,7 @@
<!ENTITY libksba-version "1.0.2">
<!ENTITY libmowgli-version "0.7.0">
<!ENTITY libmcs-version "0.7.1">
-<!ENTITY libtasn1-version "2.1">
+<!ENTITY libtasn1-version "2.2">
<!ENTITY libunique-version "1.0.8">
<!ENTITY liboil-version "0.3.16">
@@ -412,6 +412,7 @@
<!ENTITY db-version "4.5.20">
<!ENTITY mysql-version "5.1.30">
<!ENTITY postgresql-version "8.2.4">
+<!ENTITY sqlite-version "3.6.16">
<!-- Obsolete
-->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-25 20:35:43 UTC
(rev 7868)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-26 06:17:47 UTC
(rev 7869)
@@ -42,6 +42,18 @@
-->
<listitem>
+ <para>July 27th, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[wblaszcz] - Added new package SQLite-3.6.16.</para>
+ </listitem>
+ <listitem>
+ <para>[wblaszcz] - Updated to libtasn1-2.2.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 25th, 2009</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/audioutils/amarok.xml
===================================================================
--- trunk/BOOK/multimedia/audioutils/amarok.xml 2009-07-25 20:35:43 UTC (rev
7868)
+++ trunk/BOOK/multimedia/audioutils/amarok.xml 2009-07-26 06:17:47 UTC (rev
7869)
@@ -72,7 +72,7 @@
<para role="optional"><xref linkend="kdemultimedia"/> (for cd-ripping
support),
<xref linkend="k3b"/> (for cd-burning support),
<xref linkend="sdl"/>,
- <ulink url="http://sqlite.org/">SQLite</ulink>,
+ <xref linkend="sqlite"/>,
<xref linkend="postgresql"/>,
<xref linkend="mysql"/>,
<ulink url="https://helixcommunity.org/">Helix</ulink> (untested media
backend, alternative to xine),
Modified: trunk/BOOK/postlfs/security/cyrus-sasl.xml
===================================================================
--- trunk/BOOK/postlfs/security/cyrus-sasl.xml 2009-07-25 20:35:43 UTC (rev
7868)
+++ trunk/BOOK/postlfs/security/cyrus-sasl.xml 2009-07-26 06:17:47 UTC (rev
7869)
@@ -72,10 +72,10 @@
<xref linkend="mysql"/>,
<xref linkend="postgresql"/>,
<xref linkend="db"/>,
+ <xref linkend="sqlite"/>,
<!-- <xref linkend="gdbm"/>,
<xref linkend="courier"/>, -->
- <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
- <ulink url="http://sqlite.org/">SQLite</ulink>, and
+ <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and
<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/server/databases/databases.xml
===================================================================
--- trunk/BOOK/server/databases/databases.xml 2009-07-25 20:35:43 UTC (rev
7868)
+++ trunk/BOOK/server/databases/databases.xml 2009-07-26 06:17:47 UTC (rev
7869)
@@ -24,5 +24,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="db.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mysql.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="postgresql.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sqlite.xml"/>
</chapter>
Added: trunk/BOOK/server/databases/sqlite.xml
===================================================================
--- trunk/BOOK/server/databases/sqlite.xml (rev 0)
+++ trunk/BOOK/server/databases/sqlite.xml 2009-07-26 06:17:47 UTC (rev
7869)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY sqlite-download-http "http://sqlite.org/sqlite-3.6.16.tar.gz">
+ <!ENTITY sqlite-download-ftp " ">
+ <!ENTITY sqlite-md5sum "d7c57e91fbeb630c19f82eec3ef73dae">
+ <!ENTITY sqlite-size "2.7 MB">
+ <!ENTITY sqlite-buildsize "33 MB">
+ <!ENTITY sqlite-time "0.5 SBU (Test suite is an additional 0.5
SBU)">
+]>
+
+<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
+ <?dbhtml filename="sqlite.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>SQLite-&sqlite-version;</title>
+
+ <indexterm zone="sqlite">
+ <primary sortas="a-SQLite">SQLite</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to SQLite</title>
+
+ <para>The <application>SQLite</application> package is a software
+ library that implements a self-contained, serverless,
+ zero-configuration, transactional SQL database engine.</para>
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&sqlite-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&sqlite-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &sqlite-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &sqlite-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &sqlite-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &sqlite-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="tcl"/> (Required to run the test
suite)</para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/sqlite"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of SQLite</title>
+
+ <para>Install <application>SQLite</application> by running the following
+ commands:</para>
+
+<screen><userinput>./configure --prefix=/usr &&
+make</userinput></screen>
+
+ <para>To test the results, issue: <command>make test</command>.</para>
+
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>sqlite3</seg>
+ <seg>libsqlite3.{so,a}</seg>
+ <seg>None</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="sqlite3">
+ <term><command>sqlite3</command></term>
+ <listitem>
+ <para>A terminal-based front-end to the <application>SQLite
+ </application> library that can evaluate queries interactively
+ and display the results.</para>
+ <indexterm zone="sqlite sqlite3">
+ <primary sortas="b-sqlite3">sqlite3</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libsqlite3">
+ <term><filename class='libraryfile'>libsqlite3.{so,a}</filename></term>
+ <listitem>
+ <para>Contains the <application>SQLite</application> API
functions.</para>
+ <indexterm zone="sqlite libsqlite3">
+ <primary sortas="c-libsqlite3">libsqlite3.{so,a}</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Property changes on: trunk/BOOK/server/databases/sqlite.xml
___________________________________________________________________
Name: svn:keywords
+ LastChangedBy Date
Modified: trunk/BOOK/server/mail/exim.xml
===================================================================
--- trunk/BOOK/server/mail/exim.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/server/mail/exim.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -92,7 +92,7 @@
<xref linkend="cyrus-sasl"/>,
<xref linkend="mysql"/>,
<xref linkend="postgresql"/>,
- <ulink url="http://www.sqlite.org/">SQLite</ulink>,
+ <xref linkend="sqlite"/>,
<xref linkend="tcpwrappers"/>, and
<xref linkend="linux-pam"/></para>
Modified: trunk/BOOK/server/major/apache.xml
===================================================================
--- trunk/BOOK/server/major/apache.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/server/major/apache.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -81,7 +81,7 @@
<xref linkend="expat"/>,
<!-- <xref linkend="gdbm"/>, -->
<xref linkend="postgresql"/>, and
- <ulink url="http://sqlite.org/">SQLite</ulink></para>
+ <xref linkend="sqlite"/></para>
<para>Though you can install APR and APR-util as separate components,
it is recommended to use the bundled versions that come with the Apache
Modified: trunk/BOOK/x/lib/qt.xml
===================================================================
--- trunk/BOOK/x/lib/qt.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/x/lib/qt.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -80,7 +80,7 @@
<xref linkend="mysql"/>,
<xref linkend="postgresql"/>,
<xref linkend="unixodbc"/>,
- <ulink url="http://sqlite.org/">SQLite</ulink> and
+ <xref linkend="sqlite"/>, and
<ulink url="http://firebird.sourceforge.net/">Firebird</ulink></para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/x/lib/qt4.xml
===================================================================
--- trunk/BOOK/x/lib/qt4.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/x/lib/qt4.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -77,7 +77,7 @@
<xref linkend="mysql"/>,
<xref linkend="postgresql"/>,
<xref linkend="unixodbc"/>, and
- <ulink url="http://sqlite.org/">SQLite</ulink>
+ <xref linkend="sqlite"/>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/x/lib/xulrunner.xml
===================================================================
--- trunk/BOOK/x/lib/xulrunner.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/x/lib/xulrunner.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -100,7 +100,7 @@
(for gnome integration),
<xref linkend="lcms"/>,
<xref linkend="libpng"/> (patched for apng support),
- <ulink url="http://sqlite.org/">SQLite</ulink>,
+ <xref linkend="sqlite"/>,
<xref linkend="startup-notification"/>.
<xref linkend="unzip"/>,
<ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
the
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml 2009-07-25 20:35:43 UTC (rev
7868)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml 2009-07-26 06:17:47 UTC (rev
7869)
@@ -102,7 +102,7 @@
(for gnome integration),
<xref linkend="lcms"/>,
<xref linkend="libpng"/> (patched for apng support),
- <ulink url="http://sqlite.org/">SQLite</ulink>,
+ <xref linkend="sqlite"/>,
<xref linkend="startup-notification"/>.
<xref linkend="unzip"/>,
<ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
the
Modified: trunk/BOOK/xsoft/other/balsa.xml
===================================================================
--- trunk/BOOK/xsoft/other/balsa.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/xsoft/other/balsa.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -79,7 +79,7 @@
<xref linkend="compface"/>,
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
<ulink
url="http://www.galago-project.org/news/index.php">libnotify</ulink>,
- <ulink url="http://www.sqlite.org/">SQLite</ulink>, and
+ <xref linkend="sqlite"/>, and
an <xref linkend="server-mail"/> (that provides a
<command>sendmail</command> command, note that it is only used if you
didn't install the recommended <application>libESMTP</application>
Modified: trunk/BOOK/xsoft/other/pidgin.xml
===================================================================
--- trunk/BOOK/xsoft/other/pidgin.xml 2009-07-25 20:35:43 UTC (rev 7868)
+++ trunk/BOOK/xsoft/other/pidgin.xml 2009-07-26 06:17:47 UTC (rev 7869)
@@ -96,7 +96,7 @@
(required for audio support),
<xref linkend="evolution-data-server"/>
(required for Evolution integration),
- <ulink url="http://www.sqlite.org/">SQLite</ulink>
+ <xref linkend="sqlite"/>
(required for the Contact Availability Prediction plugin),
<xref linkend="cyrus-sasl"/>
(required for Jabber support),
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page