glfs/general/prog/perl-modules/perl-archive-zip.xml
Bruce Dubbs 4a2c778df5 Tag perl modules and some other programming apps
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24249 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-20 22:53:06 +00:00

102 lines
2.8 KiB
XML

<?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 my-download-http "&perl_authors;/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
<!ENTITY my-md5sum "a33993309322164867c99e04a4000ee3">
]>
<!-- Begin Archive::Zip -->
<sect2 id="perl-archive-zip" xreflabel="Archive-Zip-&Archive-Zip-version;">
<title>Archive::Zip-&Archive-Zip-version;</title>
<indexterm zone="perl-archive-zip">
<primary sortas="a-Archive-Zip">Archive::Zip</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Archive::Zip</title>
<para>
The Archive::Zip module allows a Perl program to create, manipulate,
read, and write Zip archive files.
</para>
&lfs101_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&my-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &my-md5sum;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Archive::Zip Dependencies</bridgehead>
<bridgehead renderas="sect5">Recommended (for the testsuite)</bridgehead>
<para role="required">
<xref linkend="unzip"/> (with its patch)
</para>
<bridgehead renderas="sect5">Optional</bridgehead>
<para role="optional">
<xref linkend="perl-test-mockmodule"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Archive::Zip</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<seglistitem>
<seg>
crc32
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="crc32-prog">
<term><command>crc32</command></term>
<listitem>
<para>
computes and prints to stdout the CRC-32 values of the given
files
</para>
<indexterm zone="perl-archive-zip crc32-prog">
<primary sortas="b-crc32">crc32</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>