Author: bdubbs Date: 2012-09-04 12:28:12 -0600 (Tue, 04 Sep 2012) New Revision: 10626
Added: trunk/BOOK/archive/curlftpfs.xml Removed: trunk/BOOK/postlfs/filesystems/curlftpfs.xml Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/postlfs/filesystems/filesystems.xml trunk/BOOK/postlfs/security/cacerts.xml Log: Remove curlftpfs Copied: trunk/BOOK/archive/curlftpfs.xml (from rev 10623, trunk/BOOK/postlfs/filesystems/curlftpfs.xml) =================================================================== --- trunk/BOOK/archive/curlftpfs.xml (rev 0) +++ trunk/BOOK/archive/curlftpfs.xml 2012-09-04 18:28:12 UTC (rev 10626) @@ -0,0 +1,160 @@ +<?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 curlftpfs-download-http + "&sourceforge-repo;/curlftpfs/curlftpfs-&curlftpfs-version;.tar.gz"> + <!ENTITY curlftpfs-download-ftp " "> + <!ENTITY curlftpfs-md5sum "969998e9cf1663824f44739e94c703a1"> + <!ENTITY curlftpfs-size "356 KB"> + <!ENTITY curlftpfs-buildsize "3.2 MB"> + <!ENTITY curlftpfs-time "0.6 SBU"> +]> + +<sect1 id="curlftpfs" xreflabel="curlftpfs-&curlftpfs-version;"> + <?dbhtml filename="curlftpfs.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>curlftpfs-&curlftpfs-version;</title> + + <indexterm zone="curlftpfs"> + <primary sortas="a-curlftpfs">Curlftpfs</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to Curlftpfs</title> + + <para> + <application>Curlftpfs</application> is a small program that uses Curl and + Fuse to mount a remote ftp server in a folder on your computer as though + it were a local filesystem. This allows you to open and manipulate the + remote files with other applications as though they were on your computer. + </para> + + &lfs71_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&curlftpfs-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&curlftpfs-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &curlftpfs-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &curlftpfs-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &curlftpfs-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &curlftpfs-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">Curlftpfs Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="curl"/>, + <xref linkend="fuse"/> and + <xref linkend="glib2"/> + </para> + + <para condition="html" role="usernotes"> + User Notes: <ulink url="&blfs-wiki;/curlftpfs"/> + </para> + </sect2> + + <sect2 role="installation"> + <title>Installation of Curlftpfs</title> + + <para> + Install <application>Curlftpfs</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</userinput></screen> + </sect2> + + + <sect2 id="curlftpfs-install"> + <title>Using Curlftpfs</title> + + <para> + To mount ftp://ftp.gnome.org/pub/gnome/sources on ~/gnome: + </para> + +<screen><userinput>cd && +mkdir gnome && +curlftpfs ftp://ftp.gnome.org/pub/gnome/sources gnome</userinput></screen> + + <para> + To unmount it again: + </para> + +<screen><userinput>fusermount -u gnome</userinput></screen> + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Program</segtitle> + + <seglistitem> + <seg>curlftpfs.</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="curlftpfs-prog"> + <term><command>curlftpfs</command></term> + <listitem> + <para> + mounts an ftp host as a local directory. + </para> + <indexterm zone="curlftpfs curlftpfs-prog"> + <primary sortas="b-curlftpfs">curlftpfs</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> + </sect2> +</sect1> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-09-04 13:30:32 UTC (rev 10625) +++ trunk/BOOK/general.ent 2012-09-04 18:28:12 UTC (rev 10626) @@ -189,7 +189,6 @@ --> <!-- Chapter 5 --> -<!ENTITY curlftpfs-version "0.9.1"> <!ENTITY fuse-version "2.9.1"> <!ENTITY jfsutils-version "1.1.15"> <!ENTITY lvm2-version "2.02.97"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-09-04 13:30:32 UTC (rev 10625) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-09-04 18:28:12 UTC (rev 10626) @@ -47,6 +47,10 @@ <para>September 4th, 2012</para> <itemizedlist> <listitem> + <para>[bdubbs] - Removed curlftpfs. Resolves + <ulink url="&blfs-ticket-root;3508">#3508</ulink>.</para> + </listitem> + <listitem> <para>[krejzi] - GTK+ 2.24.12.</para> </listitem> </itemizedlist> Deleted: trunk/BOOK/postlfs/filesystems/curlftpfs.xml =================================================================== --- trunk/BOOK/postlfs/filesystems/curlftpfs.xml 2012-09-04 13:30:32 UTC (rev 10625) +++ trunk/BOOK/postlfs/filesystems/curlftpfs.xml 2012-09-04 18:28:12 UTC (rev 10626) @@ -1,160 +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 curlftpfs-download-http - "&sourceforge-repo;/curlftpfs/curlftpfs-&curlftpfs-version;.tar.gz"> - <!ENTITY curlftpfs-download-ftp " "> - <!ENTITY curlftpfs-md5sum "969998e9cf1663824f44739e94c703a1"> - <!ENTITY curlftpfs-size "356 KB"> - <!ENTITY curlftpfs-buildsize "3.2 MB"> - <!ENTITY curlftpfs-time "0.6 SBU"> -]> - -<sect1 id="curlftpfs" xreflabel="curlftpfs-&curlftpfs-version;"> - <?dbhtml filename="curlftpfs.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>curlftpfs-&curlftpfs-version;</title> - - <indexterm zone="curlftpfs"> - <primary sortas="a-curlftpfs">Curlftpfs</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to Curlftpfs</title> - - <para> - <application>Curlftpfs</application> is a small program that uses Curl and - Fuse to mount a remote ftp server in a folder on your computer as though - it were a local filesystem. This allows you to open and manipulate the - remote files with other applications as though they were on your computer. - </para> - - &lfs71_checked; - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para> - Download (HTTP): <ulink url="&curlftpfs-download-http;"/> - </para> - </listitem> - <listitem> - <para> - Download (FTP): <ulink url="&curlftpfs-download-ftp;"/> - </para> - </listitem> - <listitem> - <para> - Download MD5 sum: &curlftpfs-md5sum; - </para> - </listitem> - <listitem> - <para> - Download size: &curlftpfs-size; - </para> - </listitem> - <listitem> - <para> - Estimated disk space required: &curlftpfs-buildsize; - </para> - </listitem> - <listitem> - <para> - Estimated build time: &curlftpfs-time; - </para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">Curlftpfs Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"> - <xref linkend="curl"/>, - <xref linkend="fuse"/> and - <xref linkend="glib2"/> - </para> - - <para condition="html" role="usernotes"> - User Notes: <ulink url="&blfs-wiki;/curlftpfs"/> - </para> - </sect2> - - <sect2 role="installation"> - <title>Installation of Curlftpfs</title> - - <para> - Install <application>Curlftpfs</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</userinput></screen> - </sect2> - - - <sect2 id="curlftpfs-install"> - <title>Using Curlftpfs</title> - - <para> - To mount ftp://ftp.gnome.org/pub/gnome/sources on ~/gnome: - </para> - -<screen><userinput>cd && -mkdir gnome && -curlftpfs ftp://ftp.gnome.org/pub/gnome/sources gnome</userinput></screen> - - <para> - To unmount it again: - </para> - -<screen><userinput>fusermount -u gnome</userinput></screen> - </sect2> - - <sect2 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Program</segtitle> - - <seglistitem> - <seg>curlftpfs.</seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="curlftpfs-prog"> - <term><command>curlftpfs</command></term> - <listitem> - <para> - mounts an ftp host as a local directory. - </para> - <indexterm zone="curlftpfs curlftpfs-prog"> - <primary sortas="b-curlftpfs">curlftpfs</primary> - </indexterm> - </listitem> - </varlistentry> - </variablelist> - </sect2> -</sect1> Modified: trunk/BOOK/postlfs/filesystems/filesystems.xml =================================================================== --- trunk/BOOK/postlfs/filesystems/filesystems.xml 2012-09-04 13:30:32 UTC (rev 10625) +++ trunk/BOOK/postlfs/filesystems/filesystems.xml 2012-09-04 18:28:12 UTC (rev 10626) @@ -23,7 +23,6 @@ provides introductory material on managing disk arrays.</para> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initramfs.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="curlftpfs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jfs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lvm2.xml"/> Modified: trunk/BOOK/postlfs/security/cacerts.xml =================================================================== --- trunk/BOOK/postlfs/security/cacerts.xml 2012-09-04 13:30:32 UTC (rev 10625) +++ trunk/BOOK/postlfs/security/cacerts.xml 2012-09-04 18:28:12 UTC (rev 10626) @@ -30,7 +30,7 @@ can also be used by other applications either directly of indirectly through <application>openssl</application>.</para> - &lfs70_checked; + &lfs72_checked; <indexterm zone="cacerts"> <primary sortas="a-cacerts">Certificate Authority Certificates</primary> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
