Author: randy Date: 2007-08-15 17:06:57 -0600 (Wed, 15 Aug 2007) New Revision: 7065
Added: trunk/BOOK/general/genlib/pth.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/general/genutils/unixodbc.xml trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/kde/add/kdepim.xml trunk/BOOK/multimedia/libdriv/sdl.xml trunk/BOOK/server/other/openldap.xml Log: Added new package Pth-2.0.7 Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2007-08-15 18:40:35 UTC (rev 7064) +++ trunk/BOOK/general/genlib/genlib.xml 2007-08-15 23:06:57 UTC (rev 7065) @@ -72,6 +72,8 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libdrm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dbus-bindings.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libpthread-stubs.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pth.xml"/> + <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> --> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fam.xml"/> --> Added: trunk/BOOK/general/genlib/pth.xml =================================================================== --- trunk/BOOK/general/genlib/pth.xml (rev 0) +++ trunk/BOOK/general/genlib/pth.xml 2007-08-15 23:06:57 UTC (rev 7065) @@ -0,0 +1,135 @@ +<?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 pth-download-http "http://ftp.gnu.org/gnu/pth/pth-&pth-version;.tar.gz"> + <!ENTITY pth-download-ftp "ftp://ftp.gnu.org/gnu/pth/pth-&pth-version;.tar.gz"> + <!ENTITY pth-md5sum "9cb4a25331a4c4db866a31cbe507c793"> + <!ENTITY pth-size "652 KB"> + <!ENTITY pth-buildsize "5 MB"> + <!ENTITY pth-time "0.2 SBU"> +]> + +<sect1 id="pth" xreflabel="Pth-&pth-version;"> + <?dbhtml filename="pth.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>Pth-&pth-version;</title> + + <indexterm zone="pth"> + <primary sortas="a-Pth">Pth</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to Pth</title> + + <para>The <application>Pth</application> package contains a very portable + POSIX/ANSI-C based library for Unix platforms which provides non-preemptive + priority-based scheduling for multiple threads of execution (multithreading) + inside event-driven applications. All threads run in the same address space + of the server application, but each thread has its own individual + program-counter, run-time stack, signal mask and errno variable. </para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&pth-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&pth-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &pth-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &pth-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &pth-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &pth-time;</para> + </listitem> + </itemizedlist> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/pth"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Pth</title> + + <para>Install <application>Pth</application> by running the + following commands:</para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>To test the results, issue: <command>make check</command>.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> + user:</para> + +<screen role="root"><userinput>make install && +install -v -m755 -d /usr/share/doc/pth-&pth-version; && +install -v -m644 README PORTING SUPPORT TESTS \ + /usr/share/doc/pth-&pth-version;</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Program</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg>pth-config</seg> + <seg>libpth.{so,a}</seg> + <seg>/usr/share/doc/pth-&pth-version;</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="pth-config"> + <term><command>pth-config</command></term> + <listitem> + <para>is a utility used to configure and build applications based on + the pth(3) library. It can be used to query the C compiler and + linker flags which are required to correctly compile and link the + application against the pth(3) library.</para> + <indexterm zone="pth pth-config"> + <primary sortas="b-pth-config">pth-config</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libpth"> + <term><filename class='libraryfile'>libpth.{so,a}</filename></term> + <listitem> + <para>contains the API functions used by the GNU Portable Threads + Library.</para> + <indexterm zone="pth libpth"> + <primary sortas="c-libpth">libpth.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/genlib/pth.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/general/genutils/unixodbc.xml =================================================================== --- trunk/BOOK/general/genutils/unixodbc.xml 2007-08-15 18:40:35 UTC (rev 7064) +++ trunk/BOOK/general/genutils/unixodbc.xml 2007-08-15 23:06:57 UTC (rev 7065) @@ -67,7 +67,7 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="qt"/> (required to build the GUI tools), - <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink> and + <xref linkend="pth"/>, and <ulink url="http://www.hughes.com.au/products/msql/">Mini SQL</ulink></para> <note> Modified: trunk/BOOK/general/prog/php.xml =================================================================== --- trunk/BOOK/general/prog/php.xml 2007-08-15 18:40:35 UTC (rev 7064) +++ trunk/BOOK/general/prog/php.xml 2007-08-15 23:06:57 UTC (rev 7065) @@ -86,7 +86,7 @@ <xref linkend="expat"/> (deprecated alternative to <xref linkend="libxml2"/>), <ulink url="http://www.ossp.org/pkg/lib/mm/">OSSP mm</ulink>, <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>, - <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, + <xref linkend="pth"/>, <ulink url="http://re2c.org/">re2c</ulink>, <ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>, <ulink url="http://dmalloc.com/">Dmalloc</ulink>, and Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-08-15 18:40:35 UTC (rev 7064) +++ trunk/BOOK/general.ent 2007-08-15 23:06:57 UTC (rev 7065) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "15"> <!-- Always 2 digits --> +<!ENTITY day "16"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2007"> <!ENTITY version "svn-&year;&month;&day;"> @@ -130,6 +130,7 @@ <!ENTITY dbus-python-version "0.82.0"> <!ENTITY dbus-qt3-version "0.62"> <!ENTITY libpthread-stubs-version "0.1"> +<!ENTITY pth-version "2.0.7"> <!-- Obsolete <!ENTITY fam-version "2.7.0"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-08-15 18:40:35 UTC (rev 7064) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-08-15 23:06:57 UTC (rev 7065) @@ -42,6 +42,15 @@ --> <listitem> + <para>August 16th, 2007</para> + <itemizedlist> + <listitem> + <para>[randy] - Added new package Pth-2.0.7.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 15th, 2007</para> <itemizedlist> <listitem> Modified: trunk/BOOK/kde/add/kdepim.xml =================================================================== --- trunk/BOOK/kde/add/kdepim.xml 2007-08-15 18:40:35 UTC (rev 7064) +++ trunk/BOOK/kde/add/kdepim.xml 2007-08-15 23:06:57 UTC (rev 7065) @@ -76,7 +76,7 @@ then <ulink url="&gnu-org;#libassuan">Libassuan</ulink> then <ulink url="&gnu-org;#libksba">Libksba</ulink>, <ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>, - <ulink url="http://www.gnu.org/software/pth/">Pth</ulink>, + <xref linkend="pth"/>, <ulink url="http://www.opensc.org/">OpenSC</ulink> and then <ulink url="&gnu-org;#gnupg2">GnuPG-1.9.x</ulink>), <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>, Modified: trunk/BOOK/multimedia/libdriv/sdl.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/sdl.xml 2007-08-15 18:40:35 UTC (rev 7064) +++ trunk/BOOK/multimedia/libdriv/sdl.xml 2007-08-15 23:06:57 UTC (rev 7065) @@ -67,7 +67,7 @@ <xref linkend="aalib"/>, <ulink url="http://www.directfb.org/">DirectFB</ulink>, <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, - <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, and + <xref linkend="pth"/>, and <ulink url="http://picogui.org/">PicoGUI</ulink></para> <para condition="html" role="usernotes">User Notes: Modified: trunk/BOOK/server/other/openldap.xml =================================================================== --- trunk/BOOK/server/other/openldap.xml 2007-08-15 18:40:35 UTC (rev 7064) +++ trunk/BOOK/server/other/openldap.xml 2007-08-15 23:06:57 UTC (rev 7065) @@ -76,7 +76,7 @@ <para role="optional"><xref linkend="tcpwrappers"/>, <xref linkend="unixodbc"/>, <xref linkend="gmp"/>, - <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, and + <xref linkend="pth"/>, and <ulink url="http://www.openslp.org/">OpenSLP</ulink></para> <para condition="html" role="usernotes">User Notes: -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
