Author: dj Date: 2009-08-28 15:04:12 -0600 (Fri, 28 Aug 2009) New Revision: 7991
Added: trunk/BOOK/general/genlib/nspr.xml Removed: trunk/BOOK/postlfs/security/nspr.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/postlfs/security/security.xml Log: NSPR does not belong in security Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2009-08-28 20:49:42 UTC (rev 7990) +++ trunk/BOOK/general/genlib/genlib.xml 2009-08-28 21:04:12 UTC (rev 7991) @@ -82,6 +82,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libtasn1.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libunique.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="liboil.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nspr.xml"/> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/> --> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> --> Added: trunk/BOOK/general/genlib/nspr.xml =================================================================== --- trunk/BOOK/general/genlib/nspr.xml (rev 0) +++ trunk/BOOK/general/genlib/nspr.xml 2009-08-28 21:04:12 UTC (rev 7991) @@ -0,0 +1,140 @@ +<?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 nspr-download-http "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> + <!ENTITY nspr-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> + <!ENTITY nspr-md5sum "e0916a72bcc6c427551ea262183fdb26"> + <!ENTITY nspr-size "1.1 MB"> + <!ENTITY nspr-buildsize "15 MB"> + <!ENTITY nspr-time "0.1 SBU"> +]> + +<sect1 id="nspr" xreflabel="NSPR-&nspr-version;"> + <?dbhtml filename="nspr.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>NSPR-&nspr-version;</title> + + <indexterm zone="nspr"> + <primary sortas="a-NSPR">Netscape Portable Runtime</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to NSPR</title> + + <para><application>Netscape Portable Runtime</application> (NSPR) provides + a platform-neutral API for system level and libc like functions.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&nspr-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&nspr-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &nspr-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &nspr-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &nspr-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &nspr-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <itemizedlist spacing='compact'> + <listitem> + <para>Required Patch: <ulink + url="&patch-root;/nspr-&nspr-version;-pkgconfig-2.patch"/> + </para> + </listitem> + </itemizedlist> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/nspr"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of NSPR</title> + + <para>Install <application>NSPR</application> by running the following + commands:</para> + +<screen><userinput>patch -Np1 -i ../nspr-&nspr-version;-pkgconfig-2.patch && +cd mozilla/nsprpub && +./configure --prefix=/usr \ + --with-mozilla \ + --with-pthreads && +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 && +cp -v -LR dist/include/nspr /usr/include</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><parameter>--with-mozilla</parameter>: This parameter adds Mozilla + supprt to the libraries (required if you want to build any Mozilla + products).</para> + + <para><parameter>--with-pthreads</parameter>: This parameter forces use of + the system pthreads library.</para> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>nspr-config</seg> + <seg>libnspr4.{a,so}, libplc4.{a,so}, and libplds4.{a.so}</seg> + <seg>/usr/include/nspr</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="nspr-nspr-config"> + <term><command>nspr-config</command></term> + <listitem> + <para>provides compiler and linker options to other packages that + use <application>NSPR</application>.</para> + <indexterm zone="nspr nspr-config"> + <primary sortas="b-nspr-config">nspr-config</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/genlib/nspr.xml ___________________________________________________________________ Name: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-08-28 20:49:42 UTC (rev 7990) +++ trunk/BOOK/general.ent 2009-08-28 21:04:12 UTC (rev 7991) @@ -87,7 +87,6 @@ <!ENTITY cyrus-sasl-version "2.1.22"> <!ENTITY stunnel-version "4.21"> <!ENTITY sudo-version "1.7.0"> -<!ENTITY nspr-version "4.8"> <!ENTITY nss-version "3.11.7"> <!ENTITY policykit-version "0.9"> @@ -153,6 +152,7 @@ <!ENTITY libtasn1-version "2.2"> <!ENTITY libunique-version "1.0.8"> <!ENTITY liboil-version "0.3.16"> +<!ENTITY nspr-version "4.8"> <!-- Obsolete <!ENTITY fam-version "2.7.0"> Deleted: trunk/BOOK/postlfs/security/nspr.xml =================================================================== --- trunk/BOOK/postlfs/security/nspr.xml 2009-08-28 20:49:42 UTC (rev 7990) +++ trunk/BOOK/postlfs/security/nspr.xml 2009-08-28 21:04:12 UTC (rev 7991) @@ -1,140 +0,0 @@ -<?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 nspr-download-http " "> - <!ENTITY nspr-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> - <!ENTITY nspr-md5sum "e0916a72bcc6c427551ea262183fdb26"> - <!ENTITY nspr-size "1.1 MB"> - <!ENTITY nspr-buildsize "15 MB"> - <!ENTITY nspr-time "0.1 SBU"> -]> - -<sect1 id="nspr" xreflabel="NSPR-&nspr-version;"> - <?dbhtml filename="nspr.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>NSPR-&nspr-version;</title> - - <indexterm zone="nspr"> - <primary sortas="a-NSPR">Netscape Portable Runtime</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to NSPR</title> - - <para><application>Netscape Portable Runtime</application> (NSPR) provides - a platform-neutral API for system level and libc like functions.</para> - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Download (HTTP): <ulink url="&nspr-download-http;"/></para> - </listitem> - <listitem> - <para>Download (FTP): <ulink url="&nspr-download-ftp;"/></para> - </listitem> - <listitem> - <para>Download MD5 sum: &nspr-md5sum;</para> - </listitem> - <listitem> - <para>Download size: &nspr-size;</para> - </listitem> - <listitem> - <para>Estimated disk space required: &nspr-buildsize;</para> - </listitem> - <listitem> - <para>Estimated build time: &nspr-time;</para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">Additional Downloads</bridgehead> - <itemizedlist spacing='compact'> - <listitem> - <para>Required Patch: <ulink - url="&patch-root;/nspr-&nspr-version;-pkgconfig-2.patch"/> - </para> - </listitem> - </itemizedlist> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/nspr"/></para> - - </sect2> - - <sect2 role="installation"> - <title>Installation of NSPR</title> - - <para>Install <application>NSPR</application> by running the following - commands:</para> - -<screen><userinput>patch -Np1 -i ../nspr-&nspr-version;-pkgconfig-2.patch && -cd mozilla/nsprpub && -./configure --prefix=/usr \ - --with-mozilla \ - --with-pthreads && -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 && -cp -v -LR dist/include/nspr /usr/include</userinput></screen> - - </sect2> - - <sect2 role="commands"> - <title>Command Explanations</title> - - <para><parameter>--with-mozilla</parameter>: This parameter adds Mozilla - supprt to the libraries (required if you want to build any Mozilla - products).</para> - - <para><parameter>--with-pthreads</parameter>: This parameter forces use of - the system pthreads library.</para> - - </sect2> - - <sect2 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directories</segtitle> - - <seglistitem> - <seg>nspr-config</seg> - <seg>libnspr4.{a,so}, libplc4.{a,so}, and libplds4.{a.so}</seg> - <seg>/usr/include/nspr</seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="nspr-nspr-config"> - <term><command>nspr-config</command></term> - <listitem> - <para>provides compiler and linker options to other packages that - use <application>NSPR</application>.</para> - <indexterm zone="nspr nspr-config"> - <primary sortas="b-nspr-config">nspr-config</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Modified: trunk/BOOK/postlfs/security/security.xml =================================================================== --- trunk/BOOK/postlfs/security/security.xml 2009-08-28 20:49:42 UTC (rev 7990) +++ trunk/BOOK/postlfs/security/security.xml 2009-08-28 21:04:12 UTC (rev 7991) @@ -54,7 +54,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cyrus-sasl.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="stunnel.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sudo.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nspr.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nss.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="policykit.xml"/> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
