Author: igor Date: Tue Dec 17 02:36:47 2013 New Revision: 12407 Log: added p7zip
Added: trunk/BOOK/general/sysutils/p7zip.xml (contents, props changed) Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/sysutils.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Tue Dec 17 01:52:05 2013 (r12406) +++ trunk/BOOK/general.ent Tue Dec 17 02:36:47 2013 (r12407) @@ -336,6 +336,7 @@ <!ENTITY lm_sensors-version "3.3.4"> <!ENTITY mc-version "4.8.11"> <!ENTITY obex-data-server-version "0.4.6"> +<!ENTITY p7zip-version "9.20.1"> <!ENTITY pciutils-version "3.2.1"> <!ENTITY pm-utils-version "1.4.1"> <!ENTITY raptor-version "2.0.11"> Added: trunk/BOOK/general/sysutils/p7zip.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/BOOK/general/sysutils/p7zip.xml Tue Dec 17 02:36:47 2013 (r12407) @@ -0,0 +1,183 @@ +<?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 p7zip-download-http "&sourceforge-repo;/p7zip/p7zip_&p7zip-version;_src_all.tar.bz2"> + <!ENTITY p7zip-download-ftp " "> + <!ENTITY p7zip-md5sum "bd6caaea567dc0d995c990c5cc883c89"> + <!ENTITY p7zip-size "3.7 MB"> + <!ENTITY p7zip-buildsize "42 MB"> + <!ENTITY p7zip-time "0.8 SBU"> +]> + +<sect1 id="p7zip" xreflabel="p7zip-&p7zip-version;"> + <?dbhtml filename="p7zip.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>p7zip-&p7zip-version;</title> + + <indexterm zone="p7zip"> + <primary sortas="a-p7zip">p7zip</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to p7zip</title> + + <para> + <application>p7zip</application> is the Unix command-line port of 7-Zip, a + file archiver that archives with high compression ratios. It handles 7z, + ZIP, GZIP, BZIP2, XZ, TAR, APM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, + FAT, HFS, ISO, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RAR RPM, + SquashFS, UDF, VHD, WIM, XAR and Z formats. + </para> + + &lfs74_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&p7zip-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&p7zip-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &p7zip-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &p7zip-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &p7zip-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &p7zip-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">p7zip Dependencies</bridgehead> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"> + <ulink url="http://www.wxwidgets.org/">wxWidgets</ulink> + </para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/p7zip"/> + </para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of p7zip</title> + + <para> + Install <application>p7zip</application> by running the following + commands: + </para> + +<screen><userinput>make all3</userinput></screen> + + <para> + To test the results, issue: <command>make test</command>. + </para> + + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> + +<!-- dev note: make DEST_DIR=<DESTDIR> install --> + +<screen role="root"><userinput>make DEST_HOME=/usr \ + DEST_MAN=/usr/share/man \ + DEST_SHARE_DOC=/usr/share/doc/p7zip-&p7zip-version; install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg> + 7z, 7za, and 7zr + </seg> + <seg> + None + </seg> + <seg> + /usr/lib/p7zip and /usr/share/doc/p7zip-&p7zip-version; + </seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="Sevenz"> + <term><command>7z</command></term> + <listitem> + <para> + is a file archiver utility. + </para> + <indexterm zone="p7zip Sevenz"> + <primary sortas="b-7z">7z</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="Sevenza"> + <term><command>7za</command></term> + <listitem> + <para> + is a stand-alone executable handling less archive formats than + <command>7z</command>. + </para> + <indexterm zone="p7zip Sevenza"> + <primary sortas="b-7za">7za</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="Sevenzr"> + <term><command>7zr</command></term> + <listitem> + <para> + is a minimal version of <command>7za</command> that handles only + 7z archives. + </para> + <indexterm zone="p7zip Sevenzr"> + <primary sortas="b-7zr">7zr</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Modified: trunk/BOOK/general/sysutils/sysutils.xml ============================================================================== --- trunk/BOOK/general/sysutils/sysutils.xml Tue Dec 17 01:52:05 2013 (r12406) +++ trunk/BOOK/general/sysutils/sysutils.xml Tue Dec 17 02:36:47 2013 (r12407) @@ -33,6 +33,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lm_sensors.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="obex-data-server.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="p7zip.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pciutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pm-utils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="raptor.xml"/> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Tue Dec 17 01:52:05 2013 (r12406) +++ trunk/BOOK/introduction/welcome/changelog.xml Tue Dec 17 02:36:47 2013 (r12407) @@ -47,6 +47,10 @@ <para>December 17th, 2013</para> <itemizedlist> <listitem> + <para>[igor] - Added p7zip-9.20.1. Fixes + <ulink url="&blfs-ticket-root;3972">#3972</ulink>.</para> + </listitem> + <listitem> <para>[igor] - Moved PCRE from optional to required dependencies for Apache HTTPD, reported by Alexey Orishko.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
