Am Dienstag, 4. März 2008 19:23:24 schrieb Randy McMurchy: > I'm confused. I thought I read just yesterday(?) that Thomas was > not going to participate with LFS any longer. Either way, I'm glad > to see the participation. That was yesterday and that was LFS. I try to find a little place here in BLFS to help. Even I got nice mails.
> The patch appears to be incomplete as it does not include the page > for the new package. Perhaps you did it, but can't SVN add the > package. Ouhh damn, how has this has happened. Simply a "svn diff" is only one half - the other half is "svn add"... You need to have patience with me... Find attached the full version. > >... -- Thomas
Index: general.ent =================================================================== --- general.ent (Revision 7189) +++ general.ent (Arbeitskopie) @@ -130,6 +130,7 @@ <!ENTITY libgpg-error-version "1.5"> <!ENTITY libgcrypt-version "1.2.4"> <!ENTITY libksba-version "1.0.2"> +<!ENTITY libmowgli-version "0.6.1"> <!-- Obsolete <!ENTITY fam-version "2.7.0"> @@ -196,7 +197,7 @@ <!ENTITY apache-ant-version "1.7.0"> <!ENTITY dbus-version "1.0.2"> <!ENTITY hal-version "0.5.9.1"> -<!ENTITY mcs-version "0.4.1"> +<!ENTITY mcs-version "0.7.0"> <!-- Chapter 12 --> <!ENTITY dejagnu-version "1.4.4"> Index: general/sysutils/mcs.xml =================================================================== --- general/sysutils/mcs.xml (Revision 7189) +++ general/sysutils/mcs.xml (Arbeitskopie) @@ -4,10 +4,10 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY mcs-download-http "http://sacredspiral.co.uk/~nenolod/mcs/mcs-&mcs-version;.tgz"> + <!ENTITY mcs-download-http "http://distfiles.atheme.org/libmcs-&mcs-version;.tgz"> <!ENTITY mcs-download-ftp " "> - <!ENTITY mcs-md5sum "d09b42e9d51ea32c6326f0bbcad86c9e"> - <!ENTITY mcs-size "62 KB"> + <!ENTITY mcs-md5sum "0f0c779609b3481a79937c2e86660a99"> + <!ENTITY mcs-size "104 KB"> <!ENTITY mcs-buildsize "1.1 MB"> <!ENTITY mcs-time "less than 0.1 SBU"> ]> @@ -61,6 +61,9 @@ <bridgehead renderas="sect3">mcs Dependencies</bridgehead> + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="libmowgli"/></para> + <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="GConf"/> and <xref linkend="kdelibs"/></para> @@ -76,9 +79,7 @@ <para>Install <application>mcs</application> by running the following commands:</para> -<screen><userinput>sed -i 's|libmcs|../../&|' src/backends/kconfig/kconfig.cc && - -./configure --prefix=/usr && + <screen><userinput>./configure --prefix=/usr && make</userinput></screen> <para>This package does not come with a test suite.</para> Index: general/genlib/libmowgli.xml =================================================================== --- general/genlib/libmowgli.xml (Revision 0) +++ general/genlib/libmowgli.xml (Revision 0) @@ -0,0 +1,123 @@ +<?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 mowgli-download-http "http://distfiles.atheme.org/libmowgli-&libmowgli-version;.tgz"> + <!ENTITY mowgli-download-ftp " "> + <!ENTITY mowgli-md5sum "80f8a27f1b44b0b129215f858ab1ab82"> + <!ENTITY mowgli-size "109 KB"> + <!ENTITY mowgli-buildsize "1.5 MB"> + <!ENTITY mowgli-time "less than 0.1 SBU"> +]> + +<sect1 id="libmowgli" xreflabel="libmowgli-&libmowgli-version;"> + <?dbhtml filename="libmowgli.html"?> + + <sect1info> + <othername>$LastChangedBy: randy $</othername> + <date>$Date: 2007-08-14 18:29:23 +0200 (Di, 14 Aug 2007) $</date> + </sect1info> + + <title>libmowgli-&libmowgli-version;</title> + + <indexterm zone="libmowgli"> + <primary sortas="a-libmowgli">libmowgli</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to libmowgli</title> + + <para>The <application>mowgli</application> library is a development framework for C + (like GLib), which provides high performance and highly flexible algorithms.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&mowgli-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&mowgli-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &mowgli-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &mowgli-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &mowgli-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &mowgli-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">mowgli Dependencies</bridgehead> +<!-- + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="..."/> and + <xref linkend="..."/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="..."/> and + <xref linkend="..."/></para> +--> + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/libmowgli"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of libmowgli</title> + + <para>Install <application>libmowgli</application> by + running the following commands:</para> + + <screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>This package does not come with a test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install && +install -v -m644 -D README /usr/share/doc/libmowgli-&libmowgli-version;/README</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>libmogli.so</seg> + <seg>/usr/include/libmowgli and + /usr/share/doc/libmowgli-&libmowgli-version;</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libmowgli-lib"> + <term><filename class='libraryfile'>libmowgli.so</filename></term> + <listitem> + <para>contains the API functions of the development framework.</para> + <indexterm zone="libmowgli libmowgli-lib"> + <primary sortas="c-libmowgli.so">libmowgli.so</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> + + </sect2> + +</sect1> Index: general/genlib/genlib.xml =================================================================== --- general/genlib/genlib.xml (Revision 7189) +++ general/genlib/genlib.xml (Arbeitskopie) @@ -77,6 +77,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgpg-error.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgcrypt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libksba.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libmowgli.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"/> -->
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
