mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
104 lines
2.8 KiB
XML
104 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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>
|
|
|
|
&lfs121_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 test suite)</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="unzip"/> (with its patch)
|
|
</para>
|
|
|
|
<!-- Removed in 1.68, see the Changes file
|
|
<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>
|