Author: wblaszcz Date: 2011-07-24 08:07:01 -0600 (Sun, 24 Jul 2011) New Revision: 8894
Added: trunk/BOOK/basicnet/netlibs/neon.xml Modified: trunk/BOOK/basicnet/netlibs/netlibs.xml trunk/BOOK/basicnet/netprogs/subversion.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/audioutils/audacious.xml trunk/BOOK/xsoft/suites/openoffice.xml Log: Added new package, neon-0.29.6 Added: trunk/BOOK/basicnet/netlibs/neon.xml =================================================================== --- trunk/BOOK/basicnet/netlibs/neon.xml (rev 0) +++ trunk/BOOK/basicnet/netlibs/neon.xml 2011-07-24 14:07:01 UTC (rev 8894) @@ -0,0 +1,156 @@ +<?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 neon-download-http "http://www.webdav.org/neon/neon-0.29.6.tar.gz"> + <!ENTITY neon-download-ftp " "> + <!ENTITY neon-md5sum "591e0c82e6979e7e615211b386b8f6bc"> + <!ENTITY neon-size "862 KB"> + <!ENTITY neon-buildsize "30 MB"> + <!ENTITY neon-time "0.3 SBU"> +]> + +<sect1 id="neon" xreflabel="neon-&neon-version;"> + <?dbhtml filename="neon.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>neon-&neon-version;</title> + + <indexterm zone="neon"> + <primary sortas="a-neon">neon</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to neon</title> + + <para>The <application>neon</application> package is an HTTP and WebDAV + client library, with a C interface.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&neon-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&neon-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &neon-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &neon-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &neon-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &neon-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">neon Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="libxml2"/> or + <xref linkend="expat"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="openssl"/> or + <xref linkend="gnutls"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/neon"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of neon</title> + + <para>Install <application>neon</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=/usr --enable-shared && +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</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><parameter>--enable-shared</parameter>: This parameter is needed to + build the shared libraries, otherwise only static libraries are built and + installed.</para> + + <para><option>--with-ssl=openssl</option>: This option enables SSL support + using <application>openssl</application>.</para> + + <para><option>--with-ssl=gnutls</option>: This option enables SSL support + using <application>gnutls</application>.</para> + + <para><option>--with-libxml2</option>: This option forces the use of + <application>libxml2</application>.</para> + + <para><option>--with-expat</option>: This option forces the use of + <application>expat</application>.</para> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Program</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>neon-config</seg> + <seg>libneon.{so,a}</seg> + <seg>/usr/{include/neon,share/doc/neon-0.29.6/html}</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="neon-config"> + <term><command>neon-config</command></term> + <listitem> + <para>is a script which provides information about an installed copy + of the <application>neon</application> library.</para> + <indexterm zone="neon neon-config"> + <primary sortas="b-neon-config">neon-config</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libneon"> + <term><filename class='libraryfile'>libneon.{so,a}</filename></term> + <listitem> + <para>is used as a high-level interface to common HTTP and WebDAV + methods.</para> + <indexterm zone="neon libneon"> + <primary sortas="c-libneon">libneon.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/basicnet/netlibs/neon.xml ___________________________________________________________________ Added: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/basicnet/netlibs/netlibs.xml =================================================================== --- trunk/BOOK/basicnet/netlibs/netlibs.xml 2011-07-20 21:11:21 UTC (rev 8893) +++ trunk/BOOK/basicnet/netlibs/netlibs.xml 2011-07-24 14:07:01 UTC (rev 8894) @@ -26,6 +26,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpcap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libproxy.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsoup.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="neon.xml"/> <!-- Obsolete <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnet.xml"/> Modified: trunk/BOOK/basicnet/netprogs/subversion.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/subversion.xml 2011-07-20 21:11:21 UTC (rev 8893) +++ trunk/BOOK/basicnet/netprogs/subversion.xml 2011-07-24 14:07:01 UTC (rev 8894) @@ -111,7 +111,7 @@ KWallet from KDE4, <xref linkend="apache"/> (if you have <application>Apache Portable Runtime</application> installed), and - <ulink url="http://www.webdav.org/neon/">neon</ulink> or + <xref linkend="neon"/> or <ulink url="http://code.google.com/p/serf/">serf</ulink></para> <!-- <para>* The <command>configure</command> script will warn that the @@ -435,7 +435,7 @@ </listitem> </varlistentry> - <varlistentry id="neon-config"> + <varlistentry id="neon-config-svn"> <term><command>neon-config</command></term> <listitem> <para>is a script which provides information about an installed @@ -457,7 +457,7 @@ </listitem> </varlistentry> - <varlistentry id="libneon"> + <varlistentry id="libneon-svn"> <term><filename class='libraryfile'>libneon.{so,a}</filename></term> <listitem> <para>is used as a high-level interface to common Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2011-07-20 21:11:21 UTC (rev 8893) +++ trunk/BOOK/general.ent 2011-07-24 14:07:01 UTC (rev 8894) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "20"> <!-- Always 2 digits --> +<!ENTITY day "24"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY year "2011"> <!ENTITY copyrightdate "2001-&year;"> @@ -415,6 +415,7 @@ <!ENTITY libpcap-version "1.0.0"> <!ENTITY libproxy-version "0.2.3"> <!ENTITY libsoup-version "2.30.2"> +<!ENTITY neon-version "0.29.6"> <!-- Obsolete <!ENTITY wvstreams-version "4.2.2"> <!ENTITY gnet-version "2.0.7"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2011-07-20 21:11:21 UTC (rev 8893) +++ trunk/BOOK/introduction/welcome/changelog.xml 2011-07-24 14:07:01 UTC (rev 8894) @@ -41,6 +41,16 @@ --> <listitem> + <para>July 24th, 2011</para> + <itemizedlist> + <listitem> + <para>[wblaszcz] - Added new package, neon-0.29.6. (ticket <ulink + url="&blfs-ticket-root;2431">#2431</ulink>)</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>July 20th, 2011</para> <itemizedlist> <listitem> Modified: trunk/BOOK/multimedia/audioutils/audacious.xml =================================================================== --- trunk/BOOK/multimedia/audioutils/audacious.xml 2011-07-20 21:11:21 UTC (rev 8893) +++ trunk/BOOK/multimedia/audioutils/audacious.xml 2011-07-24 14:07:01 UTC (rev 8894) @@ -114,7 +114,7 @@ <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>, <xref linkend="libvorbis"/>, <ulink url="http://www.lirc.org">LIRC</ulink>, - <ulink url="http://www.webdav.org/neon/">neon-0.28.3</ulink> for online mpg3 and ogg radio, + <xref linkend="neon"/> for online mpg3 and ogg radio, <ulink url="http://xmms-projectm.sourceforge.net/">projectM</ulink>, <ulink url="http://pulseaudio.org/">PulseAudio</ulink>, <ulink url="http://www.hunz.org/">rocklight</ulink> (only for IBM Thinkpads), Modified: trunk/BOOK/xsoft/suites/openoffice.xml =================================================================== --- trunk/BOOK/xsoft/suites/openoffice.xml 2011-07-20 21:11:21 UTC (rev 8893) +++ trunk/BOOK/xsoft/suites/openoffice.xml 2011-07-24 14:07:01 UTC (rev 8894) @@ -138,7 +138,7 @@ <xref linkend="linux-pam"/>, <ulink url="http://lingucomponent.openoffice.org/MySpell-3.zip">MySpell</ulink>, <ulink url="http://lingucomponent.openoffice.org/thesaurus.html">MyThes</ulink>, - <ulink url="http://www.webdav.org/neon/">neon</ulink>, + <xref linkend="neon"/>, <xref linkend="openldap"/>, <xref linkend="python"/>, <xref linkend="sane"/>, -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
